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/how-tos-for-sharepoint.md
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -29,26 +29,26 @@ Find how-to articles and related code examples that show how to perform basic de
29
29
30
30
|**Title**|**Summary**|
31
31
|:-----|:-----|
32
-
|[Complete basic operations using SharePoint client library code](http://msdn.microsoft.com/library/5a69c9e3-73bf-4ed5-bc19-182056bdb394%28Office.15%29.aspx) <br/> |Learn how to write code to perform basic operations with the SharePoint .NET Framework client object model (CSOM). <br/> |
33
-
|[Complete basic operations using JavaScript library code in SharePoint](http://msdn.microsoft.com/library/29089af8-dbc0-49b7-a1a0-9e311f49c826%28Office.15%29.aspx) <br/> |Learn how to write code to perform basic operations using the JavaScript client object model in SharePoint. <br/> |
34
-
|[Complete basic operations using SharePoint REST endpoints](http://msdn.microsoft.com/library/e3000415-50a0-426e-b304-b7de18f2f7d9%28Office.15%29.aspx) <br/> |Learn how to perform basic create, read, update, and delete (CRUD) operations with the SharePoint REST interface. <br/> |
35
-
|[Use a SharePoint website's style sheet in SharePoint Add-ins](http://msdn.microsoft.com/library/25d84ac5-d2b3-40c7-962d-1408aacf14ed%28Office.15%29.aspx) <br/> |Learn how to use a SharePoint website's style sheet in an SharePoint Add-in. <br/> |
36
-
|[Use the client chrome control in SharePoint Add-ins](http://msdn.microsoft.com/library/7c2d0812-76e8-44c1-88bf-4a75eb6f82b1%28Office.15%29.aspx) <br/> |Learn how to use the chrome control in apps in SharePoint. <br/> |
37
-
|[Create add-in parts to install with your SharePoint Add-in](http://msdn.microsoft.com/library/a2664289-6c56-4cb1-987a-22367fad55eb%28Office.15%29.aspx) <br/> |Learn how to create an app part in SharePoint that is available in the Web Part gallery of the host web when you deploy your SharePoint Add-in. <br/> |
38
-
|[Create custom actions to deploy with SharePoint Add-ins](http://msdn.microsoft.com/library/bbd11f94-1798-453e-bbb0-e5eb0df8dc75%28Office.15%29.aspx) <br/> |Learn how to create a custom action in SharePoint that deploys to the host web when you deploy an SharePoint Add-in. <br/> |
39
-
|[Customize a list view in SharePoint Add-ins using client-side rendering](http://msdn.microsoft.com/library/8d5cabb2-70d0-46a0-bfe0-9e21f8d67d86%28Office.15%29.aspx) <br/> |Learn how to customize a list view in a SharePoint-hosted app by using the client-side rendering technology in SharePoint. <br/> |
40
-
|[Use the client-side People Picker control in SharePoint-hosted SharePoint Add-ins](http://msdn.microsoft.com/library/383f265f-ed44-4d09-b2f6-366f13d52347%28Office.15%29.aspx) <br/> |Learn how to use the client-side People Picker control in SharePoint Add-ins. <br/> |
41
-
|[Create a custom proxy page for the cross-___domain library in SharePoint](http://msdn.microsoft.com/library/f3f87cdf-5cbf-47c9-9ce1-1ab65cd598de%28Office.15%29.aspx) <br/> |Learn how to create a custom proxy page to access data in a remote service from a SharePoint webpage by using the cross ___domain library in SharePoint. <br/> |
42
-
|[Query a remote service using the web proxy in SharePoint](http://msdn.microsoft.com/library/16913e6d-4fc6-4c5e-84a4-6c2688703798%28Office.15%29.aspx) <br/> |Learn how to access data in a remote ___domain from a page that is hosted in SharePoint by using the web proxy. <br/> |
43
-
|[Access SharePoint data from add-ins using the cross-___domain library](http://msdn.microsoft.com/library/bc37ff5c-1285-40af-98ae-01286696242d%28Office.15%29.aspx) <br/> |Learn how to access data in a SharePoint website from a remote app by using the cross ___domain library in SharePoint. <br/> |
44
-
|[Create a remote event receiver in SharePoint Add-ins](http://msdn.microsoft.com/library/628c6103-52f9-4d85-9464-4a6862b36640%28Office.15%29.aspx) <br/> |Learn the basics about how to handle, add, and remove events in an SharePoint Add-in by using the Office Developer Tools for Visual Studio 2012. <br/> |
45
-
|[Create an add-in event receiver in SharePoint Add-ins](http://msdn.microsoft.com/library/f40c910f-12a2-4caa-8e91-c7a61ae540db%28Office.15%29.aspx) <br/> |Learn the basics about how to create a receiver and add or remove handlers for events that occur to an SharePoint Add-in by using the Office Developer Tools for Visual Studio 2012. <br/> |
46
-
|[Create an event receiver for an app for SharePoint](http://msdn.microsoft.com/library/f20a0476-e3f7-4f1b-b692-2ec893245b85%28Office.15%29.aspx) <br/> |Learn how to handle events in a provider-hosted SharePoint Add-in by using Visual Studio 2012. <br/> |
47
-
|[Create a provider-hosted add-in that includes a custom SharePoint list and content type](http://msdn.microsoft.com/library/d97ab62e-129f-43f4-a825-fb5c3229d7c7%28Office.15%29.aspx) <br/> |Create an SharePoint Add-in that combines a cloud-hosted web application with custom SharePoint-hosted list templates, list instances, and custom content types by using the Office Developer Tools for Visual Studio 2012. Learn how to interact with SharePoint app webs by using the REST/OData web service, and how to implement OAuth in an SharePoint Add-in. <br/> |
48
-
|[Get user identity and properties in SharePoint](http://msdn.microsoft.com/library/9d7805e5-5ea8-4309-ba6a-d629281535af%28Office.15%29.aspx) <br/> |Learn the different ways to retrieve user identity and user information in SharePoint. <br/> |
49
-
|[Localize SharePoint Add-ins](http://msdn.microsoft.com/library/907a9189-7ce3-469a-8c87-4cef26f03c73%28Office.15%29.aspx) <br/> |Localize an SharePoint Add-in by using resource files, JavaScript "resource" files, and other techniques. <br/> |
50
-
|[Create high-trust SharePoint Add-ins](http://msdn.microsoft.com/library/33294041-48ae-4ee3-846c-acb57b5409cb%28Office.15%29.aspx) <br/> |Learn how to create a high-trust app for SharePoint. A high-trust app is a provider-hosted app for use on-premises that uses the server-to-server protocol. <br/> |
51
-
|[Package and publish high-trust SharePoint Add-ins](http://msdn.microsoft.com/library/3c28aed8-c037-407c-9154-39a74073e170%28Office.15%29.aspx) <br/> |Learn how to package and publish a high-trust SharePoint Add-in for on-premises use. <br/> |
32
+
|[Complete basic operations using SharePoint client library code](../sp-add-ins/complete-basic-operations-using-sharepoint-client-library-code.md) <br/> |Learn how to write code to perform basic operations with the SharePoint .NET Framework client object model (CSOM). <br/> |
33
+
|[Complete basic operations using JavaScript library code in SharePoint](../sp-add-ins/complete-basic-operations-using-javascript-library-code-in-sharepoint.md) <br/> |Learn how to write code to perform basic operations using the JavaScript client object model in SharePoint. <br/> |
34
+
|[Complete basic operations using SharePoint REST endpoints](../sp-add-ins/complete-basic-operations-using-sharepoint-rest-endpoints.md) <br/> |Learn how to perform basic create, read, update, and delete (CRUD) operations with the SharePoint REST interface. <br/> |
35
+
|[Use a SharePoint website's style sheet in SharePoint Add-ins](../sp-add-ins/use-a-sharepoint-website-s-style-sheet-in-sharepoint-add-ins.md) <br/> |Learn how to use a SharePoint website's style sheet in an SharePoint Add-in. <br/> |
36
+
|[Use the client chrome control in SharePoint Add-ins](../sp-add-ins/use-the-client-chrome-control-in-sharepoint-add-ins.md) <br/> |Learn how to use the chrome control in apps in SharePoint. <br/> |
37
+
|[Create add-in parts to install with your SharePoint Add-in](../sp-add-ins/create-add-in-parts-to-install-with-your-sharepoint-add-in.md) <br/> |Learn how to create an app part in SharePoint that is available in the Web Part gallery of the host web when you deploy your SharePoint Add-in. <br/> |
38
+
|[Create custom actions to deploy with SharePoint Add-ins](../sp-add-ins/create-custom-actions-to-deploy-with-sharepoint-add-ins.md) <br/> |Learn how to create a custom action in SharePoint that deploys to the host web when you deploy an SharePoint Add-in. <br/> |
39
+
|[Customize a list view in SharePoint Add-ins using client-side rendering](../sp-add-ins/customize-a-list-view-in-sharepoint-add-ins-using-client-side-rendering.md) <br/> |Learn how to customize a list view in a SharePoint-hosted app by using the client-side rendering technology in SharePoint. <br/> |
40
+
|[Use the client-side People Picker control in SharePoint-hosted SharePoint Add-ins](../sp-add-ins/use-the-client-side-people-picker-control-in-sharepoint-hosted-sharepoint-add-in.md) <br/> |Learn how to use the client-side People Picker control in SharePoint Add-ins. <br/> |
41
+
|[Create a custom proxy page for the cross-___domain library in SharePoint](../sp-add-ins/create-a-custom-proxy-page-for-the-cross-___domain-library-in-sharepoint.md) <br/> |Learn how to create a custom proxy page to access data in a remote service from a SharePoint webpage by using the cross ___domain library in SharePoint. <br/> |
42
+
|[Query a remote service using the web proxy in SharePoint](../sp-add-ins/query-a-remote-service-using-the-web-proxy-in-sharepoint.md) <br/> |Learn how to access data in a remote ___domain from a page that is hosted in SharePoint by using the web proxy. <br/> |
43
+
|[Access SharePoint data from add-ins using the cross-___domain library](../sp-add-ins/access-sharepoint-data-from-add-ins-using-the-cross-___domain-library.md) <br/> |Learn how to access data in a SharePoint website from a remote app by using the cross ___domain library in SharePoint. <br/> |
44
+
|[Create a remote event receiver in SharePoint Add-ins](../sp-add-ins/create-a-remote-event-receiver-in-sharepoint-add-ins.md) <br/> |Learn the basics about how to handle, add, and remove events in an SharePoint Add-in by using the Office Developer Tools for Visual Studio 2012. <br/> |
45
+
|[Create an add-in event receiver in SharePoint Add-ins](../sp-add-ins/create-an-add-in-event-receiver-in-sharepoint-add-ins.md) <br/> |Learn the basics about how to create a receiver and add or remove handlers for events that occur to an SharePoint Add-in by using the Office Developer Tools for Visual Studio 2012. <br/> |
46
+
|[Create an event receiver for an app for SharePoint](../sp-add-ins/create-a-remote-event-receiver-in-sharepoint-add-ins.md) <br/> |Learn how to handle events in a provider-hosted SharePoint Add-in by using Visual Studio 2012. <br/> |
47
+
|[Create a provider-hosted add-in that includes a custom SharePoint list and content type](../sp-add-ins/create-a-provider-hosted-add-in-that-includes-a-custom-sharepoint-list-and-conte.md) <br/> |Create an SharePoint Add-in that combines a cloud-hosted web application with custom SharePoint-hosted list templates, list instances, and custom content types by using the Office Developer Tools for Visual Studio 2012. Learn how to interact with SharePoint app webs by using the REST/OData web service, and how to implement OAuth in an SharePoint Add-in. <br/> |
48
+
|[Get user identity and properties in SharePoint](../sp-add-ins/get-user-identity-and-properties-in-sharepoint.md) <br/> |Learn the different ways to retrieve user identity and user information in SharePoint. <br/> |
49
+
|[Localize SharePoint Add-ins](../sp-add-ins/localize-sharepoint-add-ins.md) <br/> |Localize an SharePoint Add-in by using resource files, JavaScript "resource" files, and other techniques. <br/> |
50
+
|[Create high-trust SharePoint Add-ins](../sp-add-ins/create-high-trust-sharepoint-add-ins.md) <br/> |Learn how to create a high-trust app for SharePoint. A high-trust app is a provider-hosted app for use on-premises that uses the server-to-server protocol. <br/> |
51
+
|[Package and publish high-trust SharePoint Add-ins](../sp-add-ins/package-and-publish-high-trust-sharepoint-add-ins.md) <br/> |Learn how to package and publish a high-trust SharePoint Add-in for on-premises use. <br/> |
52
52
53
53
54
54
## Publishing how-tos for Office and SharePoint Add-ins
0 commit comments