MeneesDiffUtils
Home Page
Categories: IDEs - IDE add-ins
Author: Menees Software
Latest version: 2.0
Added 2008-04-21
Classes for determining the differences between two text or binary files or two directories, and controls for displaying the differences.
Classes include:
- BinaryDiff: A class for differencing binary files, streams, or byte arrays using the algorithm from A Linear Time, Constant Space Differencing Algorithm by Randal C. Burns and Darrell D. E. Long.
- MyersDiff: A class for differencing two integer arrays using the algorithm from Eugene W. Myers's paper An O(ND) Difference Algorithm and Its Variations.
- TextDiff: A class for differencing text files, strings, or string arrays using the MyersDiff class.
- DiffControl, DiffView, and DiffOverview: Windows Forms controls for visually displaying differences between two text files (in the style of Visual SourceSafe and WinDiff).
 Built for .NET |
 Built for .NET 2 |
 Add-in |
 Free or free version available |
 Source code provided |