WCF Architecture
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 [...]
