DCSIMG
LINQ,ADO.NET Data Services - Gil Fink's Blog

Gil Fink's Blog

Fink about IT

News

Microsoft MVP

My Facebook Profile My Twitter Profile My Linkedin Profile

Locations of visitors to this page

Creative Commons License

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2013 Gil Fink

Hebrew Articles

Index Pages

My OSS Projects

English Articles

Browse by Tags

All Tags » LINQ » ADO.NET Data Services (RSS)
Why Data as a Service isn't a Bad Idea
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
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...