What is the key feature of ADO.NET compared to ADO ?
Answer Posted / salahuddin ahmed
Unlike ADO, ADO.NET contains dataset object which acts in a
disconnected mode.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the use of ADO.NET and XML web services?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What are the difference between readonly vs. Const?
What is an orm, and why would you use one instead of plain old ado.net?
What is the difference between sqldatareader and sqldataadapter?
What is the difference between SqlCommand and SqlCommandBuilder?
What are all the classes that are available in System.Data Namespace?
How do you update database through dataset?
What is ado.net and its architecture?
What are the classes in System.Data.Common Namespace?
Describe the command object and its method.
Which namespaces are used for data access?
What is the advantage of ado.net?
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?
How to enable and disable connection pooling?