OData

Create and consume RESTful APIs in a simple and standard way

Using ADO.NET Data Services v1.5 CTP1 with Visual Studio 2010 Beta 1

We recently released a CTP of the next set of things we are working on for ADO.NET Data Services. We are calling this new set of features v1.5 because they are built on top of ADO.NET Data Services v1.0. ADO.NET Data Services v1.0 was included as part of the .NET Framework 3.5 SP1 and so the CTP also was built to use .NET 3.5 SP1 and Visual ...

Proxy to Enable Cross Domain Requests When Using Silverlight 2 and Data Services

Tom Laird-McConnell has created a nice post showing how to mid-tier proxy to enable calling data services across domains.  His proxy supports CRUD operations and $expand. http://blogs.msdn.com/tom_laird-mcconnell/archive/2009/03/25/creating-an-ado-net-data-service-proxy-as-workaround-for-silverlight-ado-net-cross-domain-issue.aspx We're...