If you’ve been programming WCF for a while, you’re probably used to the convenience of using the proxy class generated by svcutil.exe when you add a Service Reference to a Visual Studio project. You’re also probably used to creating the proxy within a using block, so that its Dispose method is called and cleanup can [...]
Archive for August, 2008
Fixing the WCF Proxy
Posted in Technical on August 28, 2008 | Leave a Comment »