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 |
What is .net mobile forms? : Microsoft dot net mobile
Explain difference between machine config vs. Web config? : .NET Architecture
Explain the purpose of cache? How is it used? : .NET Architecture
What is difference between .net and visual studio?
What are the main Tools to develop .Net Application?
What is cache coherency and how is it eliminated? : Dot net architecture
Explain the difference between state server and sqlserver : Dot net architecture
1. How to restrict a class from allowing to create only one object. I.e., one should be allowed to create only one object of the class type.
1 Answers 247Customer, FinEngine, TCS,
Explain about the base class library provided by microsoft.net?
how to change the title of my window?
How can I create a application?
what are constructors and destructors