LINQ to XML Programming Overview
These topics provide high-level overview information about the LINQ to XML classes, as well as detailed information about three of the most important classes.
In This Section
Topic |
Description |
---|---|
Provides a high level view of the two principle approaches to writing LINQ to XML applications. |
|
Provides an overview of the LINQ to XML classes. |
|
Introduces the XElement class, which represents XML elements. XElement is one of the fundamental classes in the LINQ to XML class hierarchy. |
|
Introduces the XAttribute class, which represents XML attributes. |
|
Introduces the XDocument class, which represents XML documents. |
|
Contains the Using directives and Imports statements that are required to build the LINQ to XML examples. |