Browse by Tags
All Tags »
Windows Communication Foundation (RSS)
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...
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...
Here is a great article on how to host and consume WCF Services. The great thing about this article is that provides prescriptive guidance on where to put the WCF Service once authored. Based on the establishment of enterprise environments, B2B and B2C
Read More...