Tag archives for WCF Publish Subscribe Interface
WCF Publish Subscribe–A Full Example – The Service Side Part 1 (Interface)
The Service code consists of an Interface (IMagazineService) and its implementation (MagazineService). The Interface defines all the capabilities of the service. What do we really want from a Publisher service?…