0
kicks
WCF Client Performance
One of the easiest performance traps when using WCF services is constant creation of new client proxies when accessing those services. However, doing this in WCF can incur some performance penalty. Ideally, you should create a proxy class once and open it, then use that same proxy class in all your methods.