Whilst LINQ is almost here, there is still a place in the world for plain old ADO.NET programming. However, procedural ADO.NET code can often be cumbersome to write. Executing some SQL for a data reader can involve three nested layers of C# using statements.
In this screencast, I present a…
DevNuggetsSep 05, 2009 at 4:12 PM3
G. Andrew Duthie
Avg Rating: 0
In this installment of DevNuggets, Developer Evangelist G. Andrew Duthie (aka DEvHammer) demonstrates how you can easily add fun and function to your ASP.NET-based website using jQueryUI.This DevNugget is a follow-up to Andrew's introduction to using jQueryUI in ASP.NET and in it you'll…
This is a recording of the US Public Sector Developer Dinner for Partners covering .NET Framework 3.5 SP1 held on August 20, 2008 in Reston, Va.
This presentation is a demo focused walkthrough of the new features and functionality in SP1. You will see demonstrations that will include:…
In this interview Saaid Kahn, a Program Manager on the Visual Studio Pro Tools team, shows us how to create an n-tier application against a database using ADO.NET Data Services (Astoria) and an Entity Data Model, both now available in Visual Studio 2008
Service Pack 1.
ADO.NET Data Services use…
The ADO.NET Data Services Framework (a.k.a. Project "Astoria") introduced a way of creating and consuming flexible, data-centric REST services. By combining data services with the Microsoft Sync Framework, learn how to create offline-capable applications
that have a local replica of…
In the near future, applications will be developed using a combination of custom application code and online building block services, including data-centric services. In this session we discuss advancements in the Microsoft development platform and online
service interfaces to enable seamless…
The next version of the Entity Framework adds scenarios in the areas of model driven development, domain driven development, simplicity, and integration. See a preview of production and prototype code for the next version of the Entity Framework as well
as a candid discussion with members of the…
In this episode of the
Connected Show, guest Claudio Caldato joins Peter to discuss interoperability at Microsoft and how his team is working to make Windows Azure cloud services more accessible to PHP developers. Claudio provides us details on the PHP Toolkit for ADO.NET Data
…
In this episode of 10-4, we discuss a new feature coming in the next release of ADO.NET Data Services: server-driven paging. This allows you to constrain the size of result sets that can be requested by clients, eliminating potentially problematic scenarios.
In addition, clients can also now…