WCF Data Services How-To’s Index
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
Defining WCF Data Services
- How to: Develop a WCF Data Service Running on IIS
- How to: Enable Access to the Data Service
- How to: Enable Paging of Data Service Results
Data Services Providers
- How to: Create a Data Service Using the Reflection Provider
- How to: Create a Data Service Using a LINQ to SQL Data Source
Service Operations
Feed Customization
- How to: Customize Feeds with the Entity Framework Provider
- How to: Customize Feeds with the Reflection Provider
Interceptors
Generating the Data Service Client Library
Querying the Data Service
- How to: Project Query Results
- How to: Execute Data Service Queries
- How to: Add Query Options to a Data Service Query
- How to: Determine the Number of Entities Returned by a Query
- How to: Specify Client Credentials for a Data Service Request
- How to: Set Headers in the Client Request
Loading Deferred Content
Updating the Data Service
- How to: Add, Modify, and Delete Entities
- How to: Define Entity Relationships
- How to: Attach an Existing Entity to the DataServiceContext
Asynchronous Operations
- How to: Execute Asynchronous Data Service Queries
- How to: Create an Asynchronous Windows Presentation Framework Application
Batching Operations
- How to: Bind Data to Windows Presentation Foundation Elements
- How to: Bind Data Using a Project Data Source
- How to: Customize Data Binding Behaviors
Related materials
- WCF How To’s Index
- Windows Azure Web Role WCF Service Federated Authentication Using AppFabric Access Control Service (ACS) v2 – Part 1
- Windows Azure Web Role WCF Service Federated Authentication Using AppFabric Access Control Service (ACS) v2 – Part 2
- Widows Azure Content And Guidance Map For Developers – Part 1, Getting Started
- RESTful WCF Architecture – Hosting RESTful WCF Services in IIS
- Walkthrough: Build, Host, and Test Simple RESTful WCF Service
- Notes on RESTful Architecture – II. Read Only RESTful Services
- Notes On RESTful Architecture - I