Start Thinking with ADO.NET 3.5 Slide Deck Yesterday I had an ADO.NET 3.5 session in the The Israeli Web Development Community (WDC) . The session agenda: Entity Framework ADO.NET Data Services Datasets Enhancements As promised, the slide deck and demos can be downloaded from here . I want to thank Noam King for the opportunity to lecture in WDC . it was a pleasure. Also, I want to thank all the participants of the session . I really had a good time presenting the frameworks. Also,...
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...