In continuation of the my previous question, are the any good controls for text diffs visualization?
Something like StackOverflow\'s revision diff viewer but for WinForm
I recommend DiffPlex. It is netstandard1.0 and very light weight.
netstandard1.0
You can easily embed it in your WPF application using the RichTextBox like this: https://github.com/halllo/WpfDiff
RichTextBox