Application Scenarios (ADO.NET Data Services)
ADO.NET Data Services supports a core set of scenarios. This topic points you to the topics relevant to these scenarios.
Expose relational data from a database as an HTTP accessible data service.
Expose arbitrary CLR data classes as a data service.
Access data from a remote data service in a .NET Framework-based client application.
Access data from a remote data service in an AJAX-based client application.
Create an end-to-end data solution that uses HTTP to transfer data between client and server.
Create a .NET Framework-based client application that accesses a data service asynchronously to avoid latency issues on the client.
Intercept incoming messages to the data service to perform data validation and role-based filtering of queries.
Create endpoints on a data service to enable custom service behaviors.