3
Answers

xml comparison code in .Net

Hi my project required me to compare two xml files, which are having same format but different data. Show those differences and merge the files to produce a new file. Is there any way to do this using c#?

Answers (3)