Parsing of XML in C# - 5 ways

Parsing of XML in C# - 5 ways


1. Using XmlTextReader class
2. Using LINQ to XML methods
3. Using the XmlReader.Create Method
4. Using the XmlDocument.GetElementsByTagName Method
5. Using Dataset and DataTable Object

For detailed explanation please refer http://www.aspfree.com/c/a/C-Sharp/5-Ways-to-Parse-XML-in-C/

Comments

Popular posts from this blog

ASP.NET Compillation Error BC31007 - Solution

The Difference between GET and POST

Test & Debug WCF service using WCFTestClient.exe