DISQUS

CMS Critic: New CMS based on the Model View Controller (MVC) framework from Microsoft

  • Jonathan Ranes · 4 months ago
    Thanks for putting up the article! It has been fun to work with MVC, I don't miss viewstate at all. We also used ADO Entity and are coming around to liking it. We have the design loosely coupled so a NHibernate version may be rolling out for the back end also.

    One of the best parts of the project is that there is a custom ASP Membership implementation that uses the Entity model so users and their details are always available as an entity object any time they are needed.

    We almost went with Prototype instead of JQuery for the script library but we are finding many jquery plugins that are great, such as jqmodal we are using for managing page comments and jquery.treeview we are using for the navigation in the cms editor.

    I'll post back here as things develop.