Sharepoint with MVC 5 what better way to work?

Asked

Viewed 145 times

4

My question is which form of Hosting should I use?

  • Provider-Hosted
  • Autohosted
  • Sharepoint-Hosted

Application will stay on the server to be consumed by internal users and to external users.

Our team is made up of developers in MVC and has a person from Sharepoint, what standard to use MVC with Sharepoint in this situation?

  • We have to get the user to log in
  • We need to read Sharepoint’s list
  • There will be Sharepoint workflow

1 answer

4


Whereas most of the team is MVC developers, the best solution might be Provider-Hosted, since the architecture revolves around a common webapplication, which is integrated with Sharepoint.

This way, you can also count on some facilities such as Sharepoint Client-Side Object Model (CSOM) or REST/Odata Apis to access and manage information from within Sharepoint.

Here are some links that can help you in this decision:

Choose Patterns for Developing and hosting your Sharepoint Add-in https://msdn.microsoft.com/en-us/library/office/fp179887.aspx

Sharepoint Add-ins https://msdn.microsoft.com/en-us/library/office/fp179930.aspx

Browser other questions tagged

You are not signed in. Login or sign up in order to post.