What are the two fundamental objects in ADO.NET?
Answer Posted / apuroop
DataSet
DataReader
Dataset is disconnected archtecture
Data Reader is Connected Architecture
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Which architecture does Datasets follow?
How to Read, Add, Update and Delete record in Entity Framework ?
What is the role of the dataset object in ado.net?
What is difference between sqldatareader and sqldataadapter?
Can we load multiple tables in a dataset?
What is commandbuilder in ado.net?
describe the dataset object in ado.net.
If we are not returning any records from the database, which method is to be used?
Does entity framework use ado.net?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What are the advantages and drawbacks of using ado.net?
What is executequery?
What is ado.net and its architecture?
What is ado.net objects?
What are all components of ADO.Net data provider?