Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sitecore 7 and MVC 4 integration [closed]

What is the best way to integrate an MVC 4 solution into a Sitecore 7 instance when the solution is located outside of the website's root?

like image 418
Filip Huysmans Avatar asked Feb 15 '23 07:02

Filip Huysmans


1 Answers

Your starting point is going to be the Sitecore MVC Developers reference and there was a great video tutorial posted which is a step by step: Sitecore MVC - Getting Started (Part 1).

You may also want to read:

  • John West's Sitecore MVC blog posts, these are mainly related to Sitecore 6.6 but a lot of the theory is still the same.
  • Learning Sitecore MVC
  • Getting started with Sitecore MVC as asp.net mvc developer

There are plenty of other posts, you need to Google these, don't expect a comprehensive list to be posted on SO. If you are not familiar with MVC then you need to read, learn and understand the techniques. It's not greatly different from ASP.Net but a slightly different mindset and way of doing things. This is not Sitecore specific, you will find plenty of tutorials online.

like image 161
jammykam Avatar answered Feb 23 '23 19:02

jammykam