1
Reply

How to compare two files in Visual Studio 2012?

Ritesh Singh

Ritesh Singh

8y
508
0
Reply

    DiffFiles is a new tools in VS 2012 to compare 2 different c# or vb file without TFS. Below are the steps to achieve thisStep1: Open Visual StudioStep2: Go to View > Other Windows > Command WindowStep3: Type the command (Tools.DiffFiles Test\Test.vb d:\Test\Test1.vb) // it is the example of comparing 2 files