Saturday, September 08, 2007 - Posts

LINQ to XML and Larger Files

LINQ to XML and the XML API that underpins it contained in the System.Xml.Linq namespace is essentially a DOM-like API. This means that documents are loaded into memory to form a "tree" representation and that act of loading into memory means that the Read More

Filed Under: , ,