Presentation is loading. Please wait.

Presentation is loading. Please wait.

Project “Astoria” first announced in Mix 2007 Shared early prototypes, got tons of feedback Now we’re talking about the real deal Production quality bits,

Similar presentations


Presentation on theme: "Project “Astoria” first announced in Mix 2007 Shared early prototypes, got tons of feedback Now we’re talking about the real deal Production quality bits,"— Presentation transcript:

1

2 Project “Astoria” first announced in Mix 2007 Shared early prototypes, got tons of feedback Now we’re talking about the real deal Production quality bits, real-word scenarios We did a “transparent design” exercise Went great!

3 HTML + Javascript Data (XML,JSON,…) DLL + XAML Data (XML,JSON,…) Mashup UI Data Feeds AJAX Applications Silverlight Applications Online Services Mashups

4 Just HTTP Data as resources, HTTP methods to act on it Leverage caching, proxies, authentication, … Uniform URL syntax Every piece of information is addressable Predictable and flexible URL syntax Multiple representations Use regular HTTP content-type negotiation Atom*, JSON and Plain XML *full AtomPub protocol support

5 Underlying data model Entity Data Model Entities  Resources Associations  Links Operation semantics Usual mapping of HTTP methods GET  retrieve resource POST  create resource PUT  update resource DELETE  delete resource

6 Addressing entities and sets Presentation options Entity-set/Bookmarks Single entity/Bookmarks(123) Member access/Bookmarks(123)/Name Link traversal/Bookmarks(123)/Tags Deep access/Bookmarks(123)/Tags('abc')/Name Raw value access/Bookmarks(123)/Names/$value Sorting/Bookmarks?$orderby=Name Filtering/Bookmarks?$filter=Created gt '2007-05-07' Paging/Bookmarks?$top=10&$skip=30 Inline expansion/Bookmarks?$expand=Tags

7 Data Access Layer Create services directly from Visual Studio Various data sources Entity Framework LINQ providers Model-driven Structural description in Entity Data Model Metadata shapes service Entity Framework Custom LINQ provider Relational database Other sources Service Runtime Hosting/HTTP listener HTTPHTTP IQueryable [+ IUpdatable]

8 Per-container visibility control Read, Query and Write options Visibility Integrate with hosting environment ASP.NET, WCF or custom authentication schemes Authentication Execute before HTTP GET/PUT/POST/DELETE Enable validation, custom row-level security policies Maintain the REST interface Interceptors Custom entry points, e.g. /MyTags?startDate='2007-01-01' Composable, follow URI scheme Service Operations

9 AJAX integration AJAX-friendly JSON format in services Javascript library that integrates with the ASP.NET AJAX toolkit Silverlight support.NET programming model for data services Object based, LINQ enabled API Code-gen entity types from metadata

10 Web applications Data services client can be used in ASP.NET ASP.NET data source control for accessing remote services Desktop applications Fully-featured.NET client library Same API in desktop and Silverlight environments

11 Where do we go from here? Beta 1 will ship in a few weeks We sneaked a current build in the Mix DVD ;-) RTM mid-2008 In summary… Create and consume data services with a flexible RESTful interface Growing unified ecosystem of libraries & tools Give it a try! Feedback is welcome :)

12 We’re looking at what we need to do next “Astoria Offline” is one we’ve been exploring Imagine if you could point to a data service and say “take it offline”… …we automatically create a SQL Server Compact database and setup sync profiles for you Then you write a regular “local” application …well, almost that easy ;-) Check out prototypes of this here at Mix

13 Sessions Introducing SQL Server Data Services Accessing Windows Live Services with AtomPub Using the Microsoft Sync Framework and FeedSync Building RESTful Real World Applications with the ADO.NET Data Services Framework Also check out the hands-on labs!

14 ADO.NET Data Services Framework Site: http://astoria.mslivelabs.com Blog: http://blogs.msdn.com/astoriateam Forums: http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=1430&SiteID=1 Contact me http://blogs.msdn.com/pablopablo.castro@microsoft.com

15 © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

16


Download ppt "Project “Astoria” first announced in Mix 2007 Shared early prototypes, got tons of feedback Now we’re talking about the real deal Production quality bits,"

Similar presentations


Ads by Google