OData

Create and consume RESTful APIs in a simple and standard way

Latest posts

Feb 26, 2010
Post comments count 0
Post likes count 0

MSDN Mag: Using the OData Ajax library

DB Blogs

Dino Esposito has written a nice article in the March 2010 MSDN magazine on how to use the OData Ajax library.  You can check it out here.   -Mike Flasko Data Services, Lead Program Manager

Feb 24, 2010
Post comments count 0
Post likes count 0

ADO.NET Data Services for Silverlight 3 Update CTP3 now available for download

DB Blogs

A few weeks back, we announced our Data Services update to .NET 3.5 SP1. That release introduced many new features. We are now releasing the Silverlight counterpart, ADO.NET Data Services for Silverlight 3 Update CTP3. This CTP updates our Silverlight client assembly to make use of the new features. This release is just a CTP because we will be shipping with Silverlight 4. However, we wanted to give our users an early opportunity to try out our new features in Silverlight. This is a side by side update. We recommend that you do not replace the original assembly. Instead, just extract the files and reference it fr...

Feb 15, 2010
Post comments count 0
Post likes count 0

Compatibility Note: SharePoint 2010 Beta & Data Services Update

DB Blogs

If you want to try out Data Services with the SharePoint 2010 Beta today you have to use CTP2 of Data Services v1.5, because unfortunately the Data Service RTM version, aka the Data Services Update for .NET 3.5 SP1 is incompatible with the SharePoint 2010 Beta. This is a point in time issue – when SharePoint RTMs it will work seamlessly with the Data Services Update for .NET 3.5 SP1. Alex JamesProgram ManagerMicrosoft   

Feb 9, 2010
Post comments count 0
Post likes count 0

Vote for future Data Services Features

DB Blogs

Now that our current releases are winding down we’ve begun shifting some of our focus to planning for the next round.  To help us prioritize our future work we’d like to hear from you.  To make it easy to submit feedback directly to our team we’ve created a feature voting site.  The site enables you to request a feature or vote up/down features entered by other users.  Get your voice heard! Visit our feature voting site now to file your favorite feature request and vote on the ones already there.  We look forward to your feedback. UPDATE (Sept 2010): we’ve upgraded our feature voting s...

Feb 2, 2010
Post comments count 0
Post likes count 0

Server Paging in Data Services

DB Blogs

The Data Services team recently released an update to.NET 3.5 SP1 that adds a number of features to data services – we are calling this update Data Services V2. One of the major features included in this update is the ability to enable server paging on a Data Service. In this post, I’ll introduce you to the concept of page limits, I will teach you how to set limits on a service, and finally I will teach you how to work with the partial pages in the data services client. If you already know what server paging is and just want to enable it, you can skip to part 2. If you don’t care about setting limits on the serv...

Jan 28, 2010
Post comments count 0
Post likes count 0

Getting Started with the Data Service Update for .NET 3.5 SP1 – Part 2

DB Blogs

In Part 1 we created a Data Service that exposes V2 of the OData Protocol, in this post we will create a WPF application to consume our Data Service. Walkthrough: Step 1 – Update Code Generation Settings: The Data Services Update is basically a patch to .NET 3.5 SP1, so it can’t break existing projects, this means we need a way to opt-in to the new Code-Gen features. To do this after you installed the update you need to create two environment variables: Set dscodegen_version to 2.0. This tells CodeGeneration to generate classes that can leverage V2 protocol features. Set dscodegen_usedsc to 1. This tells CodeGe...

Jan 27, 2010
Post comments count 0
Post likes count 0

Data Services Update for .NET 3.5 SP1 – Now Available for Download

DB Blogs

We’re very excited to announce that the “Data Services Update for .NET Framework 3.5 SP1” (formerly known as “ADO Data Services v1.5”) has been re-released and is available for download; the issue with the previous update has been resolved. If your target is Windows7 or Windows 2008 R2 you can pick it up here.  For all other OS versions you can get the release from here. This release targets the .NET Framework 3.5 SP1 platform, provides new client and server side features for data service developers and will enable a number of new integration scenarios such as programming against SharePoint Lists. &nbsp...

Jan 26, 2010
Post comments count 0
Post likes count 0

Want to work in the WCF Data Service Team? We are Hiring!

DB Blogs

We are actively looking for software developers in test (SDE/T) in the WCF Data Services (code named “Astoria”) team. The team has a great momentum with the release of Visual Studio 2010 and we could use your help in driving the vision for the next version of the product as the standard web protocol for data exchange. You will have the opportunity to influence the design and implementation of the product. Also, you will be responsible to come up with strategies necessary, to make sure that we are ready for production and execute on the devised plan. If you are interested, you can apply at Microsoft Careers and/or...

Dec 17, 2009
Post comments count 0
Post likes count 0

Getting Started with the Data Services Update for .NET 3.5 SP1 – Part 1

DB Blogs

Yesterday we released the Data Services Update for .NET 3.5 SP1 that basically brings the functionality available in .NET 4.0 to .NET 3.5 too. To help you get started with the Update, in this post we will: And in Part 2 we will Create a WPF Application to use the Data Service So without further ado, lets get started… Walkthrough: Step 1 – Install the Update: There are two installs one for Windows7 or Windows Server 2008 R2 and one for all other supported versions of Windows simply download and install the right one for your machine. Step 2 – Create the Database: Next create the database (we are using .NET 3...