可学答题网 > 问答 > MCTS(70-528)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You create a Web application to proce


You create a Web application to process XML documents. The Web application receives XML document files from several sources, reads them, and stores them in a Microsoft SQL Server database. The Web application parses all incoming data files to ensure that they conform to an XML schema. You need to find all validation errors in the XML document. What should you do?()

  • A Load the XML data by using an instance of the XmlDocument class and specify a location for the application schema.
  • B Configure the ValidationEventHandler in the XmlReaderSettings of the XmlReader object.
  • C Read the XML file into a DataSet object and set the EnforceConstraints property to True.
  • D Read the XML file into a DataSet object. Handle the DataSet.MergeFailed event to parse the data that does not conform to the XML schema.
参考答案
参考解析:
分类:MCTS(70-528)题库
相关推荐

1、You develop a Web application that con

You develop a Web application that contains two master pages. You need to dynamically set the master page when a user views pages in the app...

2、You are developing a Web application.

You are developing a Web application. The Web application restricts access to an administrative page. The Web application uses the following cod...

3、You are creating a client application

You are creating a client application and configuring it to call a Windows Communication Foundation (WCF) service.When the application is deploye...

4、You develop a Web application that wri

You develop a Web application that writes data to a file on a server. You restrict access to the file to specific Windows users. The Web ap...

5、You develop a Web application that co

You develop a Web application that contains two master pages.You need to dynamically set the master page when a user views pages in the appli...

6、You are creating a Web application th

You are creating a Web application that will run on an intranet. The Web application reads comma-delimited text files. The text files reside i...