Description of Database-like Data Containers :
Database-like Data Containers is an interesting article that gives you a brief summary about the DataSet object of the ADO.NET. DataSet is a container that looks like a database. A DataSet class descends from Component and it implements the IListSource interface. You can access the database data with the help of the DataSet object.