Welcome to MSDN Blogs Sign in | Join | Help

Technical Weblog of Eric Charran

A Journal of My Technical Achievements and Challenges

Browse by Tags

All Tags » WCF Development » Windows Communication Foundation   (RSS)
Sorry, but there are no more tags available to filter with.
HOWTO: Properly Utilize a WCF Service Proxy Class in Code
One critical thing when using proxy classes is to be aware of how to properly call methods and then close the proxy.  Because the proxy makes HTTP requests, (assuming your service is housed within IIS), unless you call .Close() on the proxy, those Read More...
How to Arrange a Solution using the WCF Service Library and WCF Service Application Templates
In Visual Studio 2008 (Beta 2), there are two WCF application templates. The WCF Service Library is a class library that defines a WCF service, that can be exposed through a variety of WCF hosting options (i.e., IIS, a custom built WCF host, or a Windows Read More...
Page view tracker