Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any good WCF publish/subscribe framework tutorials out there? [closed]

Tags:

wcf

have been trying to look around the web for a good wcf publish/subscribe framework tutorial but most of it either comes with incomplete instructions or the code doesn't work.

anyone have any good source whereby I can learn more about that?

like image 862
Thomas Avatar asked Nov 19 '11 10:11

Thomas


1 Answers

See:

  • What You Need To Know About One-Way Calls, Callbacks, And Events
  • Design Patterns: List-Based Publish-Subscribe
  • WCF Implementation of the Publisher/Subscriber Model
  • Topic-based publish/subscribe design pattern implementation in c#-Part II (Using WCF)
  • WCF Publish Subscribe - A Full Example in C#, Step by Step

And if Azure and the .NET service bus might be an option, also see:

  • Windows Azure – Service Bus Publish/Subscribe Example
  • Working With The .NET Service Bus
like image 197
marc_s Avatar answered Nov 06 '22 08:11

marc_s