Click here to Skip to main content
15,892,809 members
Articles / Programming Languages / C#

Client Server Event Subscription Techniques in C#

Rate me:
Please Sign up or sign in to vote.
4.97/5 (13 votes)
18 Sep 2012CPOL10 min read 51K   2.2K   47  
This article notes down few essential techniques, their detailed implementation with advantages and disadvantages.
C:\Users\Anshu\Documents\Visual Studio 2010\Projects\Demo.Events\Demo.Events.Delegates\bin\Debug\Demo.Events.Delegates.exe
C:\Users\Anshu\Documents\Visual Studio 2010\Projects\Demo.Events\Demo.Events.Delegates\bin\Debug\Demo.Events.Delegates.pdb
C:\Users\Anshu\Documents\Visual Studio 2010\Projects\Demo.Events\Demo.Events.Delegates\obj\x86\Debug\Demo.Events.Delegates.exe
C:\Users\Anshu\Documents\Visual Studio 2010\Projects\Demo.Events\Demo.Events.Delegates\obj\x86\Debug\Demo.Events.Delegates.pdb
C:\Users\Anshu\Documents\Visual Studio 2010\Projects\Demo.Events\Demo.Events.Delegates\obj\x86\Debug\Demo.Events.Delegates.csprojResolveAssemblyReference.cache
E:\Event Subscription Techniques\Demo.Events\Demo.Events.Delegates\bin\Debug\Demo.Events.Delegates.exe
E:\Event Subscription Techniques\Demo.Events\Demo.Events.Delegates\bin\Debug\Demo.Events.Delegates.pdb
E:\Event Subscription Techniques\Demo.Events\Demo.Events.Delegates\obj\x86\Debug\Demo.Events.Delegates.csprojResolveAssemblyReference.cache
E:\Event Subscription Techniques\Demo.Events\Demo.Events.Delegates\obj\x86\Debug\Demo.Events.Delegates.exe
E:\Event Subscription Techniques\Demo.Events\Demo.Events.Delegates\obj\x86\Debug\Demo.Events.Delegates.pdb

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Australia Australia
I am a Senior Software Developer / Technical Consultant in a leading software company.

Comments and Discussions