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
What are the various methods provided by the DataSet object to generate XML?
What connected data?
What is ado object model?
What are the features of ado.net?
What is the role of the dataset object in ado.net?
What are the objects of ado.net?
Some important instruction regarding ADO.NET connection string ?
What are the data access namespaces in .NET?
What does sqldatareader return?
Explain the basic use of "dataview" and explain its methods.
How to create dynamic gridview?
What are the ado.net components?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
How to add an aggregate column?
What are all the commands used with Data Adapter?