What is DataContract in WCF?



What is DataContract in WCF?..

Answer / Rahul G. Momin

DataContract is a user-defined contract that describes the data format and structure for serialization and deserialization of data in WCF services. It defines the properties, methods, and types that can be transmitted over the wire between client and service.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WCF Interview Questions

Which are the 3 types of transactions manager wcf supports?

1 Answers  


WCF:Is the Reliable session tied to the transport session?

2 Answers  


What do you understand by the term impersonation?

1 Answers  


what is the endpoint in WCF and what are the three major points in WCF?

1 Answers  


WCF:Could the ExactlyOnce property of the netMsmqBinding be true if the queue is not transactional?

1 Answers  


How we can achieve operation overloading while exposing wcf services?

1 Answers  


WCF:Can we use the public queues without the Windows domain? If cannot then why?

1 Answers  


What is wcf api?

1 Answers  


What is transfer security?

1 Answers  


How to perform Transaction query in WCF?

1 Answers   Viscus Infotech,


How the concurrency mode is specified in wcf service?

1 Answers  


What is the request-reply mode in wcf?

1 Answers  


Categories