One of the easiest performance traps when using WCF services is constant creation of new client proxies when accessing those services. In WSE land, this was common place: MyProxy prox = new MyProxy(); prox.CallServiceMethod(); For example, you might have a class with some instance methods, and in each...
Posted to
Glavs Blog
(Weblog)
by
Glav
on
04-21-2007, 12:00 AM
Filed under: ASP.NET, .NET, WCF, Architecture, Windows, WSE, Performance