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/