You are creating a Web site for Your company. You receive
product lists in the form of XML documents. You are creating
a procedure to extract information from these XML documents
according to criteria that your users will select.
When a user makes a request, you want the results of these
requests to be returned as quickly as possible.
What should you do?

A . Create an XmlDataDocument object and load it with the
XML dat Use the DataSet property of the object to create a
DataSet object. Use a SQL SELECT statement to extract the
requested dat
B . Create an XmlDataDocument object and load it with the
XML data. Use the SelectNodes method of the object to
extract the requested data.
C . Create an XPathDocument object and load it with the XML
data. Call the CreateNavigator method to create an
XPathNavigator object. Call the Select method of the
XPathNavigator object to run an XPath query that extracts
the requested data.
D . Create an XmlReader object. Use the Read method of the
object to stream through the XML data and to apply an XPath
expression to extract the requested data.



You are creating a Web site for Your company. You receive product lists in the form of XML document..

Answer / js_m

C

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Define the types of configuration files.

0 Answers  


ASP.NET uses event driven programming model.Justify.

2 Answers  


Where are session variables stored?

0 Answers  


Interface have Default Modifier Is 'Public'.Where We Will Use The KeyWord In Interface?

3 Answers   Phoenix Technologies,


with which controls you worked in Asp.net 2.0?

2 Answers   HP, nTech Solutions,






difference between writing connection string in web.config through connection string and appsettings

2 Answers   iSoft,


Explain repository pattern in asp.net mvc? : asp.net mvc

0 Answers  


What are the two types of web pages?

0 Answers  


what is PostBack Property exactly ? when It Returns True? when it Returns False?

1 Answers  


What are various authentication mechanisms in ASP.NET ?

4 Answers   TCS,


What is Model-View-View Model?

0 Answers   MCN Solutions,


1. Briefly describe your ideal job?

1 Answers   Swatz Oils, Swetz Oil,


Categories