Skip to content

ptzagk/SharePoint_SP-hosted_Add-Ins_Tutorials

 
 

Repository files navigation

A Series of Visual Studio Solutions to Accompany the MSDN Tutorial Series about SharePoint-hosted Add-ins

This repository is a series of SharePoint-hosted SharePoint Add-ins samples that are used with the tutorial series that begins with Get started creating SharePoint-hosted SharePoint Add-ins.

None of the samples in this repository contain provider-hosted SharePoint Add-ins. For information about the differences between the two types of SharePoint Add-ins, see SharePoint Add-ins.

Applies to

  • SharePoint Online and on-premise SharePoint 2013 and later

Prerequisites

We recommend that you read the MSDN article SharePoint Add-ins.


Overview

This set of samples tracts the series of tutorials that begin at Get started creating SharePoint-hosted SharePoint Add-ins. Each tutorial adds to the sample SharePoint add-in, Employee Orientation. This series of samples preserves the state of the add-in Visual Studio solution after each tutorial. Before beginning any tutorial, you can open the corresponding sample solution in Visual Studio and follow along. For example, to follow the tutorial Add custom columns to a SharePoint-hosted add-in, open the BeforeColumns.sln file in Visual Studio.

The following are the tutorial articles and the corresponding sample solutions:

To use these samples

  1. Open Visual Studio as an administrator.
  2. Open the .sln file for the solution you need.
  3. In Solution Explorer, highlight the SharePoint add-in project and replace the Site URL property with the URL of your SharePoint developer site.
  4. Follow the instructions in the corresponding tutorial to add functionality to the add-in and test it.

Questions and comments

We'd love to get your feedback on this set of samples. You can send your questions and suggestions to us in the Issues section of this repository.

# Additional resources

Copyright

Copyright (c) Microsoft. All rights reserved.

About

A series of Visual Studio solutions to accompany the MSDN tutorial series about SharePoint-hosted Add-ins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Classic ASP 54.4%
  • JavaScript 22.8%
  • Gherkin 15.1%
  • CSS 7.7%