Pro ADO.NET Data Services Book Review Lately I’ve been reading a lot. One of the books that I read is Pro ADO.NET Data Services - Working with RESTful Data from Apress which I’ll review in this post. Review The book isn’t long, its about 300 pages and has four major parts: ADO.NET Data Service Fundamentals ADO.NET Data Services in the Real World ADO.NET Data Services from the Outside The Future of ADO.NET Data Services The first part is written well and it gives a very thorough understanding about...
Web Data Services with ADO.NET Data Services Article As a promo to the session I’m going to deliver next week a new article that I wrote, Web Data Services with ADO.NET Data Services , was published on the Hebrew MSDN site. The article describe the problems that were targeted by ADO.NET data services , what is a data service ? a little about REST and data service architecture and a data service example. You can read the article here . You can read more Hebrew MSDN articles here .
ADO.NET Data Services Introduction Introduction From the early ages of development, the separation of presentation and data was very necessary and was considered (and is considered) a good practice. As you all know, the current trend in the web development world is building Rich Internet Applications ( RIA ) and buzz words like Ajax and Silverlight are very popular today. The RIA technologies ( Ajax , Silverlight and etc) are built on the concept of separation between the presentation and data in...