Visual Studio - How to diff/compare two different files in your solution
Given how long Visual Studio has been out there I sometimes wonder why there is no built in function to compare two files. Using for example »
Given how long Visual Studio has been out there I sometimes wonder why there is no built in function to compare two files. Using for example »
In C# it is quite convenient to read all files to an array. You can use the method ReadAllLines() from the File class, all it needs »