Question from the WCF test

How to get the first element of an array in C#

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 25 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!