ADO.NET's Primary Objects
Overview of the seven main objects in the ADO.NET data-access architecture. By Michael Otey, SQL Server Magazine.
http://www.sqlmag.com/Articles/Index.cfm?ArticleID=16557
Home / Programming / Databases / ADO / ADO.NET / Articles /
|
ADO.NET Primer
A tutorial that gives an overview of what ADO.NET is and how to use it with ASP.NET programming.
http://www.aspalliance.com/aspxtreme/adonet/adonetprimer.aspx
Home / Programming / Databases / ADO / ADO.NET / Articles /
|
ADO.NET Overview
A brief overview of ADO.NET with a description of the technical terms associated with the data access technology.
http://www.developer.com/net/vb/article.php/1540311
Home / Programming / Databases / ADO / ADO.NET / Articles /
|
Introducing ADO+: Data Access Services for the Microsoft .NET Framework
Presents the design motivations behind ADO+ and a introduction to the various classes in the two layers that comprise the ADO+ framework. By Omri Gazitt, MSDN Magazine.
http://msdn.microsoft.com/msdnmag/issues/1100/adoplus/default.aspx
Home / Programming / Databases / ADO / ADO.NET / Articles /
|
ADO.NET: Building a Custom Data Provider for Use with the .NET Data Access Framework
An article by Bob Beauchemin that explains how to write your own data provider using .NET's data access interfaces and base classes
http://msdn.microsoft.com/msdnmag/issues/01/12/DataProv/toc.asp
Home / Programming / Databases / ADO / ADO.NET / Articles /
|
Managing an @@IDENTITY Crisis
Discusses a strategy for returning newly created Identity values after the INSERT is executed. This applies to SQL Server and ADO.NET
http://msdn.microsoft.com/library/en-us/dnadonet/html/manidcrisis.asp
Home / Programming / Databases / ADO / ADO.NET / Articles /
|
Best Practices for Using ADO.NET
Best practices for writing Microsoft ADO.NET code and suggestions for developers on using the objects available in ADO.NET.
http://msdn.microsoft.com/library/en-us/dnadonet/html/adonetbest.asp
Home / Programming / Databases / ADO / ADO.NET / Articles /
|
ADO.NET: Tackle Data Concurrency Exceptions Using the DataSet Object
This article examines the common causes behind data concurrency exceptions and presents techniques for overcoming them using ADO.NET
http://msdn.microsoft.com/msdnmag/issues/03/04/DataConcurrency/TOC.asp
Home / Programming / Databases / ADO / ADO.NET / Articles /
|
Data Access: Implement a Data Access Layer for Your App with ADO.NET
This article outlines five ideas to consider when building a data access layer with Visual Studio .NET and the .NET Framework.
http://msdn.microsoft.com/msdnmag/issues/03/04/DataAccessLayer/TOC.asp
Home / Programming / Databases / ADO / ADO.NET / Articles /
|
Weaning Developers from the CommandBuilder
Examines the drawbacks of the ADO.NET CommandBuilder, and shows how to use the Visual Studio .NET DataAdapter Configuration Wizard (DACW) to write your own Command queries.
http://msdn.microsoft.com/library/en-us/dnadonet/html/commandbuilder.asp
Home / Programming / Databases / ADO / ADO.NET / Articles /
|