By tag: XDocument
0
kicks
Little nugget of simplification when loading an XDocument
Simplification when loading an XDocument
0
kicks
Performance: LINQ to XML vs XmlDocument vs XmlReader
Compares speeds of XML parsing techniques. Ultimately XmlReader beats LINQ to XML in almost every run except for very small XML documents. What's interesting though is how the numbers scale between text encodings.