Exit 70-483 Programming in C#
Question 1 of 5
0% complete
Q1 Single choice

You are developing an application that retrieves customer data from a web service. The application stores the JSON messages returned from the web service in a string variable named CustomerAsJson. The variable is encoded as UTF-8.
The application includes a class named Customer that is defined by the following code:

You need to populate the Customer class with the data returned from the web service.

Which code segment should you use?

  • A

    Option A

  • B

    Option B

  • C

    Option C

  • D

    Option D

Previous Next