[WCF]How to expose WCF service to .NET 2.0 client WCF is provided in .NET 3.0 and much enhanced in 3.5. However, sometimes we still need to consume WCF service in .NET 2.0 applications. For such cases, it is very important that how we implement and host
Read More...