Software Development Network>> Visual C#>> diff text files
You might find a possible response here: http://www.codeproject.com/csharp/WebReports8.asp
Otherwise, windiff tools is the best option.
there is a program called windiff which can do this for you. Alternatively you can create your own from scratch. However here is a link to windiff:
http://blogs.msdn.com/brada/archive/2004/12/29/343851.aspx
Or you could try this...
http://www.dotnetonweb.com/80_Tutorial_A_Generic_Reusable_Diff_Algorithm_in_Csharp_-_II.html
You'll have to scroll the page down to the tutorial. Hope it helps.
diff text files
sanaltsk
You might find a possible response here: http://www.codeproject.com/csharp/WebReports8.asp
Otherwise, windiff tools is the best option.
Philip York
there is a program called windiff which can do this for you. Alternatively you can create your own from scratch. However here is a link to windiff:
http://blogs.msdn.com/brada/archive/2004/12/29/343851.aspx
nbn
Or you could try this...
http://www.dotnetonweb.com/80_Tutorial_A_Generic_Reusable_Diff_Algorithm_in_Csharp_-_II.html
You'll have to scroll the page down to the tutorial. Hope it helps.