.NET Data Access Architecture Guide for SQL Server

By Bill Graziano on 2 June 2002 | Tags: Application Design , .NET


This document provides guidelines for implementing an ADO.NET-based data access layer in a multi-tier .NET application. It focuses on a range of common data access tasks and scenarios and presents guidance to help you choose the most appropriate approaches and techniques. This is a good article from MSDN on how to get the most out of SQL Server using .NET. It also includes a section on dealing with images (BLOBs).

Link: .NET Data Access Architecture Guide for SQL Server


Related Articles

Application Locks (or Mutexes) in SQL Server 2005 (7 January 2008)

SQL Server Connection Strings (14 November 2007)

What I Wish Developers Knew About SQL Server (Presentation) (11 October 2007)

Debugging Stored Procedures in Visual Studio 2005 (25 June 2007)

Multiple Active Result Sets (MARS) – Transactions and Debugging (17 June 2007)

Use SqlBulkCopy to Quickly Load Data from your Client to SQL Server (4 May 2007)

Multiple Active Result Sets (MARS) (3 April 2007)

Using SQL Server 2005 fulltext search from ASP.NET 2.0 (5 February 2007)

Other Recent Forum Posts

Troubleshooting Deadlocks in SQL Server (1d)

Last Login date and time (2d)

Negative effects of High VLF counts (2d)

Need to return a value that indicates that a record has been added, but not when a record is modified (3d)

Indexex on low cardinality fields (3d)

Error in stored procedure (4d)

Spam post flagging (4d)

Update Microsoft SQL Server (RTM) 12.0.2000.8 to latest v14 (12.0.6449.1) (4d)

- Advertisement -