.NET news » Database Database Rss Feed

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.
19 Jul 2005, 08:48:00   Source: To SP or not to SP in SQL Server   Tags: Database

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.
21 Jun 2005, 17:51:00   Source: Filtering and Sorting in ADO.NET   Tags: Database