I am to develop a website for a IT company, I want to use ASP.NET MVC 3 to develop it I also want to use a CMS with it so that it is easy to change the content of the site, without having to go into the codes.
I want to use MVC 3 for this.
Can anyone help me in deciding which CMS should I go for ?
My requirement is to create a website for an IT company using ASP.NET MVC 3, and use a CMS with it so that content management becomes easy.
Any ideas / help / links / will be appreciated.
Update : Now WordPress is also available with .NET
Warm Regards
There is no “plug-in” CMS that you can use in MVC. You would have to write it yourself.
There are, however, a number of CMS’s that allow you to extend them via MVC. Orchard, for example is a popular one.
There is a big difference between an MVC site that has a CMS and a CMS that allows you to extend it with MVC. You should understand this distinction, and decide which way you want to go.