I looking for a way to create Delta Diff Patches of Large Binary Files (VMWare Virtual Disk Files). Is there an implementation in C# or any useful methods in the the .NET Framew
Here's a C# class that implements Meyers O(ND) Difference Algorithm:
http://www.mathertel.de/Diff/default.aspx
Enjoy!