Performance Improvement for WCF Client Proxy Creation in .NET 3.5 and Best Practices
By : Wenlong Dongs Blog | On : 2007 October 27
Introduction In .NET 3.0 SP1, which will be shipped together with .NET 3.5, there is significant performance improvement in WCF client proxy creation. For BasicHttpBinding, the performance is close to that of ASMX proxy creation. ASMX Proxy vs WCF Proxy ASMX proxy is much simpler than WCF proxy. The former is a wrapper the type System.Web.Services.Protocols.SoapHttpClientProtocol. In ASMX world, the programming model is “horizontal” in two ways: · There...
|
|
|
Total:
![]() |
Click here to continue on details
Content Ownership
The content of this posting is wholly owned by Wenlong Dongs Blog, and as such: the same retains sole copyright for the content. softlogger.com is not responsible for this content.
Recommended Related Readings :
Best Practice: Always open WCF client proxy explicitly when it is shared
In order to provide symmetric programming model for the client-side as for the server-side, WC...
Create RSS and Atom Feeds with LINQ and WCF Syndication in .NET 3.5
Last week after finishing manuscripts of my book, I promised to get back to regular blogging a...
Module uninstalls and security best practices
During the DotNetNuke Review process, one item that we look for is whether a module can be com...
SYSK 212: Does .NET Garbage Collector call Dispose? Dispose – Best Practices.
Since there are still developers out there that are not clear on if/when should you call Dispo...
Web Services Best Practices
As I sit here on my deck, enjoying the cool autumn breeze1, I thought, what better thing to...
SYSK 286: What Does a Web Service Proxy Look Like on a Client Side?
AJAX.NET makes it extremely simple to call a web service from a client using JavaScript… But ...
