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 is ado and rdo?
What is read only and forward only in ado.net?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is a data control clerk?
What are the key events of sqlconnection class?
What is difference between dataset and datatable?
How is entity framework different from ado.net?
What are the Data providers in ADO.Net?
What are the advantages and disadvantages of using datalist?
Which parameter of ConnectionString is used to specify the name of the database?
What are advantages of microsoft-provided data provider classes in ado.net?
What is typed dataset ?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
Does entity framework use ado.net?
What is Dataset Object?