Folks,
Please, what\'s a good way of writing really big XML documents (upto say 500 MB) in C# .NET 3.5? I\'ve had a bit of search around, and can\'t seem to find anythin
Use a XmlWriter:
[...] a writer that provides a fast, non-cached, forward-only means of generating streams or files containing XML data.