Microsoft
70-513 · Question #117
You are developing a data contract for a Windows Communication Foundation (WCF) service. The data in the data contract must participate in round trips. Strict schema validity is not required. You…
The correct answer is D. IExtensibleDataObject. See the full explanation below for the reasoning.
Question
You are developing a data contract for a Windows Communication Foundation (WCF) service. The data in the data contract must participate in round trips. Strict schema validity is not required. You need to ensure that the contract is forward-compatible and allows new data members to be added to it. Which interface should you implement in the data contract class?
Options
- AICommunicationObject
- BIExtension<T>
- CIExtensibleObject<T>
- DIExtensibleDataObject
How the community answered
(40 responses)- A8% (3)
- B13% (5)
- C3% (1)
- D78% (31)
Community Discussion
No community discussion yet for this question.