Data Access has been discontinued. Please refer to this page for more information.

Overview

This article is relevant to entity models that utilize the deprecated Visual Studio integration of Telerik Data Access. The current documentation of the Data Access framework is available here.

WCF Data Services (formerly known as "ADO.NET Data Services" or "Astoria") 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.

The topics in this section show you:

  • How to generate a new WCF Data Service based on Telerik Data Access by using the Service Wizard. Read more
  • What is the outcome of the service generation:
  • How to: Extend Data Service. Read more
  • How to: Expose Stored Procedures. Read more
  • How to: Consume Service Operations. Read more
  • How to: Add Non-Persistent Properties on the Client. Read more
  • How to: Update the Generated Service. Read more
  • How to: Enable JSON for Data Services. Read more
  • How to: Handle Relationships. Read more
  • How to: Validate Data. Read more
  • Error Handling. Read more
  • Security Considerations. Read more