Is .NET XML validation against xml schema faster then the one in MSXML6.
I am currently using MSXML6 validation in C++ project, and i get slower results then in .NET.
I'm using reader approach (SAXParser in C++ vs. XmlReader in .NET).
Shouldn't non-NET be faster?