views:

68

answers:

1

Is there a lib i can use to diff between two pieces of code and display it in html? I am using diff - GNU diffutils version 2.7, C#, asp.net. I dont mind the code being in javascript.

I would like just the output with color text + css. I'll build the page around it. Does anyone know a suitable lib?

+1  A: 

DiffPlex - http://diffplex.codeplex.com/

chibacity