G
Guest
Hello all,
I have a 1GB XML file that I need to read once a day and I would like to get
feedback to find out what is the most efficient way to go about reading this
file. The application reading this is in C# and I am using .NET 2.0.
How can I read it without loading it all at once into memory? Will a simple
XmlDocument and a XmlNodeIterator work?
All feedback is extremely appreciated. Thanks!
Johnny
I have a 1GB XML file that I need to read once a day and I would like to get
feedback to find out what is the most efficient way to go about reading this
file. The application reading this is in C# and I am using .NET 2.0.
How can I read it without loading it all at once into memory? Will a simple
XmlDocument and a XmlNodeIterator work?
All feedback is extremely appreciated. Thanks!
Johnny