adspace


What is contract? What are the types of contract?

Answer Posted / Dinanath Benbanshi

In WCF, a Contract defines the service operations and data structures (messages) that can be exchanged between the service and its clients. There are two types of contracts: Service Contract, which specifies the operations the service provides, and Data Contract, which describes the format of the data passed between the service and its clients.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

906