Showing results for November 2009 - OData

Nov 25, 2009
0
0

Data Services Release Plan Update

DB Blogs
DB Blogs

We’ve heard a lot of feedback since we first discussed our plans to create v1.5 of Data Services (http://blogs.msdn.com/astoriateam/archive/2009/03/01/announcing-ado-net-data-services-v1-5-ctp1.aspx).  Since that time we’ve been busy improving the quality of the product, adding features and solidifying our release plans.   The remain...

Nov 17, 2009
0
0

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
0
0

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
Nov 17, 2009
0
0

Simplifying our n-tier development platform: making 3 things 1 thing

DB Blogs
DB Blogs

As you’ve probably observed, we’ve been working hard over the past year or so to grow our application stacks to better support the types of applications (Silverlight, rich desktop, AJAX, etc) and services (SOAP, REST, etc) that are required to build modern, robust solutions.  At present, a few of the technologies we have to help in building se...

ADO.NET Data ServicesWhat's NewProject Codename "Astoria"
Nov 5, 2009
0
0

Enabling X-Domain access to your Data Services

DB Blogs
DB Blogs

In the Astoria V1.5 CTP2 release, we introduced support for X-Domain and Out Of Browser access to Data Services in our Silverlight client library. This blog post talks about how to enable Cross-Domain access to Data Services from the Silverlight client library. I am a Service author, How do I enable X-Domain access to Data Services I host in my...

ADO.NET Data ServicesHow ToSilverlight