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.
Loading...
Related Quiz
- In ADO.NET, what is the role of the DataRow object when modifying data?
- The IsolationLevel enumeration in ADO.NET provides options such as ReadCommitted and ___________.
- What is a stored procedure in the context of ADO.NET?
- ADO.NET provides a way to interact with databases using ________.
- What is the significance of setting the Nested property of a DataRelation to true?