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 never heard about a specific .NET component for diff visualization (it's kind a niche), but perhaps you could rely on advanced editor to build your own without too much trouble.
Syncfusion proposes a complete component suite dedicated to text/code edition, with a lot of built in features that you might find useful :
Important note : it is not free.