feature of ADO.Net

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we add/remove row's in "datatable" object of "dataset"?

545


Explain all the classes those are used for database connections between sql server and asp.net?

511


What is a dataview?

539


What is DataReader Object?

598


What is a datagridview?

522






What does executenonquery () method return?

504


What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

540


Explain what is datagrid with an example?

592


What are the drawbacks of using ado.net?

547


What is the use of data grid?

497


What are the connected and disconnected modes in ado.net?

497


What is difference between sqldatareader and sqldataadapter?

495


What is the difference between Response.Expires and Reponse.ExpiresAbsolute?

548


What is the difference between sqlcommand and sqldataadapter?

506


What is ambient transaction?

510