Do not use “using” in WCF Client

You know that any IDisposable object must be disposed using using. So, you have been using using to wrap WCF service’s ChannelFactory and Clients like this: using(var client = new SomeClient()) {. ..} Or, if you are doing it the hard and slow way (without Read More...

Read the complete post at http://feedproxy.google.com/~r/OmarAlZabirBlog/~3/62yNI441SvY/

Published 05-14-2010 1:29 AM by Omar AL Zabir on things you don't find easily
Filed under: , ,
Powered by Community Server (Non-Commercial Edition), by Telligent Systems