Oct 11 2008 - 07:18:04 PM
- Categories:
- WCF
In the previous article (Client Server Programming with WCF), we saw how easy it was to create a client/server architecture with our server hosted in a Windows application (whether a console app, win-forms app or a Windows service). This article will build on top of that solution to host our server in IIS. You can download the full solution at the end of the article.
[continue...]
Apr 03 2008 - 04:46:38 AM
- Categories:
- WCF
Client/server programming isn't a new concept. In fact, it's been around so long that developers can quickly mention a set of problems that will need to be overcome: security, difficulty of implimentation, error handling and identity tracking. This article will show how WCF (Windows Communication Foundation) quickly solves all of that and more.
[continue...]