There are two ways to open the WCF test client outside of Visual Studio: The first method is to double-click on the path to it (Visual Studio installation path \Common7\IDE\WcfTestClient.exe). The second method is to enter the “WcfTestClient” command in the “Visual Studio Command Prompt”, a ifferent project templates for Visual Studio provide different WCF test client startup methods. The following table ...
Read More »WCF
WCF study notes
Windows Communication Foundation (WCF) is the framework for building service-oriented applications. With WCF, data can be sent from one service endpoint to another as an asynchronous message. A service endpoint can be part of a continuously available service hosted by IIS or a service hosted in an application. An endpoint can be a service client that requests data from a service endpoint. A simple ...
Read More »