adspace


Explain about contracts?

Answer Posted / Neelam Kumari

In WCF (Windows Communication Foundation), a contract defines the service's behavior and the types that are used for communication. There are three types of contracts: Service Contract, Data Contract, and Operation Contract. A Service Contract specifies the service operations and requirements; Data Contract describes the data structures exchanged between the client and the service; Operation Contract defines the methods available in the service.

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?

904