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

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
 
M

Michael Nemtsev

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
 
W

William Stacey [C# MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top