LINQ Examples



April 18, 2008

LINQ = .Net Language-Integrated Query

The major differentiator for LINQ to XML and other in-memory XML programming APIs is Language-Integrated Query. Language-Integrated Query provides a consistent query experience across different data models as well as the ability to mix and match data models within a single query. Querying XML with LINQ to XML

Appling LINQ against various data sources



Sample queries



Writing XML



Some resources