Given an XML file, you want to run several queries for data using LINQ to XML.
Which class would be most appropriate for these queries on the file?

 Posted by Rajkatie on 8/15/2012 | Category: ADO.NET Interview questions | Views: 2855 | Points: 40
Select from following answers:
  1. XmlDocument
  2. XmlReader
  3. XDocument
  4. All Above

Show Correct Answer


Source: MeasureUp.com | | Alert Moderator 

Comments or Responses

Posted by: Srilu.Nayini577 on: 8/16/2012 | Points: 10
XDocument supports LINQ to XML.



Thank you,

Login to post response