Answer Posted / tahir
The DataReader object is the ADO.NET counterpart of the read-only, forward-only default ADO cursor. The DataSet is a container that can be programmatically filled with static snapshot of data. In this sense, it can be seen as a repository of disconnected recordsets. There's no Recordset component in the ADO.NET object model, but the DataTable object is the .NET double of a disconnected recordset.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is ado.net explain with diagram?
Why do we serialize data?
How to create dynamic gridview?
Some important instruction regarding ADO.NET connection string ?
Define data access layer?
What is a serialized object?
What is microsoft ado.net?
What is connected architecture in ado.net?
Difference between sqlcommand and sqlcommandbuilder?
What are the differences between OLEDB and SQLClient Providers?
What is the executescalar method?
Explain the architecture of ado.net?
Is ado.net an orm?