Saturday, June 14, 2008 - Posts

ADO.NET Data Services - IUpdatable on LINQ to SQL

I made an attempt at implementing IUpdatable on the current (i.e. VS 2008 Sp1 B1) bits of ADO.NET Data Services. I struggled a little bit with this. When you produce a data service you provide a class which is derived from; DataService<T> and T Read More