I need to compare two lines and output diff in HTML (similar to changes in the MS Word track). The language is C #, it is (not surprisingly) a .NET web application. There are several similar questions (like this one for PHP / Python ), but there is no existing question about SO.
I do not need a finished project, just everything that cuts out the extra work. I know that this problem has been solved at least once. I am looking for leverage from this starting place (source for the object, just a method, just an algorithm in C #, everything will be useful). The output for diff must be in HTML.
source
share