2

I'm evaluating the options for a CMS in ASP.NET MVC. I'm currently working on a multi-tenant app that requires CMS functionality. I've been looking at N2, Mojoportal etc, but I'm also interested in what SharePoint Services could bring to the table. Specifically I don't want a SharePoint site but rather I'd like to potentially use the sharepoint object model, db tables, etc. to form the core of the CMS.

Is this possible with SharePoint or am I going down the wrong path? I've not had much experience with it.

2
  • Have you checked out this question stackoverflow.com/questions/70816/… Commented Jul 14, 2009 at 6:52
  • 1
    Have you looked at OrchardCMS. It's based on ASP.NET MVC Commented Oct 8, 2011 at 16:38

1 Answer 1

0

SharePoint is not an ASP.NET MVC application, it's all web forms. There is the SharePointMVC CodePlex project that attempts to bring MVC to SharePoint.

At the end of the day you are very likely to need to follow the 'web forms' way of doing things sooner or later with SharePoint. So if MVC is a requirement I would not use SharePoint. However your requirements should probably be around what the customers want, not what technology to use?

I also wouldn't take the approach of using SharePoint's back end only. See this question for some good reasons why.

Sign up to request clarification or add additional context in comments.

1 Comment

ASP.NET MVC is built on top of ASP.NET

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.