Different between ado and ado.net
Loading
Different between ado and ado.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal YelvePosted Nov 3, 2022, 2:13 PM
Rajanikant HawaldarPosted Nov 2, 2022, 10:04 AM
https://www.c-sharpcorner.com/interview-question/difference-between-ado-and-adonet
Brahma Prakash ShuklaPosted Nov 1, 2022, 2:43 PM
1. ADO :
ADO was introduced in 1996 by Microsoft as its component of MDAC (Microsoft Data Access Components). It is based on COM (Component Object Modelling). ADO with other components of MDAC serves as a framework for client applications to access data stores. It removes necessitate to know implementation of database and lowers complexity of handling low level code requires for dealing with data.
2. ADO.NET :
ADO.NET is an advanced database technology from Microsoft .NET Framework which provides communication between application system and database server. It is a component of the .NET Framework that is designed to work on disconnected model to access data from data store. Some of the .NET applications which are used to connect with database server are ASP.NET web applications, windows applications and console applications