C# event handling in a large application

J

Jonathan Rea

Hello,

Any help on the below would be much appreciated.

I have an application which is rapidly getting larger and is event driven. i
was wondering if anyone knew any good tutorials out there that describe
strategies for event structuring.

Thanks
Jon
 
?

=?ISO-8859-1?Q?=22Anders_Nor=E5s_=5BMCAD=5D=22?=

I have an application which is rapidly getting larger and is event driven. i
was wondering if anyone knew any good tutorials out there that describe
strategies for event structuring.
The use of delegates to handle events bares close resemblence to the
"Publisher-Subscriber" design pattern. This pattern is considered best
practice for event driven systems. Study this pattern and delegates to
better understand how to develop event driven systems with .NET.

Anders Norås
http://dotnetjunkies.com/weblog/anoras/
 

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