adspace


What are the types of Data Contracts in WCF?

Answer Posted / Ajay Dangi

WCF provides several types of data contracts to define the structure and serialization rules for service messages:n
1. Object Serializer: Automatically generates a data contract from a .NET class.
2. Known Type: Allows you to explicitly specify the data contract classes that should be used for serialization.
3. Data Contract Class Library (DCL): A separate assembly containing data contracts, which can be referenced by services and clients.

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