in C# How to display 1GB XML Data very fast using XMLTextReader...? -


itemprop = "text">

I have a 1 GB XML file. How to display the total data of this file very fast using XMLTextReader.

Thank you, Sivaram

1 GB XML file Should never appear in, but if they do this, then understand this: System.All classes in the XML are not liking this document. Imagine the CPU at 100% and maximize the RAM. Consider a custom solution using XmlReader:


Comments