15
Reply

What is ADO .Net?

Sandeep Kumar

Sandeep Kumar

Mar 21, 2015
1.5k
0

    ADO means Activex Data Object . i.e. provide bridge connection between Backend (Database )To Front end(Applications).

    Vijay Kumar
    September 06, 2015
    1

    Activex Data Object(ADO) is used to communicate programmatically with database or xml. .Net provides following namespaces to work with ado.net System.Data.dll; System.Data.SqlClient; System.Data.OracleClient We have following ado.net classes Connection class with open and close methods. Command class with ExecuteNonQuery, ExecuteScalar and ExecuteReader methods. DataReader, DataAdaptor and DataSet so on..

    sridhar thota
    May 24, 2015
    1

    Ado stands for activex data object which is mediator between Front end and back end.

    Sandeep Kumar
    March 21, 2015
    1

    http://dotnet-munesh.blogspot.in/2013/12/adonet.html

    Munesh Sharma
    May 31, 2016
    0

    ADO.NET(ActiveX Data Object) ------------------------------------------- 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: Contains a number of classes that provide you with various methods and attributes to manage the communication between your application and data source. Enables you to access different data sources, such as Microsoft SQL Server, and XML, as per your requirements. 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. 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.

    Rafnas T P
    January 08, 2016
    0

    ADO .Net is bundle of Classes which use to execute the query in back end which has written in Front end

    Sandeep Kumar
    September 07, 2015
    0

    ADO .Net is a Data Access Technology. It will works as a mediator between front end application and database server.

    Srinivas Pabballa
    August 27, 2015
    0

    It is a middleware software that can be used to connect to front-end to backend application..

    Swapnil Mache
    August 07, 2015
    0

    Techniques to establish connection between front end and back end.

    Srikanth Reddy
    July 11, 2015
    0

    ActiveX Data Object .net used for make the connectivity between the Front end to Back-end in the Visual Studio. .Net provides various namespaces for work in the ADO.NET

    Yatendra Sharma
    July 08, 2015
    0

    ADO stands for Activex Data Object, which can used for interacting with Databases through either connected or disconnected architecture. Ado.Net is a bridge/inermediate between front end to database.

    Ado.net is a microsoft technology used for interacting with the 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.

    Manoj Bhoir
    May 17, 2015
    0

    its intermediate between Front end to your Database. ADO.NET provides a rich set of components for creating distributed, data-sharing applications. It is an integral part of the .NET Framework, providing access to relational data, XML, and application data. ADO.NET supports a variety of development needs

    Thavaselvan P
    April 29, 2015
    0

    http://dotnet-munesh.blogspot.in/2013/12/adonet.html

    Munesh Sharma
    April 16, 2015
    0