Exception Handling Proxy Generator
The WCFProxyGenerator tool on CodePlex has been updated, which is a community contributed tool that generates proxy classes that help manage the lifetimes of the proxy objects. As you might guess from the name the primary way that the proxy class helps manage object lifetimes is to deal with factories and proxies that have encountered a communication exception. You can also get two videos that go along with the tool and help explain proxy management: Managing Proxy Lifetime Exception Handling WCF Proxy It looks like this is still a work in progress so the code has changed somewhat since the videos were made.
Read more from the original source:
Exception Handling Proxy Generator


