Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>From Wikipedia:</p> <blockquote> <p>The Windows Communication Foundation (or WCF) is an application programming interface (API) in the .NET Framework for building connected, service-oriented applications.</p> <p>WCF is meant for designing and deploying distributed applications under service-oriented architecture (SOA) implementation. ** Architechture</p> <p>** WCF is designed using service oriented architecture principles to support distributed computing where services have remote consumers. Clients can consume multiple services; services can be consumed by multiple clients. Services are loosely coupled to each other. Services typically have a WSDL interface (Web Services Description Language) that any WCF client can use to consume the service, regardless of which platform the service is hosted on. WCF implements many advanced Web services (WS) standards such as WS-Addressing, WS-ReliableMessaging and WS-Security. With the release of .NET Framework 4.0, WCF also provides RSS Syndication Services, WS-Discovery, routing and better support for REST services. Endpoint A WCF client connects to a WCF service via an Endpoint. Each service exposes its contract via one or more endpoints. An endpoint has an address (which is a URL specifying where the endpoint can be accessed) and binding properties that specify how the data will be transferred.</p> </blockquote> <p><a href="http://en.wikipedia.org/wiki/Windows_Communication_Foundation" rel="nofollow">http://en.wikipedia.org/wiki/Windows_Communication_Foundation</a></p> <p>Useful resources:</p> <p><a href="http://msdn.microsoft.com/sv-se/library/dd943056%28en-us%29.aspx" rel="nofollow">http://msdn.microsoft.com/sv-se/library/dd943056%28en-us%29.aspx</a></p> <p><a href="http://www.wcftutorial.net/" rel="nofollow">http://www.wcftutorial.net/</a></p> <p><a href="http://blah.winsmarts.com/2008-4-Writing_the_WCF_Hello_World_App.aspx" rel="nofollow">http://blah.winsmarts.com/2008-4-Writing_the_WCF_Hello_World_App.aspx</a></p> <p><a href="http://blah.winsmarts.com/2008-4-Writing_your_first_WCF_client.aspx" rel="nofollow">http://blah.winsmarts.com/2008-4-Writing_your_first_WCF_client.aspx</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

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