ADO.NET Data Services is now included in VS2008 SP1. Fairly easy to install and get started. Created an ASP.NET web service to host the ADO.NET Data Services framework (service), the data source was the based on entities created using the entity framework. The service is addressable using either a REST format or through LINQ. Data formats returned include JSON and ATOM/PUB. Wrote a simple client to call into the service, the excercise of writing the service/client was suprisingly easy and fast.
ADO.NET Data services
This entry was posted in ADO.net, Entity Framework. Bookmark the <a href="https://sujatad.net/entity-framework/ado-net-data-services-2/" title="Permalink to ADO.NET Data services" rel="bookmark">permalink</a>.