By tag: xmlreader
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.