This documentation is archived and is not being maintained.
LINQ to XML
Visual Studio 2013
LINQ to XML provides an in-memory XML programming interface that leverages the .NET Language-Integrated Query (LINQ) Framework. LINQ to XML uses the latest .NET Framework language capabilities and is comparable to an updated, redesigned Document Object Model (DOM) XML programming interface.
The LINQ family of technologies provides a consistent query experience for objects (LINQ to Objects), relational databases (LINQ to SQL), and XML (LINQ to XML).
For more information and news about LINQ to XML and other Microsoft XML technologies, see the XML Team Blog.
Show: