This is a mirror of official site: http://jasper-net.blogspot.com/

Generic WCF Service Host and Client

| Monday, May 3, 2010
Tired of writing host and client (proxy) code for your common Windows Communication Foundation (WCF) services hosted by a Windows Service using standard binding and transport in code rather than error prone configuration files? I was. Not now. This article presents a solution to the problem: a generic WCF Windows Service host and client proxy class library that will host and allow you to use any WCF service contract you write. You write the service contract and data contract in one class library and implement the operations contract in another. Then modify a simplified configuration section on the generic service and your client and restart the service. No fuss, no muss.

Read more: Codeproject

Posted via email from jasper22's posterous

0 comments: