Tag archives for WCF service side code
WCF Publish Subscribe– A Full Example: The Service Side Part 2 (Implementation)
Our implementation is based on .NET events (for a non-events based implementation, check out the New IObserver IObservable interfaces in C# ). The idea of publishing goes hand-in-hand with 'raising…