0
kicks
LINQ to XML over large documents
A look at one of the less talked about features of LINQ to XML: improvements with working over large documents. Has an example of how LINQ to XML combines the low memory usage of XmlReader with the easy of use of a XElement.