Showing results for Streaming - OData

May 17, 2011
0
0

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
Sep 8, 2010
0
0

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
Aug 4, 2010
0
0

Data Services Streaming Provider Series: Implementing a Streaming Provider (Part 1)

DB Blogs
DB Blogs

The Open Data Protocol (OData) enables you to define data feeds that also make binary large object (BLOB) data, such as photos, videos, and documents, available to client applications that consume OData feeds. These BLOBs are not returned within the feed itself (for obvious serialization, memory consumption and performance reasons). Instead, this b...

ODataWCF Data ServicesData Services