Showing tag results for OData

May 10, 2010
Post comments count0
Post likes count0

OData and Authentication – Part 1

DB Blogs
DB Blogs

Here on the Data Services team we hear many people ask about authentication. Questions like: The answer to these questions, depends a lot upon scenario, in fact each authentication scenario presents unique challenges: As you can see lots of questions. And there is a real risk that people will get their answer wrong. ...

ODataAuthentication
Mar 19, 2010
Post comments count0
Post likes count0

Developing an OData consumer for the Windows Phone 7

DB Blogs
DB Blogs

A couple of days back at Mix we announced the CTP release of the OData Client Library for Windows Phone 7 series.Cool stuff undoubtedly. But how do you use it?Well Phani, a Data Services team member, shows you how on his blog.

ODataOData SDKWindows Phone 7
Mar 18, 2010
Post comments count0
Post likes count0

Got SQL Azure? Then you’ve got OData

DB Blogs
DB Blogs

In his MIX Keynote this week, Douglas Purdy demonstrated a new OData Service for SQL Azure. We are pleased to announce that a preview of this exciting technology, providing the quickest no-code solution for bringing your SQL Azure data into the growing OData ecosystem, is available to all SQL Azure users today.You can learn more about this exciting...

ODataOData.orgSQL Azure
Mar 16, 2010
Post comments count0
Post likes count0

Announcing the OData SDK

DB Blogs
DB Blogs

Last November at PDC 09 we announced the Open Data Protocol (OData), providing a way to unlock your data and free it from silos that exist in applications today. OData makes it easy for data to be shared in a manner that follows the philosophy of Open Data and enables the creation of REST-based data services. These services allow resources identifi...

ODataWhat's New
Jan 28, 2010
Post comments count0
Post likes count0

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

DB Blogs
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...

ODataADO.NET Data ServicesWPF
Dec 17, 2009
Post comments count0
Post likes count0

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

DB Blogs
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 – Ins...

ODataADO.NET Data ServicesHow To
Nov 17, 2009
Post comments count0
Post likes count0

Introducing the Microsoft Open Data Protocol Visualizer (CTP1)

DB Blogs
DB Blogs

1. Introduction The Open Data Protocol Visualizer for Visual Studio CTP1 (“the visualizer”) is a extension that provides a read-only visualization of the types, properties, associations, and other objects in the Entity Data Model (EDM) returned from an Open Data Protocol’s metadata endpoint (this document assumes basic familiarity with th...

ODataADO.NET Data ServicesData Services Futures
Nov 17, 2009
Post comments count0
Post likes count0

Breaking Down ‘Data Silos’ – The Open Data Protocol (OData)

DB Blogs
DB Blogs

A few weeks ago we posted about steps we’ve been taking to enable a wide range of data sources (DB, SharePoint, Reports, Cloud storage services, etc) to expose their data for programmatic access from any platform (Java, PHP, Silverlight, .NET, AJAX, etc) using a simple HTTP/AtomPub based protocol as the means of communication.  Our exploration...

ODataADO.NET Data ServicesWhat's New