Difference between datareader and dataset?
Answer Posted / vikas choudhary
Data Reader is faster then dataset as Datareader is a
direct method of fetching data where as dataset is indirect
method. Dtatset take data from data adapter
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is linq and entity framework?
What is the current version of entity framework?
Can datareader hold data from multiple tables?
How is entity framework different from ado.net?
What is Serialization in .NET? what are the types of Serialization?
What is difference between entity framework and ado.net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What are the benefits of using of ADO.NET in .NET 4.0?
What is full form of ado?
What is sqlconnection and sqlcommand?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is the provider being used to access oracle database?
How to find the given query is optimised one or not?
What is aggregating data ?
Which is better ole db or odbc?