Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You're <strong>question is way to broad</strong> however I can give you a brief overview of how WCF (and most client/server apps) work. </p> <p>You create a WCF service and then you reference the WCF service (in VS right click references then add service reference) inside your client application. The click in the client application will send a message to the WCF service that will deal with that message. </p> <p>As mentioned the getting started guides are pretty decent. The WCF Test Client is a great debugging tool as well. If you open the Visual Studio command prompt and type wcftestclient, it will pop up.</p> <p>Here are some articles that might be helpful:</p> <ul> <li><a href="http://msdn.microsoft.com/en-us/netframework/aa663324.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/netframework/aa663324.aspx</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/dd936243.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/dd936243.aspx</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/aa751792.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/aa751792.aspx</a></li> <li><a href="http://blogs.msdn.com/b/tess/archive/2009/01/09/net-hang-my-application-hangs-after-i-called-my-wcf-service-a-couple-of-times.aspx" rel="nofollow">http://blogs.msdn.com/b/tess/archive/2009/01/09/net-hang-my-application-hangs-after-i-called-my-wcf-service-a-couple-of-times.aspx</a></li> <li><a href="http://blogs.msdn.com/b/wenlong/archive/2009/07/26/wcf-4-higher-default-throttling-settings-for-wcf-services.aspx" rel="nofollow">http://blogs.msdn.com/b/wenlong/archive/2009/07/26/wcf-4-higher-default-throttling-settings-for-wcf-services.aspx</a></li> <li><a href="http://merill.net/2008/10/wcf-performance-optimization-tips/" rel="nofollow">http://merill.net/2008/10/wcf-performance-optimization-tips/</a></li> </ul>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload