Is there a c# library which provides similar functionality to the Python PubSub library? I think it's kind of an Observer Pattern which allows me to subscribe for messages of a given topic instead of using events.
+3
A:
These may be a bit heavy for you depending on your needs but: http://www.nservicebus.com/ http://blog.phatboyg.com/masstransit/
aaronjensen
2008-09-17 05:47:09
It's not c# though
ohadsc
2010-02-08 12:50:46
+1
A:
Note, if you have events for message notification, there are many options for dependancy injection / inversion of control. See Spring.Net and Castle Windsor as two popular frameworks.
Tracker1
2009-01-21 22:15:14