Posted on October 20 2009 by Sachin Jain
Following is the diagram for WCF architecture
1. Contracts – It contains information about what service does and type of information it will make available.
a) Data – A data contract includes the data that will be exchanged by the service. The service and the client do not need to agree on the types, but they [...]
Posted on October 15 2009 by Sachin Jain
WCF is based on SOA architecture. Its main objective is to achieve features of SOA and coming as close as possible to it. It is basically a framework for creating and distributing the connected applications. WCF provides the set if classes which provides developer a facility to create a SOA applications.