The Wayback Machine - https://web.archive.org/web/20110428131718/http://www.codeguru.com/vb/gen/vb_database/adonet/

    ADO.NET

    Exploring Cool Features of Devexpress' ASPxGridView

    Devexpress has a commitment to providing amazing ASP.NET (and other controls), such as their latest revision of their ASPxGridView, version 8.3, which supports filtering, grouping, sorting, and much more, with little or no coding on your part.

    OP-ED: Why LINQ to SQL is a Better Option than Straight SQL

    LINQ to SQL eliminates SQL Injection Attacks and is easier to use than straight SQL to boot.

    LINQ to Entities Preview

    ADO.NET 3.0 and the ADO.NET Entity Framework are designed to let you spend less time writing SQL and database plumbing code and more time working in the space of the problem you are trying to solve.

    A Basic VB.NET ADO.NET Tutorial: Adding, Deleting, and Updating

    Manipulating data with ADO.NET can be easy. Discover the steps to creating a simple form to add, update, and delete database records using ADO.NET.

    A Basic ADO.NET Tutorial in Visual Basic.NET

    Discover a quick (and easy) introduction to using ADO.NET to read information from a database.

    Implementing a Custom ConnectionString Installer for Setup

    See how a setup project with a custom action lets the user define the connection string using the Data Links dialog and encrypt that connection string using RSA encryption.

    Web Service Method to Back Up a Database from a Mobile Device

    Learn about a web service method to back up a database from a mobile device using the SQL Backup command and asynchronous method calls.

    An Oracle Query Tool, Part 1

    Learn about an Oracle query tool with Syntax Highlight and a tabbed MDI interface.

    The TransactionScope Object Makes ADO.NET Transactions Easy

    Learn how the TransactionScope object enables you to auto-enlist database operations in your ADO.NET transactions.

    ADO.NET Generates SQL for You Via the SqlCommandBuilder

    ADO.NET's SQL command builder reads a schema and generates SQL for you; this can be an excellent timesaver in the appropriate circumstances. When applied with sound judgment, this technique is a nice shortcut.

    Event Spy for MS Data Grid

    A utility form that will show DataGrid events with parameters as they happen in realtime.

    Using ADO.NET with XML and VB.NET

    Learn about ADO.NET technology and how to connect to, query, and modify a database. Includes information on using XML with ADO.NET. (VB.NET)