Comparing Files

  • Thread starter Thread starter KNorman
  • Start date Start date
K

KNorman

Is there another way in which files can be compared
within Visual Studio .NET 2003. I am talking
specifically of files external to any solution like maybe
a database script file that I need to compare, etc. I am
currently still using WinDiff to do my file comparisons
but I was curious as to whether there is another way in
which this could be done using .NET. Thanks.
 
If you are looking for a utility to compare files, WinDiff is the common
one in VS.NET. There are also some third party products, for example:

http://www.araxis.com/merge/

VS.NET IDE doesn't have ability to compare external files. We need to
perform that with those utilities like WinDiff.

Hope this answer your question.

Luke

"Microsoft Security Announcement: Have you installed the patch for
Microsoft Security Bulletin MS03-026?? If not Microsoft strongly advises
you to review the information at the following link regarding Microsoft
Security Bulletin MS03-026
http://www.microsoft.com/security/security_bulletins/ms03-026.asp and/or to
visit Windows Update at http://windowsupdate.microsoft.com to install the
patch. Running the SCAN program from the Windows Update site will help to
insure you are current with all security patches, not just MS03-026."
 
Back
Top