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
How to retrieve the user id which is provided while windows authentication?
What is ole data type?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is ado.net in vb net?
What is connected architecture in ado.net?
What is ambient transaction?
What is sql command in ado net?
What are all components of ADO.Net data provider?
Why do we use sqldataadapter?
What is ado net stands for?
List all the steps in order, to access a database through ado.net?
What is difference between datatable and dataset?
differences between ADO and ADO.NET
Which property is used to check whether a DataReader is closed or opened?
What is csdl entity framework?