ADO.NET Data Services Samples
Sample source code and projects showing how specific tasks can be completed using ADO.NET Data Services.
ADO.NET Data Services IUpdateable implementation for Linq to Sql This project provides a sample implementation of the ADO.NET Data Services IUpdateable interface for Linq to Sql Data Sources.
SubSonic data provider for ADO.NET Data ServicesThis project provides a sample implementation of the ADO.NET Data Services IUpdateable interface for SubSonic 3.0 data sources.
Building an ADO.NET Data Services WPF ClientThis sample demonstrates one way to build a WPF client against a remote data store using ADO.NET Data Services.
Using ADO.NET Data Services Sample CodeThis is companion source code samples for the "Using ADO.NET Data Services" article in the MSDN Library. This is an introduction to the technology and shows how to get started working with ADO.NET Data Services.
JSONP and URL-controlled format support for ADO.NET Data ServicesJSONP is a common way of making data accessible in client-side mashups even when the requests need to be cross-domain. While the current version of the ADO.NET Data Services framework does not support this, it's possible to build it on top. There are a couple of ways of doing this. This example shows what's probably the simplest way. There is some downsides to this approach, but overall is the most straightforward path to get there.