在ASP.NET MVC中构建CMS
我很想知道是否为ASP.NET MVC编写了任何基本的CMS代码。
I'm curious to know if any basic CMS code has been written for ASP.NET MVC.
我问的原因是,我在创建数据一个客户端的驱动网站,我已经花了大量的时间从MVC的基础上构建它,但现在客户想要内容管理设施。
The reason I ask is, I'm making a data-driven website for a client, and I've already spent a significant amount of time building it from the ground-up in MVC, but now the client wants content management facilities.
基本上,他们希望能够添加/编辑/删除文章和修订控制。
Basically they want to be able to add/edit/remove articles and have revision control.
如果我能以某种方式锁定内容管理
It would be great if I could somehow 'bolt on' the content management without having to start again from scratch, developing it under an existing CMS.
我应该自己构建文章管理和修订控制,还是应该我重复使用一些现有的包。
Should I build the article management and revision control myself, or should I re-use some existing package?
N2 执行您对现有ASP.NET解决方案(包括MVC)的螺栓连接。
N2 does what you describe - "bolts on" to existing ASP.NET solutions (including MVC).