Showing results for OData - OData

Aug 23, 2012
Post comments count0
Post likes count0

OData 101: Building our first OData-based Windows Store app (Part 1)

DB Blogs
DB Blogs

Download the sample code In this OData 101 we will build a Windows Store app that consumes and displays movies from the Netflix OData feed. Specifically, we will focus on getting data, displaying it in the default grid layout, and enabling search functionality. Because there’s a lot of details to talk about in this blog post, we’ll wa...

ODataSamplesWindows 8
Aug 15, 2012
Post comments count0
Post likes count0

WCF Data Services 5.0.2-rc Prerelease

DB Blogs
DB Blogs

We’re happy to announce that we’re ready for another public RC that includes a whole bunch of bug fixes. What is in the prerelease This prerelease contains a number of bug fixes: Getting the prerelease The prerelease is only available on NuGet. To install this prerelease NuGet package, you will ...

ODataWCF Data ServicesPrerelease
Jul 2, 2012
Post comments count0
Post likes count0

Trying out the prerelease OData Client T4 template

DB Blogs
DB Blogs

TL;DR We recently prereleased an updated OData Client T4 template to NuGet. The template will codegen classes for working with OData v3 services, but full support has not been added for all v3 features. What is the OData Client T4 template? The OData Client T4 template is a T4 template that generates code to facilitate consumption of OData servi...

ODataWCF Data ServicesWhat's New
May 18, 2012
Post comments count0
Post likes count0

WCF Data Services 5.0.1 Released

DB Blogs
DB Blogs

We have just pushed the official bits for 5.0.1 to NuGet and should be releasing an updated MSI sometime within the next week. Thanks to feedback from the community we found and fixed several bugs, detailed below. NuGet Links Release Notes What does the MSI do? All of the fixes detailed above are in t...

ODataWCF Data ServicesRelease
Apr 20, 2012
Post comments count0
Post likes count0

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 displaye...

ODataWCF Data ServicesPrerelease
Apr 17, 2012
Post comments count0
Post likes count0

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 se...

ODataWCF Data ServicesHow To
May 17, 2011
Post comments count0
Post likes count0

Accessing an OData Media Resource Stream from a Windows Phone 7 Application (Streaming Provider Series-Part 3)

DB Blogs
DB Blogs

In this third post in the series on implementing a streaming data provider, we show how to use the OData client library for Windows Phone 7 to asynchronously access binary data exposed by an Open Data Protocol (OData) feed. We also show how to asynchronously upload binary data to the data service. This Windows Phone sample is the asynchronous equiv...

ODataWCF Data ServicesMedia Resource
Feb 8, 2011
Post comments count0
Post likes count0

New JavaScript library for OData and beyond

DB Blogs
DB Blogs

Today we are announcing a new project called ‘datajs’, a cross-browser JavaScript library that enables web applications to do more with data. datajs leverages modern protocols such as JSON and OData as well as HTML5-enabled browser features. ‘datajs’ is an open source project, released under MIT. In this initial release, the...

ODataJavaScript
Jan 20, 2011
Post comments count0
Post likes count0

OData and OAuth – protecting an OData Service using OAuth 2.0

DB Blogs
DB Blogs

In this post you will learn how to create an OData service that is protected using OAuth 2.0, which is the OData team’s official recommendation in these scenarios:  So if your scenarios is one of the above or some slight variation we recommend that you use OAuth 2.0 to protect your service, it provides the utmost flexibility and...

ODataWCF Data ServicesAuthentication
Sep 8, 2010
Post comments count0
Post likes count0

Data Services Streaming Provider Series-Part 2: Accessing a Media Resource Stream from the Client

DB Blogs
DB Blogs

In this second post in the series on implementing a streaming data provider, we show how to use the WCF Data Services client library to access binary data exposed by an Open Data Protocol (OData) feed, as well as has how to upload binary data to the data service. For more information on the streaming provider, see the first blog post in this series...

ODataWCF Data ServicesData Services