Related resources for XML Documents
  • Reflecting Data In .NET Classes - Part IV - From Database Table11/25/2020 11:55:22 PM. In this article, we will be looking at how to reflect data from the most common data source - Database tables.
  • CRUD Operation Using LINQ To XML Documents9/21/2015 1:24:38 AM. This article is about creating an ASP.NET website having CRUD operation using LINQ to XML documents.
  • POC for DOM XML Parser9/29/2012 7:31:57 AM. The classes found in System.Xml namespace provide functionality to parse and navigate through XML documents. The attached source code shows how to use this functionality in C#.
  • .NET Beta 2 and Navigation in XML Documents9/29/2012 6:27:36 AM. .NET Beta 2 was released yesterday at tech-ed, 2001, Atlanta. Many things have been changed in Beta 2 since Beta 1. In this article, I'll cover changes in XmlNavigator class replaced with XPathNavigator.