0
kicks
WCF Callbacks; a beginners guide
If you're in need of an event-based responsive system that will use WCF services this article is for you. I spent two days working on a way to build a WCF solution that would respond to changes on the server to no avail. Then I read this article, finally understood the way Publish-Subscribe SHOULD work in WCF, and made my goal a reality. Happy day...