event-based asynchronous pattern: intro and step-by-step sample re

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to build an event-based asynchronous pattern (around a send/receive
messaging API).

Is there a step-by-step guidance about how to write code for the EBAP ?
Does any book cover this theme (VB.NET preferred)?

thanks herbert
 
Hello herbert,

See the sample there http://www.codeproject.com/vb/net/EventBasedAsyncWebRequest.asp

h> I need to build an event-based asynchronous pattern (around a
h> send/receive messaging API).
h>
h> Is there a step-by-step guidance about how to write code for the EBAP
h> ? Does any book cover this theme (VB.NET preferred)?
h>
h> thanks herbert
h>
---
WBR,
Michael Nemtsev [C# MVP] :: my blog: http://spaces.live.com/laflour |
my team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Check out my port-based async concurrency library at codeplex.com/pcr.

--
William Stacey [C# MVP]

|I need to build an event-based asynchronous pattern (around a send/receive
| messaging API).
|
| Is there a step-by-step guidance about how to write code for the EBAP ?
| Does any book cover this theme (VB.NET preferred)?
|
| thanks herbert
 
Back
Top