Explain data contracts?



Explain data contracts?..

Answer / Tarique Anwar

Data Contracts in WCF define how data is serialized and deserialized during communication between the client and the service. They specify the types of data that can be exchanged by specifying public classes with a DataContract attribute, and fields or properties marked with DataMember attribute.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

do you know what is endpoint in wcf? : Wcf data services

1 Answers  


Which protocol is used for platform independent communication?

1 Answers  


Describe the various endpoints in wcf?

1 Answers  


What are the transport schemes supported by wcf?

1 Answers  


What is the address format in wcf?

1 Answers  


How to set the timeout property for the wcf service client call?

1 Answers  


What is datacontract?

1 Answers  


How do we customize data contract names for generics types?

1 Answers  


What is the main advantage of WAS?(Windows activation service) When it is used?

2 Answers  


Explain different modes of security in wcf?

1 Answers  


explain data contracts? : Wcf data services

1 Answers  


explain what are the main components of wcf? : Wcf data services

1 Answers  


Categories