Category Archives: .Net

Developing a Provider-Hosted Add-In

Following on from the post detailing setting up a development environment for provider-hosted add-ins, let’s move on and walk through creating an add-in. Start by creating a new “SharePoint Add-In”. Then give the solution a name and choose a save … Continue reading

Posted in .Net, Development, SharePoint, Visual Studio | Tagged , , | Leave a comment

MVP SharePoint WebPart

There are many development patterns available and one that I like is Model-View-Presenter (MVP). With the MVP pattern, there are different variations that you can use. For example, there’s a variant called Passive View and another called Supervising Controller. They … Continue reading

Posted in .Net, SharePoint | Tagged , , | Leave a comment