12
Reply

what is ado.net?

Naresh

Naresh

11y
2.3k
0
Reply

    ADO.NET is an Access Data Objects technology and it brings framework to provide smooth communication between databases to your applications. Application ------- ADO.NET----------DataBase and Application ----- ORM(Entity Framework, Dapper, MyBatis)----- ADO.NET ----- DataBase

    ADO.NET is a set of computer software components that programmers can use to access data and data services based on disconnected DataSets and XML. It is a part of the base class library that is included with the Microsoft .NET Framework.

    ADO.NET is intermediate language.Its connected to client side and server side

    ADO.NET provides consistent access to data sources such as SQL Server and XML, and to data sources exposed through OLE DB and ODBC.

    ado refers to ActiveX Data Object. It is used to create a connection between database and asp.net application.

    Full form is ActiveX Data Object .It is use for create a data connection with database ...........

    Ado.net is ActiveX Data Object which can access different data source like Sql,Ms sql,oracle .Ado.net provides different provider which is access the data from different data source such as odbc provider is used to access the EXCL, sqlclient provider is used to access the sql .....

    ADO.NET is an integration tool.used to connect .NET application with database like SQL/MySql/Oracle Database

    Ado.net is "active data object. Network enable technology" it has some feature. ADO.NET is an object-oriented set of libraries that allows you to interact with data sources. ADO.NET is a set of classes that expose data access services to the .NET programmer. ADO.NET is also a part of the .NET Framework. ADO.NET is used to handle data access. ADO.NET is entirely based on XML.

    ADO.NET is a very important feature of .NET Framework, which is used to work with data that is stored in structured data sources, such as databases and XML files. The following are some of the important features of ADO.NET: 1.Contains a number of classes that provide you with various methods and attributes to manage the communication between your application and data source. 2.Enables you to access different data sources, such as Microsoft SQL Server, and XML, as per your requirements. 3.Provides a rich set of features, such as connection and commands that can be used to develop robust and highly efficient data services in .NET applications. 4.Provides various data providers that are specific to databases produced by various vendors. For example, ADO.NET has a separate provider to access data from Oracle databases; whereas, another provider is used to access data from SQL databases.

    ADO.NET is a set of computer software components that programmers can use to access data and data services based on disconnected DataSets and XML. It is a part of the base class library that is included with the Microsoft .NET Framework. It is commonly used by programmers to access and modify data stored in relational database systems, though it can also access data in non-relational sources. ADO.NET is sometimes considered an evolution of ActiveX Data Objects (ADO) technology, but was changed so extensively that it can be considered an entirely new product.

    ado.net is a middleware technology,it act as a mediator between frondend technologies to backend technologies