What is the key feature of ADO.NET compared to ADO ?
Answers were Sorted based on User's Feedback
Answer / salahuddin ahmed
Unlike ADO, ADO.NET contains dataset object which acts in a
disconnected mode.
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sure venkata praveen
ADO.NET will supports Connected & Disconnected architectures but ADO Supports Only Connected Architecture but does not support Disconnected Architecture
Is This Answer Correct ? | 0 Yes | 0 No |
What?s the role of the DataReader class in ADO.NET connections?
What are the advantages and drawbacks of using ado.net?
Why is ADO.NET serialization slower than ADO ?
Which method in OLEDBAdapter is used to populate dataset with records?
Explain the basic use of "dataview" and explain its methods.
Which is faster ado.net or linq?
What two types of data providers does ADO.NET supply? What determines which one you should use?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is the default view of Data Grid?
What are the types of databinding?
How to fetch the last inserted record in a particular table?
10 Answers CarrizalSoft Technologies, Microsoft,
How is it possible to get 2 tables of data at a time by using data reader?