Microsoft
70-513 · Question #148
You need to modify a client application that consumes a Windows Communication Foundation (WCF) service. The service metadata is no longer available. You need to modify the previously generated proxy…
The correct answer is B. Create a partial class for the previously generated proxy and include the new. See the full explanation below for the reasoning.
Question
You need to modify a client application that consumes a Windows Communication Foundation (WCF) service. The service metadata is no longer available. You need to modify the previously generated proxy to include asynchronous calls to the service. What should you do?
Options
- AUpdate the service reference with the Generate asynchronous operations option.
- BCreate a partial class for the previously generated proxy and include the new
- CCreate a class with the same name as the previously generated proxy and add the new
- DCreate a class with the same name as the previously generated proxy and add the new
How the community answered
(51 responses)- A2% (1)
- B80% (41)
- C6% (3)
- D12% (6)
Community Discussion
No community discussion yet for this question.