exam questions

Exam 70-487 All Questions

View all questions & answers for the 70-487 exam

Exam 70-487 topic 1 question 11 discussion

Actual exam question from Microsoft's 70-487
Question #: 11
Topic #: 1
[All 70-487 Questions]

DRAG DROP -
You are developing a WCF service.
The WCF service requires implementations of the new data contracts to validate against the old schema.
You need to develop a new data contract without breaking current functionality.
What should you do? (To answer, drag the appropriate code segments to the correct location or locations in the answer area. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.)
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
TinaZh
Highly Voted 5 years, 4 months ago
https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/data-contract-versioning?view=netframework-4.8#adding-and-removing-data-members
upvoted 8 times
tanujgyan
5 years ago
Please refer to this link for explanation. By using DataContract(Name="") attribute we can achieve schema updates. Although this wont work if you have strict schema validation
upvoted 2 times
...
...
[Removed]
Most Recent 5 years, 4 months ago
https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.datacontractattribute?view=netframework-4.8
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...