Book Review – C# in Depth – What You Need to Master C# 2 and 3 In the last weeks I read the book “ C# in Depth – What You Need to Master C# 2 and 3 ” that was written by Jon Skeet . You might ask yourself why I bothered reading a book about C# 2 and 3. The answer is very simple. Knowing some material isn’t enough and reading leads to wide and deeper knowledge. One of the first things that I recommend people who ask me how can I learn and gain programming knowledge is reading good technical books...
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...