ADO.NET Data Services Client Library for Microsoft Silverlight 1.1
Author: David Hayden, Florida ASP.NET C# Developer, Filed: ADO.NET Data Services, Silverlight
If you haven't played with ADO.NET Data Services, I highly recommend you give it a peek. I wrote a Getting Started with ADO.NET Data Services on CodeBetter if you would like to get up and running with it in about 5 minutes using LINQ To SQL as the data provider.
ADO.NET Data Services is included in the Microsoft ASP.NET 3.5 Extensions Preview CTP along with the ASP.NET MVC Framework and ASP.NET Dynamic Data Websites.
The Project Astoria Team just announced the release of the ADO.NET Data Services Silverlight Add-On, which introduces a version of the client library that can run inside the Microsoft Silverlight 1.1 September Refresh. This library also allows developers to execute queries asynchronously, providing a more natural interaction model for a web-centric application.
Cool stuff. Learn more here.