C
CSharper
I have an xml file with bunch of nodes of "Personal" information. I
have a XElement which I need to add it to the end of the file of
existing Personal XDocument. What is the best way of doing this in
Linq or any other way? I can always read with XmlReader and add it at
the end but there must be a better way of doing this.
Thanks.
have a XElement which I need to add it to the end of the file of
existing Personal XDocument. What is the best way of doing this in
Linq or any other way? I can always read with XmlReader and add it at
the end but there must be a better way of doing this.
Thanks.