Hi Guys,
I have a question to you. Do you think that as SharePoint developer I should learn MVC? I know that for example SharePoint apps can be created with MVC, but also I can use ASP.NET. SharePoint stack has been build with ASP.NET. Do you think that Microsoft make a move to MVC? Or It’s a waste of time and I should stay with ASP.NET?
Thanks
Tomasz
Hi Tomasz,
I am a SharePoint developer and I got thrown into a MVC solution last year. Prior to the MVC project I only developed Farm based solutions. The MVC knowledge I gained was definitely not wasted when it came to SharePoint Apps.
I built on from this sample
http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/intro-to-aspnet-mvc-4
And then based my solution on this project set-up
http://efmvc.codeplex.com/
Have fun!
Luke
