ADO.NET stands for ActiveX Data Object is a database access technology created by Microsoft as part of its . NET framework that can access any kind of data source. ... You use SQL queries through ADO.NET Command object, which returns data in the form of DataReader or DataSet objects.