Showing results for OData V3 - OData

Aug 17, 2014
0
0

[Tutorial & Sample] WCF Data Services Entity Framework Provider is updated with WCF Data Service 5.6.2

Zoe Luo
Zoe Luo

After WCF Data Services Entity Framework Provider version 1.0.0-alpha2 was released, we got lots of valuable feedbacks from customers. Recently we summarized all the feedbacks and fixed the most critical bugs reported. Now we are happy to announce the release of WCF Data Services Entity Framework Provider 1.0.0-beta2 (Below using EF6 Provider beta2...

WCF Data ServicesOData V3Entity Framework
Oct 2, 2013
0
0

Using WCF Data Services 5.6.0 with Entity Framework 6+

DB Blogs
DB Blogs

And now for some exciting news: you can finally use WCF Data Services with Entity Framework 6+! Today we are uploading a new NuGet package called WCF Data Services Entity Framework Provider. This NuGet package bridges the gap between WCF Data Services 5.6.0 and Entity Framework 6+. We were able to build this provider as an out-of-band provider (tha...

WCF Data ServicesOData V3Entity Framework
Oct 31, 2012
0
0

How to update existing Windows Phone 7 OData applications to work with the new client tools

DB Blogs
DB Blogs

OData Client Tools for Windows Phone Apps is recently released to add support for consuming OData v3 services. You may  already have a Windows Phone 7.1 application that consumes OData  and want to update it to work with OData V3 services using the new Windows Phone SDK 8.0 and OData Client Tools for Windows Phone Apps. In this short po...

OData V3How ToWindows Phone
May 7, 2012
0
0

WCF Data Services, now with more releases!

DB Blogs
DB Blogs

Like other teams at Microsoft, WCF Data Services has been working toward a goal of more frequent releases. We released 5.0 on April 9 and we pre-released WCF Data Services 5.0.1-rc* on April 20 (we’ll release the final version of very soon). The rapid release was possible because of three changes we’re making. First up, we’re… Adopting semantic v...

WCF Data ServicesOData V3Versioning
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, check...

OData V3Metro
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 t...

Design NotesOData V3
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 Entit...

OData V3ActionsSample
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