What are the two fundamental objects in ADO.NET?
Answer Posted / satyambabu
two fundamental objects in ADO.NET
Datareader:- connected architecture
and
Dataset :-disconnected architecture
| Is This Answer Correct ? | 46 Yes | 5 No |
Post New Answer View All Answers
What is XML serialization
What is the usage of the dataset object in ado.net?
What is disconnected architecture in ado.net?
How is it possible to get 2 tables of data at a time by using data reader?
What is ado.net connection?
What are all the different authentication techniques used to connect to MS SQL Server?
How to find the given query is optimised one or not?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
Where is adodb dll located?
What is meant by executenonquery?
What is the use of SqlCommand object?
How to maintain the relation between two tables in ADO.NET?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
How can we serialize the dataset object?
What is disconnected scenario in entity framework?