adspace
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