Injecting Custom Logic in ADO.NET Data Services
Posted by: Pablo M. Cibraro (aka Cibrax),
on 08 Jun 2009 |
View original | Bookmarked: 0 time(s)
ADO.NET Data services represent today one of the most powerful alternatives to build RESTful services in the .NET platform. This framework basically creates a RESTful API on top of any IQueryable data source. Most of the steps required to publish a set of resources through http and make them available for any client are automatically implemented.
Only Entity Framework data models are supported out of the box as read/write data sources, and any other IQueryable data source is considered by...