Browse by Tags
All Tags »
ADO.NET Data Services (
RSS)
In order to use the new functionalities (count, projections, server paging, for instance) supplied by version 1.5 of ADO.NET Data Services (see my previous post ), you must explicitly enable them on the service side. public static void InitializeService...
A new version of the ADO.NET Data Services API was released, and you can get it from here , for the Windows 2000, Windows Server 2003, Windows XP, Windows Vista and Windows Server 2008, and from here , for Windows 7 and Windows Server 2008 R2. Overview...
Debugging ADO.NET Data Services can be tricky, not because of the web service part but because of the underlying persistence layer. You can include the exception details on the error page by including this on the DataService<T> class declaration...
There are two possible interceptions you can perform on an ADO.NET Data Service: Query interception: intercept a query made for an entity in order to enforce a restriction; Change interception: intercept a request for updating an entity and possibly cancel...
Update: this is based on the old NHContrib LINQ provider; the current one, on the NHibernate core, does not have an NHibernateContext class. Also, ADO.NET Data Services are now called WCF Data Services. For additional information, please read this post...
More Posts