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