adspace


What are contracts in wcf?

Answer Posted / Meenu Sagar

In WCF, a contract defines the service behavior, including the operations that the service can perform and the data types used for input and output parameters. There are three types of contracts: Service Contract (describes the public interface of the service, including the operations that it supports), Data Contract (defines the data types sent across the service boundary), and Fault Contract (specifies how faults will be handled).

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