WCF Data Services How-To’s Index

Pro ADO.NET Data Services From WCF Data Services

WCF Data Services (formerly known as "ADO.NET Data Services") is a component of the .NET Framework that enables you to create services that use the Open Data Protocol (OData) to expose and consume data over the Web or intranet by using the semantics of representational state transfer (REST). OData exposes data as resources that are addressable by URIs. Data is accessed and changed by using standard HTTP verbs of GET, PUT, POST, and DELETE. OData uses the entity-relationship conventions of the Entity Data Model to expose resources as sets of entities that are related by associations

WCF Data Services Categories

Defining WCF Data Services

Data Services Providers

Service Operations

Feed Customization

Interceptors

Generating the Data Service Client Library

Querying the Data Service

Loading Deferred Content

Updating the Data Service

Asynchronous Operations

Batching Operations