Answers

Question and Answer:

  Home  MCSD.NET - 70-310 Exam

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

A. Create an XSD schema that defines EXDataSet.

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

class.

 128 views

More Questions for you: