Skip to content

Commit 629c7db

Browse files
committed
Content polishing
1 parent 9409357 commit 629c7db

10 files changed

+47
-112
lines changed

docs/general-development/add-sharepoint-capabilities.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ The following table shows SharePoint capabilities that you can add to your app,
4747
<a name="bk_addresources"> </a>
4848

4949

50-
- [What's new for developers in SharePoint](what-s-new-for-developers-in-sharepoint.md)
51-
52-
5350
- [SharePoint development overview](sharepoint-development-overview.md)
5451

5552

docs/general-development/deciding-between-sharepoint-add-ins-and-sharepoint-solutions.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ ms.assetid: 8459e265-b8fd-4bf8-911e-d63cae8bf96f
99
# Deciding between SharePoint Add-ins and SharePoint solutions
1010

1111
This content is obsolete. See [SharePoint Add-ins compared with SharePoint solutions](sharepoint-add-ins-compared-with-sharepoint-solutions.md).
12-
13-
14-
15-
16-

docs/general-development/how-to-customize-a-field-type-using-client-side-rendering.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@ This article demonstrated how to customize the rendering process for a custom fi
352352
- [Build sites for SharePoint](build-sites-for-sharepoint.md)
353353

354354

355-
- [What's new for developers in SharePoint](what-s-new-for-developers-in-sharepoint.md)
356-
357-
358355
- [Add SharePoint capabilities](add-sharepoint-capabilities.md)
359356

360357

docs/general-development/how-to-detect-the-installed-sku-of-sharepoint.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ namespace GetInstalledSharePointSku
102102
## See also
103103
<a name="bk_SP15DetectSKUaddresources"> </a>
104104

105-
106-
- [SharePoint development overview](sharepoint-development-overview.md)
107-
108-
109105
- [What's new for developers in SharePoint](what-s-new-for-developers-in-sharepoint.md)
110106

111107

docs/general-development/sharepoint-development-overview.md

Lines changed: 42 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -5,85 +5,66 @@ ms.prod: sharepoint
55
ms.assetid: f86e2695-4d7a-4fc5-bc23-689de96c4b06
66
---
77

8-
98
# 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+
1112
## Introducing the SharePoint development platform
1213
<a name="bk_introduction"> </a>
1314

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.
1818

1919
## What kinds of development can you do with SharePoint?
2020
<a name="bk_whatkinds"> </a>
2121

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+
3030
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-
3431

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+
4636
The following sections describe how to create mobile solutions for SharePoint.
47-
48-
49-
5037

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)
5640

5741
The following sections provide information about SharePoint features that are available for farm solutions.
58-
59-
60-
6142

62-
- [Build sites for SharePoint](build-sites-for-sharepoint.md)
63-
64-
65-
- [Add SharePoint capabilities](add-sharepoint-capabilities.md)
66-
67-
43+
- [Build sites for SharePoint](build-sites-for-sharepoint.md)
44+
- [Add SharePoint capabilities](add-sharepoint-capabilities.md)
6845

6946
## Set up your development environment and start developing
7047
<a name="bk_getstarted"> </a>
7148

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-
8049

50+
**For SharePoint Framework**
8151

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/> |
8461

85-
**Table 1. Resources to help you get started with SharePoint farm solutions development**
8662

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**
8768

8869
|**Topic**|**Description**|
8970
|:-----|:-----|
@@ -92,22 +73,14 @@ Table 1 shows the resources for setting up a development environment and beginni
9273
| [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/> |
9374
| [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/> |
9475
| [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**
9778

98-
99-
10079
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.
10180

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.
11082

83+
**Table 3. Resources to help you get started with SharePoint Add-ins development**
11184

11285
|**Topic**|**Description**|
11386
|:-----|:-----|
@@ -116,19 +89,11 @@ When you know the kinds of SharePoint Add-in that you want to create, we provide
11689
| [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/> |
11790
| [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/> |
11891
| [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-
12092

12193
## See also
12294

12395
- [Accessibility in SharePoint](accessibility-in-sharepoint.md)
12496
- [Protocol handler error due to deprecated interface in SharePoint 2016](protocol-handler-error-due-to-deprecated-interface-in-sharepoint-2016.md)
12597
- [.NET server API reference for SharePoint](http://msdn.microsoft.com/library/fb8a82f1-9239-49ae-89f3-ce1385fb28b5%28Office.15%29.aspx)
12698
- [.NET client API reference for SharePoint Online](http://msdn.microsoft.com/library/88e5e1b9-eab2-4f3b-a3f2-75c96b86f1f4%28Office.15%29.aspx)
127-
- [SharePoint glossary](sharepoint-glossary.md)
128-
129-
130-
131-
132-
133-
134-
99+
- [SharePoint glossary](sharepoint-glossary.md)

docs/general-development/what-s-new-for-developers-in-social-and-collaboration-features-in-sharepoint-201.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ ms.assetid: 65365b1d-cde5-47cd-8b04-1b76be0e3490
1010
Learn about new and changed social and collaboration features for My Site and Community Site development scenarios in SharePoint.
1111
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.
1212

13-
14-
15-
1613
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).
1714
## New and changed My Site features in SharePoint
1815
<a name="bkmk_Social"> </a>
@@ -288,15 +285,8 @@ while (retries <= 10)
288285

289286

290287
- [Social and collaboration features in SharePoint](social-and-collaboration-features-in-sharepoint.md)
291-
292288

293289
- [Get started developing with social features in SharePoint](get-started-developing-with-social-features-in-sharepoint.md)
294290

295-
296-
- [What's new for developers in SharePoint](what-s-new-for-developers-in-sharepoint.md)
297-
298-
299291
- [What's new in social computing in SharePoint](http://technet.microsoft.com/en-us/library/jj219766%28v=office.15%29)
300-
301-
302-
292+

docs/general-development/what-s-new-in-business-connectivity-services-in-sharepoint.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,3 @@ BCS is improved and enhanced for SharePoint, including the new functionality lis
4646
- [Business Connectivity Services programmers reference for SharePoint](business-connectivity-services-programmers-reference-for-sharepoint.md)
4747

4848

49-
- [What's new for developers in SharePoint](what-s-new-for-developers-in-sharepoint.md)
50-
51-
52-

docs/general-development/what-s-new-in-workflows-for-sharepoint.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ Following are new workflow actions that are provided in SharePoint. For a full d
132132

133133
- [Get started with workflows in SharePoint](get-started-with-workflows-in-sharepoint.md)
134134

135-
136-
- [What's new for developers in SharePoint](what-s-new-for-developers-in-sharepoint.md)
137-
135+
138136

139137
- [Workflow actions and activities reference for SharePoint](workflow-actions-and-activities-reference-for-sharepoint.md)
140138

docs/solution-guidance/SharePoint-development-and-design-tools-and-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article provides information about the development and design options that
2222
|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/)|
2323
|Root web|The first web inside a site collection. The root web is also sometimes referred to as the Web Application Root.||
2424
|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)|
2626
|.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)|
2727

2828
## Development options

docs/training/training.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ The SharePoint Development Community (also known as the SharePoint PnP community
1414

1515
* [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
1616
* [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)
1819

1920
## Additional tutorials for SharePoint Framework
2021

0 commit comments

Comments
 (0)