Develop apps for SharePoint
Published: July 16, 2012
Find in-depth articles and resources to help you build advanced capabilities into your apps for SharePoint.
Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013
If you're just getting started with developing apps for SharePoint, first take a look a Get started developing apps for SharePoint. That page points you to key articles to get you acquainted quickly with the different kinds of apps for SharePoint and the technical resources you'll need to get started creating them. Before doing more advanced kinds of development with apps for SharePoint, you should start with a good idea of the kinds of apps that you want to build, the technologies that you will want to include, and the hosting options that you will want to use.
Essential tasks and resources for developing apps for SharePoint using the client object model, JavaScript object model, and REST endpoints in SharePoint 2013
No matter what kind of app for SharePoint you decide to build, your app will always interact in some way with a SharePoint 2013 site. The articles in Table 1 describe how to do many of the most important kinds of work with SharePoint sites by using three interfaces that are available for you to use in your apps for SharePoint: the client object model, the JavaScript object model, and REST endpoints.
|
Topic |
Description |
|---|---|
|
How to: Complete basic operations using SharePoint 2013 client library code |
Explains how to do common operations by using C# and the client object model. |
|
How to: Complete basic operations using JavaScript library code in SharePoint 2013 |
Explains how to do common operations by using the JavaScript object model. |
|
How to: Complete basic operations using SharePoint 2013 REST endpoints |
Explains how to do common operations by using the REST interface. |
In addition to understanding the basic operations, you should understand the fundamental concepts of the SharePoint 2013 app development model. Every kind of app for SharePoint contains an app manifest file and is built into an app package that you deploy to a SharePoint 2013 site. And when you develop any kind of app you must consider a range of issues related to authentication and authorization, data access, and usability. The articles in Table 2 acquaint you with these issues and explain their implications for any kind of that you want to create.
|
Topic |
Description |
|---|---|
|
Authorization and authentication for apps in SharePoint 2013 |
Guides you through core concepts related to acquiring the necessary privileges for working with SharePoint 2013 resources. |
|
Explore the app manifest and the package of an app for SharePoint |
Explains how app manifests work and how app packages are built. |
|
Explores the ways in which you can build a rich user experience in apps for SharePoint. |
|
|
Explains the data access options and techniques that are available in different kinds of apps for SharePoint. |
|
|
Guides you through the app license framework for apps for Office and SharePoint. |
When you are familiar with the capabilities and features of apps for SharePoint, you can start building more complex apps by putting all of the pieces together in ways that suit your requirements. The articles in Table 3 demonstrate how to integrate capabilities and create more fully featured apps for SharePoint.
|
Topic |
Description |
|---|---|
|
Explains how autohosted apps work and are deployed and describes how to build an autohosted app. |
|
|
Create combined cloud-hosted and SharePoint-hosted apps |
Provides an overview on how to create apps for SharePoint that combine resources that are hosted on a SharePoint 2013 site and in the cloud. |
|
How to: Create a cloud-hosted app that includes a custom SharePoint list and content type |
Explains how to create apps for SharePoint that are hosted in the cloud and that include custom SharePoint lists and content types. |