Hard
You are developing a data contract (DataContract) for a WCF service. The data of this contract must participate in a round trip between the client of your service and your service itself. Strict schema validity is not required.
You must ensure that the contract will provide upward compatibility with new versions, and that it will be possible to enrich this contract with new properties.
Which interface do you need to implement on the data contract class?
Author: InconnuStatus: PublishedQuestion passed 26 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
Similar QuestionsMore questions about Dot-net
1
How to create a WCF service in C#0
Create a service host in Dot-net0
Create a WCF ContentManagement.svc service with the WebGetAttribute and WebInvokeAttribute attributes.,Define an endpoint behavior (EndpointBehavior) in the web.config that enables the web programming model.0
Configure IIS to allow the http verbs PUT and DELETE for the service.0
How to get the first element of an array in C#