Category Archive: Databases

Jul 19

Data Adapters in ADO.Net

Data Adapters are the objects in ADO.Net that allow us to communicate and exchange data between a data source and a dataset.  With them, we are able to retrieve data from and write data to a database (actually any type of data repository). The type of database you are connecting to informs you as to …

Continue reading »