You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/general-development/sharepoint-development-overview.md
+42-77Lines changed: 42 additions & 77 deletions
Original file line number
Diff line number
Diff line change
@@ -5,85 +5,66 @@ ms.prod: sharepoint
5
5
ms.assetid: f86e2695-4d7a-4fc5-bc23-689de96c4b06
6
6
---
7
7
8
-
9
8
# SharePoint development overview
10
-
SharePoint is a development platform for SharePoint Add-ins and farm solutions. Get acquainted with the capabilities and features of SharePoint to start your development.
9
+
10
+
SharePoint is a development platform for SharePoint Framework, SharePoint Add-ins and farm solutions. Get acquainted with the capabilities and features of SharePoint to start your development.
11
+
11
12
## Introducing the SharePoint development platform
12
13
<aname="bk_introduction"> </a>
13
14
14
-
SharePoint is a versatile development platform for building add-ins and solutions with varying scopes that address a wide range of needs. The SharePoint developer documentation guides you through the features, technologies, capabilities, and models for development that distinguish SharePoint as a development platform. Our developer documentation walks you through the essentials of writing your first add-in, getting started working with the platform, and creating, using and interacting with SharePoint resources in your own code. We provide in-depth articles about SharePoint concepts, step-by-step how-to task guidance, and code samples to help you begin building SharePoint Add-ins and SharePoint solutions quickly and easily.
15
-
16
-
17
-
15
+
SharePoint is a versatile development platform for building client-side components, add-ins and solutions with varying scopes that address a wide range of needs. The SharePoint developer documentation guides you through the features, technologies, capabilities, and models for development that distinguish SharePoint as a development platform.
16
+
17
+
Our developer documentation walks you through the essentials of writing your first add-in, getting started working with the platform, and creating, using and interacting with SharePoint resources in your own code. We provide in-depth articles about SharePoint concepts, step-by-step how-to task guidance, and code samples to help you begin building SharePoint Framework components, SharePoint Add-ins and SharePoint solutions quickly and easily.
18
18
19
19
## What kinds of development can you do with SharePoint?
20
20
<aname="bk_whatkinds"> </a>
21
21
22
-
Developers familiar with SharePoint know they can build server-side farm solutions that extend core SharePoint capabilities. SharePoint offers a new flexible development model—you can use SharePoint to create SharePoint Add-ins that take advantage of standard web technologies, such as JavaScript, OAuth, and OData. And SharePoint provides you with functionality to interact with SharePoint resources and a wide range of hosting options. The new SharePoint Add-in development model gives you the ability to build add-ins that take advantage of SharePoint capabilities and that run in the cloud instead of on your SharePoint farm. This flexible development model, along with the integration of standard web technologies, makes SharePoint development work more like other kinds of web development that you may already be doing.
23
-
24
-
25
-
26
-
**For SharePoint Add-ins development**
27
-
28
-
29
-
22
+
**For SharePoint Framework**
23
+
24
+
The following article can help you get acquainted with SharePoint Framework and determine whether they are a good option for you.
25
+
26
+
-[Overview of the SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview)
27
+
28
+
**For SharePoint Add-ins development**
29
+
30
30
The following article can help you get acquainted with SharePoint Add-ins and determine whether they are a good option for you.
31
-
32
-
33
-
34
31
35
-
-[SharePoint Add-ins compared with SharePoint solutions](sharepoint-add-ins-compared-with-sharepoint-solutions.md)
36
-
37
-
38
-
**For SharePoint solutions and add-ins for mobility features development**
39
-
40
-
41
-
42
-
If you want to develop farm solutions, you can take advantage of many new capabilities, including features for social applications, integration with remote data stores (Business Connectivity Services), and mobile development. Start with our guidance in [What's new for developers in SharePoint](what-s-new-for-developers-in-sharepoint.md).
43
-
44
-
45
-
32
+
-[SharePoint Add-ins compared with SharePoint solutions](sharepoint-add-ins-compared-with-sharepoint-solutions.md)
33
+
34
+
**For SharePoint solutions and add-ins for mobility features development**
35
+
46
36
The following sections describe how to create mobile solutions for SharePoint.
47
-
48
-
49
-
50
37
51
-
-[Build Windows Phone apps that access SharePoint](build-windows-phone-apps-that-access-sharepoint.md)
52
-
53
-
54
-
-[How to: Build search-driven mobile apps with the Navigation and Event Logging REST interfaces](how-to-build-search-driven-mobile-apps-with-the-navigation-and-event-logging-res.md)
55
-
38
+
-[Build Windows Phone apps that access SharePoint](build-windows-phone-apps-that-access-sharepoint.md)
39
+
-[How to: Build search-driven mobile apps with the Navigation and Event Logging REST interfaces](how-to-build-search-driven-mobile-apps-with-the-navigation-and-event-logging-res.md)
56
40
57
41
The following sections provide information about SharePoint features that are available for farm solutions.
58
-
59
-
60
-
61
42
62
-
-[Build sites for SharePoint](build-sites-for-sharepoint.md)
## Set up your development environment and start developing
70
47
<aname="bk_getstarted"> </a>
71
48
72
-
**For SharePoint solutions and add-ins for mobility features development**
73
-
74
-
75
-
76
-
Table 1 shows the resources for setting up a development environment and beginning to take advantage of the new capabilities for building farm solutions with SharePoint.
77
-
78
-
79
-
80
49
50
+
**For SharePoint Framework**
81
51
82
-
83
-
52
+
Table 1 shows the resources for setting up a development environment and beginning to take advantage of the new capabilities for building SharePoint Framework customizations.
53
+
54
+
**Table 1. Resources to help you get started with SharePoint Framework solutions**
55
+
56
+
|**Topic**|**Description**|
57
+
|:-----|:-----|
58
+
|[Set up your SharePoint Framework development environment](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment) <br/> |Contains step-by-step instructions on how to install the components of a SharePoint Framework development environment. <br/> |
59
+
|[Build your first SharePoint client-side web part](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part) <br/> | Describes how to build your first client-side web part using SharePoint Framework <br/> |
60
+
|[Build your first SharePoint Framework Extension](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/build-a-hello-world-extension) <br/> | Describes how to build your first SharePoint Framework Extension <br/> |
84
61
85
-
**Table 1. Resources to help you get started with SharePoint farm solutions development**
86
62
63
+
**For SharePoint solutions and add-ins for mobility features development**
64
+
65
+
Table 2 shows the resources for setting up a development environment and beginning to take advantage of the new capabilities for building farm solutions with SharePoint.
66
+
67
+
**Table 2. Resources to help you get started with SharePoint farm solutions development**
87
68
88
69
|**Topic**|**Description**|
89
70
|:-----|:-----|
@@ -92,22 +73,14 @@ Table 1 shows the resources for setting up a development environment and beginni
92
73
|[What's new for developers in SharePoint](what-s-new-for-developers-in-sharepoint.md) <br/> |Provides a gateway to detailed information about new features and functionality in SharePoint. <br/> |
93
74
|[Programming models in SharePoint](programming-models-in-sharepoint.md) <br/> |Provides a quick overview of the different kinds of SharePoint development projects that you can create with SharePoint. <br/> |
94
75
|[Add SharePoint capabilities](add-sharepoint-capabilities.md) <br/> |Provides a gateway to detailed information about using the capabilities of SharePoint in your solutions. <br/> |
95
-
96
-
**For SharePoint Add-ins development**
76
+
77
+
**For SharePoint Add-ins development**
97
78
98
-
99
-
100
79
If you want to get started development SharePoint Add-ins, first think about the kinds of add-ins that you might want to build, the technologies that you want to include, and the hosting options that you want to use.
101
80
102
-
103
-
104
-
When you know the kinds of SharePoint Add-in that you want to create, we provide guidance to help you match them to the appropriate development environment. Table 2 shows the resources for setting up your SharePoint development environment and beginning to create your add-ins.
105
-
106
-
107
-
108
-
109
-
**Table 2. Resources to help you get started with SharePoint Add-ins development**
81
+
When you know the kinds of SharePoint Add-in that you want to create, we provide guidance to help you match them to the appropriate development environment. Table 3 shows the resources for setting up your SharePoint development environment and beginning to create your add-ins.
110
82
83
+
**Table 3. Resources to help you get started with SharePoint Add-ins development**
111
84
112
85
|**Topic**|**Description**|
113
86
|:-----|:-----|
@@ -116,19 +89,11 @@ When you know the kinds of SharePoint Add-in that you want to create, we provide
116
89
|[Set up an on-premises development environment for SharePoint Add-ins](http://msdn.microsoft.com/library/b0878c12-27c9-4eea-ae3b-7e79e5a8838d%28Office.15%29.aspx) <br/> |Explains how to set up a local, on-premises installation of SharePoint and configure it for developing SharePoint Add-ins. <br/> |
117
90
|[Get started creating provider-hosted SharePoint Add-ins](http://msdn.microsoft.com/library/3038dd73-41ee-436f-8c78-ef8e6869bf7b%28Office.15%29.aspx) <br/> |Contains step-by-step instructions on how to create a basic SharePoint Add-in that is hosted separately from a SharePoint site. <br/> |
118
91
|[Get started creating SharePoint-hosted SharePoint Add-ins](http://msdn.microsoft.com/library/1b992485-6efe-4ea4-a18c-221689b0b66f%28Office.15%29.aspx) <br/> |Contains step-by-step instructions on how to create a basic SharePoint Add-in that is hosted on a SharePoint site. <br/> |
119
-
120
92
121
93
## See also
122
94
123
95
-[Accessibility in SharePoint](accessibility-in-sharepoint.md)
124
96
-[Protocol handler error due to deprecated interface in SharePoint 2016](protocol-handler-error-due-to-deprecated-interface-in-sharepoint-2016.md)
125
97
-[.NET server API reference for SharePoint](http://msdn.microsoft.com/library/fb8a82f1-9239-49ae-89f3-ce1385fb28b5%28Office.15%29.aspx)
126
98
-[.NET client API reference for SharePoint Online](http://msdn.microsoft.com/library/88e5e1b9-eab2-4f3b-a3f2-75c96b86f1f4%28Office.15%29.aspx)
Copy file name to clipboardExpand all lines: docs/general-development/what-s-new-for-developers-in-social-and-collaboration-features-in-sharepoint-201.md
Learn about new and changed social and collaboration features for My Site and Community Site development scenarios in SharePoint.
11
11
Social and collaboration features in SharePoint make it easy for users to communicate and to stay engaged and informed. The improved social feed on personal sites and team sites helps users to keep up-to-date with the people and content that they care about. The new Community Site feature provides a rich community experience that lets users easily find and share information and find people who have similar interests.
12
12
13
-
14
-
15
-
16
13
For an in-depth overview of the new social and collaboration features in SharePoint, see [What's new in social computing in SharePoint](http://technet.microsoft.com/en-us/library/jj219766%28v=office.15%29) on TechNet. For more information about programming with social and collaboration features, see [Social and collaboration features in SharePoint](social-and-collaboration-features-in-sharepoint.md).
17
14
## New and changed My Site features in SharePoint
18
15
<aname="bkmk_Social"> </a>
@@ -288,15 +285,8 @@ while (retries <= 10)
288
285
289
286
290
287
-[Social and collaboration features in SharePoint](social-and-collaboration-features-in-sharepoint.md)
291
-
292
288
293
289
-[Get started developing with social features in SharePoint](get-started-developing-with-social-features-in-sharepoint.md)
294
290
295
-
296
-
-[What's new for developers in SharePoint](what-s-new-for-developers-in-sharepoint.md)
297
-
298
-
299
291
-[What's new in social computing in SharePoint](http://technet.microsoft.com/en-us/library/jj219766%28v=office.15%29)
Copy file name to clipboardExpand all lines: docs/solution-guidance/SharePoint-development-and-design-tools-and-practices.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ This article provides information about the development and design options that
22
22
|Remote provisioning|A model that involves provisioning sites by using templates and code that runs outside SharePoint in a provider-hosted add-in.|- [Site provisioning techniques and remote provisioning in SharePoint 2013](https://blogs.msdn.microsoft.com/vesku/2013/08/23/site-provisioning-techniques-and-remote-provisioning-in-sharepoint-2013/)<br/>- [Self-Service Site Provisioning using Apps for SharePoint 2013](https://blogs.msdn.microsoft.com/richard_dizeregas_blog/2013/04/04/self-service-site-provisioning-using-apps-for-sharepoint-2013/)|
23
23
|Root web|The first web inside a site collection. The root web is also sometimes referred to as the Web Application Root.||
24
24
|Sandboxed solutions|.wsp files that contain assemblies, other non-compiled components, and an XML manifest file. A sandbox solution uses partial-trust code.|[Sandboxed solutions](https://msdn.microsoft.com/en-us/library/ff798382.aspx)|
25
-
|SharePoint Designer |An HTML designer and design asset management tool for managing branding elements in SharePoint. SharePoint Designer mainly supports custom workflows.|- [What's new for developers in SharePoint](../general-development/what-s-new-for-developers-in-sharepoint.md)<br/>- [What's new with SharePoint site development](../general-development/what-s-new-with-sharepoint-site-development.md)|
25
+
|SharePoint Designer |An HTML designer and design asset management tool for managing branding elements in SharePoint. SharePoint Designer mainly supports custom workflows.|- [What's new with SharePoint site development](../general-development/what-s-new-with-sharepoint-site-development.md)|
26
26
|.wsp file|A SharePoint solution file. A .wsp is a .cab file that categorizes site assets and organizes them with a manifest.xml file.|[Solutions overview](https://msdn.microsoft.com/en-us/library/office/aa543214%28v=office.14%29.aspx)|
Copy file name to clipboardExpand all lines: docs/training/training.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,8 @@ The SharePoint Development Community (also known as the SharePoint PnP community
14
14
15
15
*[Getting started with SharePoint Framework client-side web parts](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part) - Tutorial series
16
16
*[Getting started with SharePoint Framework Extensions](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/build-a-hello-world-extension) - Tutorial series
17
-
17
+
*[Build your first Field Customizer extension](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/building-simple-field-customizer)
18
+
*[Build your first ListView Command Set extension](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/building-simple-cmdset-with-dialog-api)
0 commit comments