I searched and found this question. But that question and the solution deal with PHP.
I am developing many applications in ASP.Net MVC 2. Each one has some type of text content that users can post. Example: Website, Blog, Issue Tracking, Comments.
I want to maintain the revision history of each one and show the changes made from one revision to another, when requested. You know.. the deleted content is shown in red with a strike-through and the ad开发者_StackOverflow社区ded content is shown in green etc.. that type of thing.
I am not sure whether you save the changes alone for each revision, or save the whole content and calculate the diff when showing or how it is done.
Is there a .Net library that lets me do this?
You may find the following component useful.
精彩评论