explain ado.net

Answers were Sorted based on User's Feedback



explain ado.net..

Answer / surendra

ADO.NET provides consistent access to data sources such as
Microsoft SQL Server, as well as data sources exposed
through OLE DB and XML. Data-sharing consumer applications
can use ADO.NET to connect to these data sources and
retrieve, manipulate, and update data.

ADO.NET cleanly factors data access from data manipulation
into discrete components that can be used separately or in
tandem. ADO.NET includes .NET Framework data providers for
connecting to a database, executing commands, and retrieving
results. Those results are either processed directly, or
placed in an ADO.NET DataSet object in order to be exposed
to the user in an ad-hoc manner, combined with data from
multiple sources, or remoted between tiers. The ADO.NET
DataSet object can also be used independently of a .NET
Framework data provider to manage data local to the
application or sourced from XML.

Is This Answer Correct ?    4 Yes 0 No

explain ado.net..

Answer / ranjan

ADO.NET is a set of libraries[assemblies] provided with .NET towords different types of data communication.
The core library of ADO.NET is system.data.dll

Is This Answer Correct ?    2 Yes 0 No

explain ado.net..

Answer / deepak baldia

ADO.NET is activeX data object.
It is used to connect the database.
it is in two forms connected and disconnected.
its provides xml support.
It speed is fast tha that older ADO

Is This Answer Correct ?    1 Yes 0 No

explain ado.net..

Answer / jj

ado.net is new data access technology it is disconnected
architecure i.e there is not necessary to connect database
always whenver it requires data that time only connects


basically the library of ado.net is system.data

its uses connection , command , data reader, data adapter,
dataset

Is This Answer Correct ?    0 Yes 0 No

explain ado.net..

Answer / michael jerold

ado.net has connected archtecture and disconnected arcitecture
base class is system,data.sqlclinet.


It has some data provider:

command object
connection object
dataadapter
datareader
dataset

Is This Answer Correct ?    0 Yes 1 No

explain ado.net..

Answer / merinkmathew

dataset and datareader

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between appsetting and connectionstring tags in web.config file

2 Answers   HCL, TCS,


What is query string in asp.net?

0 Answers  


What is AutoEventWireup attribute for ?

0 Answers  


Explain the advantages of passport authentication.

0 Answers  


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  


• What are HttpHandlers? • What are HttpModules?

2 Answers  


What is manifest in .net framework?

0 Answers  


best .net institute in hyderabad

7 Answers  


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

0 Answers  


Explain the server control events of asp.net ?

0 Answers  


What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.

2 Answers   Polaris, Syntel,


Explain how cookies work. Give an example of cookie abuse.

0 Answers  


Categories