nerdexam
Microsoft

70-513 · Question #52

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 asynchronous. 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 asynchronous
  • 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

(24 responses)
  • A
    4% (1)
  • B
    83% (20)
  • C
    8% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 70-513 Practice