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