Which method exist in C# to validate an XML against XSD Schema using C# ?
One of this is using System.Xml, using System.Linq.
Which other validate methods exist?
I look for the methods to derive examine the methods and use.
Which method exist in C# to validate an XML against XSD Schema using C# ?
One of this is using System.Xml, using System.Linq.
Which other validate methods exist?
I look for the methods to derive examine the methods and use.
You have various options to deal with this
Please go through the above links.