Condividi tramite


Astoria Next Generation of Data Access for Web

Project codename "Astoria" is to enable enable applications to expose data as a data service that can be consumed by web clients within a corporate network and across the internet. The data service is reachable over HTTP, and URIs are used to identify the various pieces of information available through the service. Interactions with the data service happens in terms of HTTP verbs such as GET, POST, PUT and DELETE, and the data exchanged in those interactions is represented in simple formats such as XML and JSON. As mentioned in ADO.NET Team's BLOG. You can also visit the entry by Pablo Castro.

Documentation is available for download,

Microsoft Project Codename "Astoria" Overview Document

Microsoft Project Codename "Astoria" - Documentation

Check out the Astoria at https://astoria.mslivelabs.com

Namoskar!!!

Comments

  • Anonymous
    May 15, 2007
    what is the basic difference between Webservice and DataService?? Does it have sometrhing to do with WPF?

  • Anonymous
    May 16, 2007
    Hi Dheeman, As per the definition, The goal of Microsoft Codename Astoria is to enable applications to expose data as a data service that can be consumed by web clients within a corporate network and across the internet. The data service is reachable over HTTP, and URIs are used to identify the various pieces of information available through the service. Interactions with the data service happens in terms of HTTP verbs such as GET, POST, PUT and DELETE, and the data exchanged in those interactions is represented in simple formats such as XML and JSON. I hope this will be clear to you. Wriju