This project uses both. Does it make sense to switch to XDocument? Here are some points for XDocument: - https://github.com/zulimazuli/dotnetXmlBenchmarks - https://learn.microsoft.com/en-us/answers/questions/1805701/xdocument-vs-xmldocument - https://stackoverflow.com/questions/1542073/xdocument-or-xmldocument Additionally XDocument supports asynchronous operations, whilc XmlDocument doesn't.
This project uses both. Does it make sense to switch to XDocument?
Here are some points for XDocument:
Additionally XDocument supports asynchronous operations, whilc XmlDocument doesn't.