what is ado.net
Answers were Sorted based on User's Feedback
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 |
Answer / durai
ado.net means activex data object.it is used to connect
data base
| Is This Answer Correct ? | 8 Yes | 1 No |
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 |
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 |
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 |
Answer / smriti
ado.net basically provides the connectivity to the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
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 |
Define cache? : Dot net architecture
What is the purpose of cache? How is it used? : Dot net architecture
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is cache coherency and how is it eliminated? : Dot net architecture
how to change row background color in gridview
what is stage management ? (ASP.NET)
What is Com Callable wrapper?when it will created?
Explain about .net garbage collector?
Explain difference between machine config vs. Web config? : .NET Architecture
What is gui programming? : .NET Architecture
server.transfer limitation ?
What is the access level of the visibility type internal?