Monday, March 20, 2017

How to appending an existing XML file in c#?

c# xml add element
In this article I will show how to append new data to an xml file using c#. If you want to add data to xml file without reloading the xml file appending data to the first row using the xElement addBeforeSelf...

more details:

No comments:

Post a Comment