ADO.NET 2.0: Understanding the Changes

434 days ago
tags:

In this article Sahil Malik will explain some of the significant changes that have taken place for ADO.NET version 2.0. The article will cover improvements to serialization, the better streaming support and - in some cases - lower memory requirements associated with the DataTable, as well as new support for asynchronous command execution and better support for transactions via System.Transaction classes.


Click here to read more


Data Access in ASP.NET 2.0

435 days ago

With the soon to be released version of ASP.NET v2.0, web developers will be introduced to various new web server and data source controls. In this article Stewart Way will provide an overview of the new controls that will be available. A sample is also developed using the Northwind database to show how easy and fast you can develop highly complex, data driven web pages using the new web controls.

Author:Stewart Way
Editor:David Schultz
Reviewers:Damien Foggon, Mark Horner


Click here to read more