.NET news » Database 
Online Article: The Baker's Dozen: 13 Productivity Tips for ADO.NET 2.0
Online Article: The Baker's Dozen: 13 Productivity Tips for ADO.NET 2.0
This installment of "The Baker's Dozen" presents a variety of tips and techniques to become productive with data handling techniques using ADO.NET 2.0 in Visual Studio 2005. ADO.NET 2.0 is faster than the first version of ADO.NET; in some instances, significantly faster. While many view ADO.NET 2.0 as more evolutionary than revolutionary, it provides many functions to give developers greater control over data access and data manipulation. It also leverages the new database capabilities in SQL Server 2005. In addition, ADO.NET 2.0 simplifies the creation of multiple-database solutions.
3 Jan 2006, 02:00:00 Source: Online Article: The Baker's Dozen: 13 Productivity Tips...
Tags: Database
To SP or not to SP in SQL Server
The topic of using or not using stored procedures reaches the level of religious fervor in many quarters. Douglas Reilly, a Microsoft MVP, weighs in on the topic with an in-depth analysis.
Filtering and Sorting in ADO.NET
ADO.NET supports many ways to manage memory-resident data returned in a DataSet. This example demonstrates how to use the additional functionality exposed by ADO.NET to sort and filter data.

