adspace


Explain wcf contracts?

Answer Posted / Prashant Malik

WCF contracts define the protocol, format, and behavior of a service. They consist of three main parts: Service Contract (defines the methods that the service provides), Data Contract (defines the data types that are passed between the client and the service), and Operation Contract (defines the operations that the service supports).

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?

907