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() [https://docs.microsoft.com/en-us/dotnet/api/ »