Working with XML Namespaces

The topics in this section describe how LINQ to XML supports namespaces. 

In This Section

Topic

Description

Namespaces Overview (LINQ to XML)

This topic introduces namespaces, the XName class, and the XNamespace class.

Namespaces in C# (LINQ to XML)

This set of topics explains how to work with namespaces in C#.

Namespaces in Visual Basic (LINQ to XML)

This set of topics explains how to work with namespaces in Visual Basic.

How to: Write Queries on XML in Namespaces

Demonstrates how to specify XML namespaces in LINQ to XML queries when using the Visual Basic and C# languages.

See Also

Concepts

Programming Guide (LINQ to XML)