Resources  
  • Insert XML Document in SQL Server in ASP.NetDec 13, 2013. This article shows how to read a XML file (EmployeeDetaisl.xml) residing in the application and the XML data will be displayed in a GridView control then selected rows will be inserted in a SQL Server database.
  • Load an XML File Into a WPF DataGridMay 30, 2013. How to Load an XML File into a WPF DataGrid. The ReadXml method reads an XML file and loads it into a DataSet.
  • Load XML File Into a DataGridView Using C#May 28, 2013. How to Load an XML File into a DataGridView. In ADO.NET, the DataSet class implements methods and properties to work with XML documents, including reading XML, loading it into a DataSet and writing a DataSet back to an XML file.
  • Load XML File Data in DataGridView & Print DataGridView DataFeb 09, 2012. Using this article you can understand how to load the XML file's record into the DataGridView & then you can print that DataGridView.
  • Free Book: Programming XML with C#Sep 15, 2007. Programming XML with C# is a 65 pages book written for C# programmers who wish to learn how to work with XML documents using C# language. In this book, you will learn the basic elements of XML and classes and objects available in .NET Framework to work with XML.
  • Methods For Transforming Data To A XML FileMay 16, 2006. This articles mentions different ways to tranform data to XML file.
  • Using Map in a Pocket PC ApplicationApr 19, 2004. GPS enabled applications are a good example of using a Pocket PC to locate a Pocket PC user. This attached application is a location based Pocket PC application developed using .NET compact framework.
  • Math Equation Editor in C#Apr 07, 2003. The Equation Editor I created in C# allows you to create a few simple equations using the keyboard. With the editor you can open and save files of your equations.