You need to create this code as quickly as possible

Your company frequently receives product information from external vendors in the form of XML data. You receive XML document files, an .xdr schema file, and an .xsd schema file. You need to write code that will create a typed DataSet object on the basis of product information. Your code will be used in several Visual Studio .NET applications to speed up data processing. You need to create this code as quickly as possible. What should you do?

Your company frequently receives product information from external vendors in the form of XML data. You receive XML document files, an .xdr schema file, and an .xsd schema file. You need to write code that will create a typed DataSet object on the basis of product information. Your code will be used in several Visual Studio .NET applications to speed up data processing. You need to create this code as quickly as possible. What should you do?

A.
Create the code manually.

B.
Use XmlSerializer.Serialize to generate the code.

C.
Use XmlSerializer.Deserialize to generate the code.

D.
Use the XML Schema Definition tool (Xsd.exe) to generate the code.



Leave a Reply 0

Your email address will not be published. Required fields are marked *