SharePoint Development with the CSOM and REST API
This course covers the fundamental use of two remote APIs that are new to SharePoint 2010, the Client Object Model (CSOM) and the REST API.
What you'll learn
The SharePoint 2010 Client Object Model is a set of three APIs (one for .NET managed code, one for Silverlight code, and one for use with JavaScript) that allow remote access to SharePoint. These object models are designed to be consistent with each other and to be similar to the SharePoint Server API. The overall goal being a reduced learning curve for developers who wish to build remote applications interacting with SharePoint. This course covers the fundamental uses of each of the three implementations of the Client Object Model along with a discussion of the motivation for the Client Object Model as a whole.
Table of contents
- Introduction 1m
- Silvelight Client OM Implementation 2m
- Demo: Retrieving Resources using Load 12m
- Authentication and Cross-Domain Service Calls 3m
- Demo: Test Silverlight Control in Visual Studio 5m
- Creating a List 2m
- Demo: Creating a List 13m
- Batch Exception Handling 1m
- Demo: Batch Exception Handling 3m
- Add and Edit List Items 1m
- Demo: Add and Edit List Items 9m
- Summary 1m
- Introduction 1m
- JavaScript Client Object Model Fundamentals 3m
- Demo - Retrieving Resources using Load 12m
- Using the JavaScript Client Object Model in Web Parts 2m
- Demo - Using the JavaScript Client Object Model in Web Parts 13m
- Integration with other JavaScript Libraries 2m
- Demo - Integration with other JavaScript Libraries 14m
- Summary 1m
- Introductions and Agenda 2m
- Setting up Sample Data 2m
- Introduction to Debugging SharePoint with Fiddler 1m
- Basic REST API calls and generating an Entity Data model 1m
- Using the SharePoint 2010 REST EDMX to write a Silverlight Application 5m
- Tips and Tricks: Using InPrivate mode for debugging 1m
- Running the Silverlight application and diagnosing with Fiddler in parallel 1m
- Other REST API based GET queries 3m
- Requesting JSON format from SharePoint 5m
- Queries other than GET, POST and DELETE 2m
- Using ASPNET AJAX to write JavaScript clients for SharePoint REST API 4m
- Debugging JavaScript pages in SharePoint using IE and Fiddler 2m
- Using jQuery with SharePoint REST API 7m
- Comparison with the Client Object Model 6m
- Common JavaScript pitfalls 5m
- Summary 1m