Here is a simple example of creating an XML file programmatically in C#:
Check this link too it also explain very well about creating xml file using c# code...http://mindstick.com/Blog/77/Creating%20XML%20File%20in%20C
Hi Pravesh, thanks for the link, although XDocument and Linq tends to be the preferred way of dealing with Xml nowadays, thanks to a cleaner object model.
Check this link too it also explain very well about creating xml file using c# code...
ReplyDeletehttp://mindstick.com/Blog/77/Creating%20XML%20File%20in%20C
Hi Pravesh, thanks for the link, although XDocument and Linq tends to be the preferred way of dealing with Xml nowadays, thanks to a cleaner object model.
ReplyDelete