what is ado.net

Answers were Sorted based on User's Feedback



what is ado.net..

Answer / narendra chary

1. Ado.net is an object library to communicate with datasources
2. Ado.net is maintained under system.data namespace
3. Ado.net objects are connection, command, dataset, datareader
4. Ado.net has two types of architecture connection-oriented
and disconnected architecture.
5. connection oriented architecture is the datareader and
disconnected architecture is the dataset.

Is This Answer Correct ?    12 Yes 0 No

what is ado.net..

Answer / durai

ado.net means activex data object.it is used to connect
data base

Is This Answer Correct ?    8 Yes 1 No

what is ado.net..

Answer / ranjana tyagi

ado.net is a collection of classes.It supports a
dissconnected architecture.

The ado.net arc contains------


datareader,dataadapter,connection,command
and dataset.

here dataset contains collection of datatable(collection of
datarow,datacolumn).

Is This Answer Correct ?    4 Yes 2 No

what is ado.net..

Answer / nazrul.nazi

Ado.net is technology which is used in Asp.Net for Connection
with databases.it used for Both Connectionless or connected
mode.

Is This Answer Correct ?    2 Yes 1 No

what is ado.net..

Answer / nagarjunareddy.sannapareddy

ado .net is a object library which is used to communicate
with database
using this ado.net we can develop client-server architecture

Is This Answer Correct ?    0 Yes 0 No

what is ado.net..

Answer / smriti

ado.net basically provides the connectivity to the database.

Is This Answer Correct ?    0 Yes 0 No

what is ado.net..

Answer / venkat

It is a Disconnected architecture,data is retrieved from
database and cached on your local machine and manipulations
can also be performed on database.

Is This Answer Correct ?    2 Yes 3 No

what is ado.net..

Answer / sreenivas kalluri

ADO .Net is Active Data Object which acts as a bridge
between data base and data set for transfering data.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Dot Net AllOther Interview Questions

I am working with asp.net 2005 and Crystal report 10. I have an image field on my dataset to show on Crystal report.And the image is shows dynamically from database in image field of CR. The image field is showing well on my Crystal report on its first page with all other data but when i click to open second page of CR,it does not show any data on that.I found that this is because of adding the image field on crystal report. Because when i remove the image field from the CR then it will run both the pages of CR. I am using the Page Load event to bind CR data with Database. And i have already check with the Init event to bind CR , but it still not shows the data on second page when i use image field on that. Please give solution for that.....

0 Answers  


Can you explain scriptmanager control?

0 Answers  


what is inheritancy where u required ?

0 Answers  


What is textbox control of .net mobile? : Microsoft dot net mobile

0 Answers  


What is .net mobile lists. Explain with an example? : Microsoft dot net mobile

0 Answers  






data types used in validation control

0 Answers   PCS,


There are so many languages are already existing for developing application.Then what is the need of .net.

1 Answers  


What is Video Streaming in .net??

0 Answers   Infosys,


how u maintain data while navigating one page to another?

2 Answers  


2. What type of code (server or client) is found in a Code-Behind class?

1 Answers  


What is the difference between l1 and l2 cache? : Dot net architecture

0 Answers  


What is cache coherency and how is it eliminated? : .NET Architecture

0 Answers  


Categories