1. DiffPlex - a .NET Diff Generator http://diffplex.codeplex.com/SourceControl/changeset/view/052fd342999b 原網站dll下載
http://diffplex.codeplex.com/html
簡介:git
具體使用能夠參考http://diffplex.codeplex.com/wikipage?title=library&referringTitle=Homegithub
IDiffer是差別比較的核心類,提供了兩個文本的低精度的大體比較算法
ISidebySideDiff:提供了高精度的比較以及能夠用兩欄對比顯示差別ide
接口post
Silverlight網站
2.diffenginespa
簡介:code
功能強大,
缺點:文本每行不能超過1024個字符
獲取新增內容示例:
3. htmldiff
簡介:
HtmlDiff本來是Ruby版的HTML差別比較算法,後來有朋友作了個C#版本,特色是很是好用,過於簡單
C#版: http://htmldiff.codeplex.com/
Ruby版: http://github.com/myobie/htmldiff
http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/
4.NDiffDiff: A Diff Implementation for Lines and Chars in Text File
簡介:
提供Winform Demo
http://www.codeproject.com/KB/recipes/NBDiffDiff.aspx