Resources  
  • Writing XML Using DataSet in C#May 31, 2013. How to write a DataSet to an XML file using C#. The WriteXml method writes the current data (the schema and data) of a DataSet object to an XML file.
  • How To Convert DataTable To XML In C#Dec 03, 2012. In this article, I will discuss how to read data from a SQL Server into a DataTable and then export DataTable data into XML file in C#.
  • Serializing a DataSet Object as XMLJun 28, 2011. You can serialize a populated DataSet object to an XML file by executing the DataSet object’s WriteXml method.
  • 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.
  • Write Relational Data to an XML FileMar 15, 2001. This article shows you how you can write data from a database to an XML file using DataSet.

About WriteXml

NA

OUR TRAINING