what is ADO.NET

Answers were Sorted based on User's Feedback



what is ADO.NET..

Answer / anuj tyagi

ADO.Net is a class library provided by microsoft with
DotNet for database handling.
It provides classes for database connection, geting data
from database, handling transactions etc..

Is This Answer Correct ?    14 Yes 0 No

what is ADO.NET..

Answer / prajakta m

ADO.NET is a advanced interface provided by .NET to handle
the matters of databases. It includes database connection,
retrieval and manipulation of the data from varied data
sources like SQL Server, Oracle, OLEDB and ODBC.
It provides 2 architectures connected and discconnected.

Connected needs continuous open connection and disconnected
doesnt. In disconnected, DataAdapter takes care of opening
and closing the connection as and when needed

Is This Answer Correct ?    8 Yes 1 No

what is ADO.NET..

Answer / swapna

DotNet for database handling.
It provides classes for database connection, geting data
from database, handling transactions etc..

Is This Answer Correct ?    6 Yes 0 No

what is ADO.NET..

Answer / sambhav yadav

ADO.NET is part of .NET framework architecture. It is a
model used by .NET application to communicate with a
database for retrieving, accessing and updating data

Is This Answer Correct ?    6 Yes 0 No

what is ADO.NET..

Answer / akanksha mishra

It is an interface between frontend and backend.It has
many classes to communicate database.

Is This Answer Correct ?    5 Yes 2 No

what is ADO.NET..

Answer / anuradha tyagi

Ado.net is a technology.using this we can communicate with
frontend to backend.it having two coponent datareader and
dataadapter .DataReader is work only forwardonly and
readonly.It's for connectedmode only.DataAdapter only for
DisConnected mode.DataAdapter fill all the record in
DataSet.

Is This Answer Correct ?    2 Yes 0 No

what is ADO.NET..

Answer / eswar

ADO.NET is part of .NET framework architecture. It is a
model used by .NET application to communicate with a
database for retrieving, accessing and updating data

Is This Answer Correct ?    1 Yes 0 No

what is ADO.NET..

Answer / sunil yadav

ADO.NET is an object-oriented set of libraries that allows you to interact with data sources. Commonly, the data source is a database, but it could also be a text file, an Excel spreadsheet, or an XML file. For the purposes of this tutorial, we will look at ADO.NET as a way to interact with a data base.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

WHICH IS THE BEST INSTITUTE FOR DOTNET REAL TIME PROJECT TRAINING

21 Answers   ABC, Cap Gemini, Comspark,


what is use of entity container?

0 Answers   Microsoft,


what is conceptual model?

0 Answers   Microsoft,


Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?

0 Answers  


What is shadowing?

6 Answers   IBM,






how many ways for pass the parameters in the fuction in c#

4 Answers  


What is the advantage of using asp.net routing?

0 Answers  


What is the difference between structures and enumeration ?

1 Answers  


Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?

0 Answers  


What is the version number for the next version of the .net framework, codenamed �orcas�?

0 Answers  


what is lazy loading in entity framework?

0 Answers   Microsoft,


How do you handle variable number of segments in a route definition?

0 Answers  


Categories