Why Data as a Service isn't a Bad Idea Early this week I encountered the post " Why the Database as a Service is a Bad Idea " written by Arnon Rotem-Gal-Oz in DZone . The title caught my eye and I read the post. I must say that there are a lot of things that I agree with the author and there are some things that I think should be considered again and will be explained in this post. Why Not to Use Database as a Service? As the author wrote the exposing of a database internals through...
Building a .Net Client for ADO.NET Data Service In the previous post about ADO.NET data services I introduced the data services topic and showed a simple example of how to build a data service . In today’s post I’m going to explain how to consume the built data service by a .NET client . Revisiting The Previous Post Example In the previous post I gave an example of course class and course data context. In the previous example I used the preview version of ADO.NET data service and since then the VS2008...