Transaction Control
This article describes how to run local and distributed transactions in your Microsoft .NET applications.
Using ADO.NET
Discusses using ADO.NET Connection object, other ADO.NET objects, and provides examples. A 41-page article by Paul D. Sheriff of PDSA, Inc.
Using Stored Procedures in Visual Basic .NET
Billy Hollis explains the benefits of stored procedures for complex systems and takes stored procedures beyond the level of demoware and provides some hands-on examples of how you can access stored procedures and start using them in your own applications.
Visual Studio Magazine - Follow the Top 10 ADO.NET Tips
Use Oracle With ADO.NET - An article that shows how to use Oracle with ADO.NET
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.
Working with MS Access Stored Procedures in VB.NET. Part 1
Shows how to use Stored Procedures, which is usually a feature of high-end databases, in Microsoft Access.
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
ADO.NET Overview
A brief overview of ADO.NET with a description of the technical terms associated with the data access technology.
ADO.NET Primer
A tutorial that gives an overview of what ADO.NET is and how to use it with ASP.NET programming.
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
ADO.NET's Primary Objects
Overview of the seven main objects in the ADO.NET data-access architecture. By Michael Otey, SQL Server Magazine.
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.
Data Access Application Block for .NET
Shows how to use Application Blocks for .NET
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.
Data Binding with Windows Forms and ADO.NET
This article shows how Windows Forms use Microsoft ADO.NET to allow you to easily bind a form to almost any structure that contains data, and then bind controls on the form to specific elements of the data through both simple and complex data binding.
Data Points: Expressions in ADO.NET
Shows how to use expressions in columns. In other words, how to make a column with a result that is dependent on other columns.
Designing Data Tier Components and Passing Data Through Tiers
Learn how to best expose your data to Microsoft .NET applications and how to implement an effective strategy for passing data between the tiers in a distributed application.
Getting Started with ADO.NET
A brief introduction to ADO.NET that explains what objects are necessary for data access.
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.
Introduction to ADO.NET
A descriptive introduction to ADO.NET
Results: Previous 1 2 3 4 Next