What is the key feature of ADO.NET compared to ADO ?
Answer Posted / 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 |
Post New Answer View All Answers
How will you fill the gridview by using datatable object at runtime?
What is the difference between executequery and executenonquery?
How to enable and disable connection pooling?
Why do we serialize data?
Explain ado.net features?
Why do we need ado.net?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
Describe datareader object of ado.net with example.
What is Data view?
Which is the best method to get two values from the database?
Do we use stored procedure in ADO.Net?
Explain how to pass multiple tables in datasets simultaneously?
What is the use of ADO.NET and XML web services?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?