Freigeben über


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:

It looks like this is still a work in progress so the code has changed somewhat since the videos were made. Since these are generated classes however, you do get a chance to look at and play with any part of it you’d like.

Comments