The complete WCF tutorial

Friday, December 12, 2014
Welcome to my site about WCF tutorial. This tutorial will explain about WCF concepts, creating new service and lot more things in WCF. This is great network distributed system developed by Microsoft for communication between applications. 

 Working through this tutorial gives you an introductory understanding of the steps required to create WCF service and client applications. A service exposes one or more endpoints, each of which exposes one or more service operations. The endpoint of a service specifies an address where the service can be found, a binding that contains the information that describes how a client must communicate with the service, and a contract that defines the functionality provided by the service to its clients.