C# XML

06/29/2010 15:10 xScott#1
How fast would XML be in terms of writing to a large XML file, such as Characters details etc. Is it too slow? does it take a lot of memory?
09/08/2010 14:07 CIRASH#2
I believe it should be faster than ini's because C Sharp actually has a XML reader and writer in its own XML .NET Framework library namespace and classes.