1

How has XML parsing in .NET Framework 2.0, 3.0, 3.5 and 4.0 evolved? There are many different samples out there.

We need to read/write mid to big size XML files and want to use the most efficient way in .NET Framework 4.0

Thanks.

abenci
  • 8,422
  • 19
  • 69
  • 134

1 Answers1

0

you may have a look at specific answers here: Deciding on when to use XmlDocument vs XmlReader

As you can see it is not only a question of performance but memory usage as well. see the experts' anwers with runtimes in yellow

Community
  • 1
  • 1
gericooper
  • 242
  • 2
  • 11