Difference between Dataset and DataReader ?

Answer Posted / kamlesh sharma

The DataSet consists of DataTable objects
that you can relate to each other with DataRelation
objects (and dataset is disconnected data model)

The datareader is connected model(connection must be open
while operation performs)
and it is state forward read only counter part of ADO.net

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

502


Explain the function of new view engine in asp.net? : asp.net mvc

506


Explain the benefits of viewstate?

572


What are strong names?

579


What is a server cookie?

491






How do you declare static variable?

555


What are the main requirements for caching?

526


List the asp.net validation controls?

521


What is an il?

550


Explain what is an assembly?

549


How are sessions stored?

526


What are the different validators in asp.net?

554


what are the events raised in asp.net page life cycle?in which stage view state can be loaded?

544


Are xaml file compiled or built on runtime?

549


What is session mode in asp.net?

513