This entry is part 1 of 6 in the series WCF Publish Subscribe - A Full Example in C#, Step by Step

Imagine that you are a magazine publishing company. Your revenue depends on subcribers – in particular, happy subscribers. To ensure that your subscribers stay happy, one of the foremost services you need to provide is timely noticification whenever a new issue is out.

What do you (the magazine publisher) need to do?

You need to implement the publisher side of the publish-subscribe pattern.

What do your customers (subscribers) need to do?

Each customer needs to implement the subscriber part of the publish-subscribe pattern.

Anuj holds professional certifications in Google Cloud, AWS as well as certifications in Docker and App Performance Tools such as New Relic. He specializes in Cloud Security, Data Encryption and Container Technologies.

Initial Consultation

Anuj Varma – who has written posts on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.


Series NavigationWCF Publish Subscribe–A Full Example – The Service Side Part 1 (Interface)