Is there any ASP.NET MVC software that has similar functionalities to ScrewTurn?
I downloaded ScrewTurn and liked the all functionalities it presents (pages revisions, rol开发者_如何学运维lback, drafts, ...). But, ScrewTurn is written in Web Form. I'd like to know how I can find something similar in ASP.NET MVC side.
Thanks for helping
you can also try RoadKill : http://roadkill.codeplex.com/
Roadkill .NET is a lightweight but powerful Wiki engine built on the following foundations: .NET 4.0
jQuery
ASP.NET MVC 3 with Razor
NHibernate
Creole, Media Wiki and Markdown syntax support
Bootstrap-based UI.
SQL Server (although it supports mySQL, SQlite, Postgres - anything that NHibernate supports)
It's themeable, well documented, supports Active Directory authentication and is (I hope) extremely easy to use. It's Free Open Source (FOSS)
The library that comes to mind for something similar is PlexWiki.
It is able to store everything in the DB to allow history, drafts, rollbacks, etc. Took me at most an hour to get most of this functionality integrated into my MVC site.
精彩评论