OData

Create and consume RESTful APIs in a simple and standard way

Using Data Services over SharePoint 2010 – Part 1 – Getting Started

ADO.NET Data Services 1.5 and SharePoint 2010 allow developers to write applications against SharePoint Lists using the familiar Data Services Client programming model. Setup The SharePoint 2010 beta will become generally available in November. In order to use Data Services with SharePoint 2010 Beta, ADO.NET Data Services 1.5 must be ...

Share your data across data sources (Sharepoint, SQL Server, Azure, Reporting Services, etc) & applications (.NET, Silverlight, Excel, etc) using Data Services

This week at the SharePoint conference, Pablo Castro will be announcing that the next version of SharePoint natively integrates with data services such that all SharePoint lists will be exposed as an ADO.NET Data Service.  This means you can now program against SharePoint list data using all the VS tools and runtime client libraries (.NET...

ADO.NET Data Services – Version Headers

Peter Qian, a developer on the data services team, has posted a two part series on the versioning headers used by ADO.NET Data Services to ensure a client or server never misinterprets a payload or URI.  You can check out his posts here: Part 1 - Versioning Protocol of Astoria Part 2 - Versioning Protocol of Astoria II   -Mike ...

‘Restlet’ Java Framework Now with ADO.NET Data Services Support

Yesterday on the interoperability blog it was announced that Noelios Technologies is shipping a new version of the Restlet open source project (a lightweight REST framework for Java) that includes an extension for ADO.NET Data Services.  This is the second interoperability project over the last month or so which leverages data services...

Introduction to Data Binding in Silverlight 3 with CTP2

This blog post is an introduction to the data binding capabilities for Silverlight 3 we first added for Silverlight 2 in Data Services v1.5 CTP1 and have updated to Silverlight 3 in CTP2. We also took the feedback we received in CTP1 and made some updates to the feature. Since this is a CTP release of this is a CTP release of this feature we ...

More on Using Data Services & Silverlight 3 in xDomain & Out-Of-Browser Scenarios

Phani recently posted part 2 of his two part series on using the ADO.NET Data Services v1.5 CTP2 Silverlight client library in xdomain and out-of-browser scenarios.  You can find both posts here: Part 1: Using the ADO.NET Data Services Silverlight client in x-domain and out of browser scenarios – I Part 2: Using the ADO.NET Data ...

Jumpstart your PHP + ADO.NET Data Services Development

To get up and running quickly with the PHP toolkit for data services check out this walkthrough post by Phani from the data services team: http://blogs.msdn.com/phaniraj/archive/2009/09/08/using-the-php-toolkit-with-ado-net-data-services.aspx    -Mike Flasko ADO.NET Data Services, Program Manager...

Introduction to Data Binding in CTP2

This blog post is an update to an introduction to the data binding capabilities we first added in Data Services v1.5 CTP1. In CTP2 we have taken the feedback we received from CTP1 and made some updates to the data binding feature. Since this is a CTP release of this feature we eagerly look forward to hearing more of your feedback. ...