Permalink
Fetching contributors…
Cannot retrieve contributors at this time
44 lines (37 sloc) 1.96 KB
title ms.custom ms.date ms.prod ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author translation.priority.mt
LINQ to XML (Visual Basic)
2015-07-20
.net
devlang-visual-basic
article
VB
f7386556-a6b9-40d5-92b6-e8701dc2c63e
3
dotnet-bot
dotnetcontent
cs-cz
pl-pl
pt-br
tr-tr

LINQ to XML (Visual Basic)

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).

In this Section

Getting Started (LINQ to XML)
Provides introductory information about LINQ to XML, including a conceptual overview and an overview of the xref:System.Xml.Linq?displayProperty=nameWithType classes.

Programming Guide (LINQ to XML) (Visual Basic)
Provides conceptual and how-to information about programming with LINQ to XML.

Reference (LINQ to XML)
Provides pointers to the LINQ to XML managed reference documentation.

See Also

Overview of LINQ to XML in Visual Basic
XML
Language-Integrated Query (LINQ) (Visual Basic)