Scenario: You need to retrieve data from an XML document. Which LINQ technology can be used for querying XML data?

  • LINQ to Entities
  • LINQ to Objects
  • LINQ to SQL
  • LINQ to XML
LINQ to XML is designed for querying and manipulating XML data. It allows developers to write LINQ queries against XML documents, providing a convenient and expressive way to extract and process XML data.
Add your answer
Loading...

Leave a comment

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