Browse by Tags
All Tags »
WCF Development »
Windows Communication Foundation (RSS)
Sorry, but there are no more tags available to filter with.
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...