Is there any way find difference between two cs files. I already ask question in which I ask about XML file now I want to compare two .cs files in visual studio. is there any command like linux to find difference in windows?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want the official tool Visual Studio comes with a very simple comparison utility:
diffmerge. You can use it both to compare and to merge files. It’s located in the Common7\IDE folder under the Visual Studio installation path. Syntax is simple (for basic operations) and it can be used both from command line (simply run the command to see the syntax) and with UI (as used by Visual Studio itself as default comparison utility for source files under source control).