3

Do You know any .net library that can be used for comparing and especially merging of two files (like .pst) - would be the best if open-source or inexpensive.

George Stocker
  • 57,289
  • 29
  • 176
  • 237
michal zygula
  • 183
  • 2
  • 8

1 Answers1

3

Here are some implementations

I would suggest starting with the Myers implementation since it is based on a well reasoned algorithm and so if there is a bug you are likely to be able to identify it against some other reference implementation.

ShuggyCoUk
  • 36,004
  • 6
  • 77
  • 101