Hi Edward,
ADO.NET has same objects like Connection , Command object as ADO does.
But,
in ADO.NET
there is Dataset in place of Recordset. Dataset is a disconnected
Recordset.The DataSet is explicitly
designed for data access independent of any data source. As a result it
can
be used with multiple and
differing data sources, used with XML data, or used to manage data local
to
the application.
The System.Data namespace consists mostly of the classes that constitute
the
ADO.NET architecture.
The ADO.NET architecture enables you to build components that efficiently
manage data from multiple
data sources. In a disconnected scenario (such as the Internet), ADO.NET
provides the tools to request,
update, and reconcile data in multiple tier systems.
For e better insight into this topic,you can refer to the following link
[System.Data Namespace]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdataodbc.asp