Building a CMS in ASP.NET MVC

前端 未结 9 1327
野的像风
野的像风 2020-12-07 14:14

I\'m curious to know if any basic CMS code has been written for ASP.NET MVC.

The reason I ask is, I\'m making a data-driven website for a client, and I\'ve already s

相关标签:
9条回答
  • 2020-12-07 14:37

    (I know this question is old, but it still comes high up for the relevant search terms.)

    Today I discovered Meek, http://www.adventuretechgroup.com/labs-meek/, and it was very simple and unobtrusive to add to my MVC project, which I believe is what the original poster would have wanted - bolting on CMS as a feature rather than having it take over your entire site.

    0 讨论(0)
  • 2020-12-07 14:38

    There is also Oxite which I believe is more of a blog engine.

    0 讨论(0)
  • 2020-12-07 14:41

    N2 does what you describe - "bolts on" to existing ASP.NET solutions (including MVC).

    0 讨论(0)
提交回复
热议问题