Showing results for April 2012 - OData

Apr 26, 2012
0
0

Metro OData prerelease bits and app

DB Blogs
DB Blogs

Phani just published a blog post with directions on how to build OData apps for Windows 8 Metro. The Metro bits are still very much in a prerelease form (e.g., you’ll have to invoke codegen with a command line tool) but it should enable developers to start trying out OData on Metro. For the blog post as well as sample bits and the sample app, ...

OData V3Metro
Apr 20, 2012
0
0

WCF Data Services 5.1.0-rc Prerelease

DB Blogs
DB Blogs

Less than two weeks ago, we released WCF Data Services 5.0.0. Today, we are releasing 5.1.0-rc as a NuGet prerelease. What is in the prerelease This prerelease contains several bug fixes: Getting the prerelease The prerelease is only available on NuGet and must be installed using the prerelease cmdlet. Prereleases are not ...

ODataWCF Data ServicesPrerelease
Apr 17, 2012
0
0

JSON Light Sample Payloads

DB Blogs
DB Blogs

We recently put together a document that contains some of our thinking about JSON light as well as a whole slew of sample payloads. We would love to hear any feedback you have on the format; you can comment in the accompanying OneNote. We will be accepting public feedback on JSON light until May 4, 2012. We will also provide a preview release of ...

Design NotesOData V3
Apr 17, 2012
0
0

How to use WCF DS 5.0 in a Web Site project

DB Blogs
DB Blogs

The WCF Data Services 5.0 RTM release includes an update to the Add Service Reference behavior in Visual Studio. For most project types that target .NET Framework 4.0, this means that when you add a new service reference, you will automatically get assembly references to the new client assemblies, and your client will be able to communicate with ...

ODataWCF Data ServicesHow To
Apr 12, 2012
0
0

Actions in WCF Data Services – Part 3: A sample provider for the Entity Framework

DB Blogs
DB Blogs

This post is the last in a series on Actions in WCF Data Services. The series was started with an example experience for defining actions (Part 1) and how IDataServiceActionProvider works (Part 2). In this post we’ll go ahead and walk through a sample action provider implementation that delivers the experience outlined in part 1 for the ...

OData V3ActionsSample
Apr 11, 2012
0
0

What happened to application/json in WCF DS 5.0?

DB Blogs
DB Blogs

The roadmap for serialization formats We have been talking for a while about a more efficient format for JSON serialization. The new serialization format will be part of the OData v3 protocol, and we believe that the much-improved JSON format should be the default response when requesting application/json. You may notice that when you upgrade to ...

Apr 11, 2012
0
0

Actions in WCF Data Services – Part 2: How IDataServiceActionProvider works

DB Blogs
DB Blogs

In this post we will explorer the IDataServiceActionProvider interface, which must be implemented to add Actions to a WCF Data Service. However if you are simply creating an OData Service and you can find an implementation of IDataServiceActionProvider that works for you (I’ll post sample code with Part 3) then you can probably skip this post...

OData V3Actions
Apr 10, 2012
0
0

Actions in WCF Data Services – Part 1: Service Author Code

DB Blogs
DB Blogs

If you read our last post on Actions you’ll know that Actions are now in both OData and WCF Data Services and that they are cool: “Actions will provide a way to inject behaviors into an otherwise data-centric model without confusing the data aspects of the model, while still staying true to the resource oriented underpinnings of OData...

OData V3Actions
Apr 9, 2012
0
0

WCF Data Services 5.0 RTM Release

DB Blogs
DB Blogs

I’m very pleased to announce the WCF Data Services 5.0 RTM release. You can download WCF Data Services 5.0 from here. This release includes several client and server features and libraries for .NET 4 and Silverlight 4. Below is a brief breakdown of the features that are available in this release. Upcoming blog posts will dive into ...