European ASP.NET Hosting – Germany :: The Difference Between DataSet, DataReader, DataAdapter and DataView in .net
Here is short tutorial only about the difference DataSet, DataReader, DataAdapter and DataView in .net. DataSet Dataset is connection-less oriented, that means whenever we bind data from database it connects indirectly to the database and then disconnected. It has read/write access on data tables. It supports both forward and backward scanning of data. DataSet is a container of one or more DataTable. More often than not, it will just contain one table, but if you