Share via


ADO.NET Data Services ("Project Astoria") CTP is Released

The first CTP of the production version of ADO.NET Data Services is now available for download here as part of the ASP.NET 3.5 Extensions preview release.

We are referring to this as the "first CTP" because the releases of Astoria prior to this were based on a prototype code base which we used to iterate quickly and explore the requirements of data services on the web. As outlined in the last post on this blog, we have since started from scratch, engineering the product from the ground up using the lessons and requirements learned from our prototype iterations.

The following features are in this CTP:

  • Support to create ADO.NET Data Services backed by:
    • A relational database by leveraging the Entity Framework
    • Any data source (file, web service, custom store, application logic layer, etc)
  • Serialization Formats:
    • Industry standard AtomPub serialization
    • JSON serialization
  • Business Logic & Validation
    • Insert custom business/validation logic into the Request/response processing pipeline
    • simple infrastructure to build custom access policy 
  • Access Control
    • Easily control the resources viewable from a data service
  • Simple HTTP interface
    • Any platform with an HTTP stack can easily consume a data service
    • Designed to leverage HTTP semantics and infrastructure already deployed at large
  • Client libraries:
    • .NET Framework
    • ASP.NET AJAX
    • Silverlight (coming soon)

To learn more about ADO.NET Data Services, check out the docs at https://astoria.mslivelabs.com and the howto docs posted here.

 

-Mike Flasko

Program Manager, ADO.NET Data Services (aka "Project Astoria")

Comments

  • Anonymous
    December 10, 2007
    We just released the December 2007 CTP of Project Astoria, or I guess I should say the ADO.NET Data Services
  • Anonymous
    December 10, 2007
    We just released the December 2007 CTP of Project Astoria, or I guess I should say the ADO.NET Data Services
  • Anonymous
    December 10, 2007
    ASP.NET 3.5 Extensions CTP Preview Released - ScottGu's Blog MVC Toolkit 다운로드 ASP.NET 3.5 Extensions
  • Anonymous
    December 10, 2007
    Late Sunday night we released the first public preview of ASP.NET 3.5 Extensions. For information on
  • Anonymous
    December 10, 2007
    Late Sunday night we released the first public preview of ASP.NET 3.5 Extensions. For information on
  • Anonymous
    December 10, 2007
    My blog has been slow over the last few months, but this time its not because I haven't been blogging
  • Anonymous
    December 10, 2007
    My blog has been slow over the last few months, but this time its not because I haven't been blogging
  • Anonymous
    December 10, 2007
    The first CTP of the production version of ADO.NET Data Services is now available for download here as
  • Anonymous
    December 15, 2007
    Hi Mike, I downloaded the CTP, but I was unable to generate client classes for the online services on mslivelabs.com. I suppose that the online version is not using the CTP yet, but I might be wrong. Could you provide some help, please?
  • Anonymous
    January 07, 2008
    Great one. I'm gonna try out..