Do you know any file comparison add-in for visual studio
Is there any built-in, add-in solution for visual studio to compare two files and display result with differences? I could't find one... I use WinMerge . Not as good as Beyond Compare but it's free and open source. Also check out Visual Studio Comparison Tools , it's a Visual Studio add-in that connects it to WinMerge. Here is an excellent post that describes integration of many 3rd party diff and merge tools into Visual Studio - including araxis, beyond compare, WinMerge and many others. The post is badly needed, since the command-line parameters that VS can supply aren't fully documented.