Thursday, January 03, 2008 - Posts

ADO.NET Data Services - Exposing Arbitrary Data (4)

Following on from these posts; ADO.NET Data Services - Exposing Arbitrary Data (1) ADO.NET Data Services - Exposing Arbitrary Data (2) ADO.NET Data Services - Exposing Arbitrary Data (3) it's time to look at updates. Using the Entity Framework based Read More

ADO.NET Data Services - Exposing Arbitrary Data (3)

Following on from these posts; ADO.NET Data Services - Exposing Arbitrary Data (1) ADO.NET Data Services - Exposing Arbitrary Data (2) what if I want to delete my newly inserted data? Against the Entity Framework data source I can write something like; Read More

ADO.NET Data Services - Exposing Arbitrary Data (2)

Following on from the previous post, I wanted to look at how we can make our arbitrary data source available for both read and write in the same way that an Entity Framework data source is. As I talked about in this post, this involves implementing IUpdatable Read More

ADO.NET Data Services - Exposing Arbitrary Data (1)

I've been playing over Xmas with exposing arbitrary data from an ADO.NET Data Service and I wanted to try and write it up here although I don't have it 100% nailed down or correct at this point - still some things to figure out. Note that a lot of this Read More