Category Archives: ADO.net

ADO.NET data services

ADO.NET data services does not support SQL Server 2008 DateTimeOffset type… Too bad.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> ADO.net, Entity Framework | Comments Off on ADO.NET data services

ADO.NET Data services

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 […]

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> ADO.net, Entity Framework | Comments Off on ADO.NET Data services