ADO.Net Architecture | Data Providers | DataSet

ADO.Net Architecture ADO.Net is a data accessing technology of the Microsoft .net framework. It communicates with DBMS and RDBMS both through a common set of components. It acts as a bridge between front-end control and back-end database. Objects of ado.net are responsible for all data-related operations. ADO.Net perform its functions in both Connected and Disconnected environments. … Read more