3
Reply

What is ADO.Net

Lalit Kumar

Lalit Kumar

15y
5.8k
0
Reply

    • ADO stands for ActiveX Data Objects
    • ADO.NET is a database technology of .NET Framework used to connect application system and database server.
    • ADO.NET is a part of the .NET Framework
    • ADO.NET consists of a set of classes used to handle data access
    • ADO.NET uses XML to store and transfer data among applications, which is not only an industry standard but also provide fast access of data for desktop and distributed applications.
    • ADO.NET is scalable and interoperable.

    ADO.NET...  here ADO stands for Active Data Objects.. which are specially desingned classes for handelling the database may be microsoft database or third party database like Microsoft Access etc...

     ADO.NET is used by programmers to access and modify data stored in relational database systems, though it can also be used to access data in non-relational sources.