Answer Posted / 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 |
Post New Answer View All Answers
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What are dataproviders?
List the 4 common ado.net namespaces?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
How to maintain the relation between two tables in ADO.NET?
How is entity framework different from ado.net?
What are the types of databinding?
Explain why edit is not possible in repeater?
What is the full form of ado?
Do you use stored procedure in ado.net?
What are the 3 major types of connection objects in ado.net?
Define data access layer?
How do you merge 2 datasets into the third dataset in a simple manner?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
How to store data in memory?