Answers

Question and Answer:

  Home  MCSD.NET - 70-320 Exam

⟩ Suppose You are planning to create a Dataset object named ES DataSet to be used in a bond-tradingapplication. Several developers will need to write code to manipulate myDataSet, and you want toensure that ES DataSet is easy for them to use. You decide to create ES DataSet as a stronglytyped data set. Which two actions should you take? (Each correct answer presents part of thesolution. Choose two)A. Create an XSD schema that defines ES DataSet.B. Create an XDR schema that defines ES DataSet.C. Create a class for ES DataSet that is based on the schema and that inherits from the Datasetclass.D. Create a class for ES DataSet that is based on the schema and that inherits from theXmlSchema class.E. Create a key pair for ES DataSet by using the Strong Name tool (Sn.exe).

A. Create an XSD schema that defines ES DataSet.

C. Create a class for ES DataSet that is based on the schema and that inherits from the Dataset

class.

 193 views

More Questions for you: