adspace


Explain data contracts?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different elements of wcf srevices client configuration file?

905