Which is the best way to saving data to xml in .net 4.0 desktop application?
It might be a general question but I'm not sure which of the following is the better (performance wise) I can use:
It might be a general question but I'm not sure which of the following is the better (performance wise) I can use:
xmlWriter
xmlTextWriter
xmlDocument
LINQ to XML