adspace


Define data contracts?

Answer Posted / Razia Bano

In WCF, Data Contracts define the data structures that can be passed between a service and its clients. They specify the public data members of a class or structure that are serialized and deserialized during communication.

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