feature of ADO.Net
Answers were Sorted based on User's Feedback
Answer / srinivas shahukaru
ADO.net is a works on Disconnected achiteture .
| Is This Answer Correct ? | 22 Yes | 1 No |
Answer / sai
ADO.Net is works on disconnected architecture it is an
object oriented set of libraries that allows you to interact
with the data source.data retrieved will be through data set
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / kishore
ADO.net is a works on Disconnected achiteture .
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / tejas mer
ADO.Net provides the base classes to access the or deal with DataBase.
The classes or namespaces depends on the type of provider we are using (like Sytem.Data.SqlClient for SQL Sever or System.Data.Oracleclient) for Oracle...
It also contains few common classes like
DBConnection
DBCommand to establish connection and execute commands respectively..
Below are the list of the classes widly used from ADO.NEt
DataSet
SQLConnection
SQLCommand
SQLDataAdapter
DataTable
DataView
SQLDataReader
Few methods widly used
DataSet.AcceptChanges();
Dataset.RejectChanges();
DataReader.ExecuteNonQuery();
DataReader.ExecuteScalar();
DataReader.ExecuteReader();
DataAdapter.Fill(DataSet);
| Is This Answer Correct ? | 4 Yes | 0 No |
1.ADO.Net is a Technology which interacts with DataSouce in
Disconnected mode.
2.Multiple users can work on Single Database at a time,there
is no Network Traffic.
3.Mapping of Multiple tables through Ado.Net
4.Reduce the workload on Server.
5.But Slow in Speed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sandeep singh shekhawat
Ado.net is advanced of Ado it provide the direct connectivity with datastore without using OLEDB and ODBC driver.
ADO.net provide disconnected approch using DataAdapter object
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / harsh kagda
there r various new features added in ado.net like
1.optimized dataSet serialization
2.batch updates — Reduction in database roundtrips
3.Asynchronous Data Access
4.common provider model
5.bulk copy
6.enhancements to the dataset
7.data paging
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / reetesh kumar
Microsoft's ADO.NET heralded the introduction of a
disconnected mode of data access, enabling data exchange
even across process boundaries efficiently. This is in sharp
contrast to the earlier data access technologies with only
connected data access mode of operation. It should be noted
that ADO.NET supports both connected and disconnected mode
of data access. The introduction of ADO.NET has come as a
boon to the development community with excellent features
such as, seamless support for XML and support for connection
pooling, to name a few. This article introduces the reader
to newly added features to ADO.NET 2.0 and discusses how
they can improve the performance, scalability, and
maintainability of applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prashant shukla
ado.net provide a set of classes in which we connect our
frontend with backend
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / smiley
ado.net is both connection oriented architecture and
disconnected architecture..it is used for to retrive data
from back end to front end...
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is faster datareader or dataadapter?
Which method do you invoke on the DataAdapter control to load your generated dataset with data?
5 Answers IBM, Veegyapan Impacts,
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
What is disconnected data?
What is the provider and namespaces being used to access oracle database?
Which is the feature of ado.net?
Explain the difference between an ado.net dataset and an ado recordset?
i have two textboxes one for user name and another for password . i have a table name compare(which contains name,passwod etc.,)my doubt is how compare username textbox with name column and how compare password textbox with passwod column. i want the code
What is the difference between typed and untyped dataset?
Where do you store connection string ?
What is the provider being used to access oracle database?
What are the 3 major types of connection objects in ado.net?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)