This document discusses REST, OData, and how to use them with SharePoint 2010. It defines REST as an architecture style that uses standards like HTTP and URIs. OData is introduced as a protocol for querying and updating data across different sources using standards like HTTP, ATOM, and JSON. Key aspects of OData like its data model, services, protocol, and client libraries are covered. The document demonstrates OData operations and conventions through examples and discusses configuring SharePoint 2010 and tools to use OData. It concludes with demos of performing CRUD operations on SharePoint lists using OData and jQuery.