The sample in this article illustrates how to use Callback contracts in WCF to allow clients to register for server-side events that can then be 'pushed' to the client at a later time by the server. This is illustrated with an alarm clock s...
dotnetaddict.dotnetdevelopersjournal.com/wcf_alarmclock.htm
-
Get Site Info
Simple Chat room using events and WCF. The Publisher Subscriber model can be easily and effectively implemented in .NET using events and delegates. But implementing the same over the network seems to be a bit more challenging.The code sampl...