WCF Client Performance(weblogs.asp.net)
submitted by
gavinjoyce(25.7k) 5 years, 1 month ago
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.
|category: Web Services
|Views: 49
tags:
WebServices WCF Performance another
Everyones tags:
Your Tags: