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
Can we have multiple web config files for an asp.net application?
Why cyclomatic complexity is important?
Differentiate between structure and class.
Is react a template engine?
What is the difference between Hash table and Array list?
Differentiate between client-side and server-side validations in web pages.
What’s the use of “GLOBAL.ASAX” file?
What is slidemaster?
What is the difference between globalization and localization?
What are the difference between function and stored procedure in .net programming language?
Why is asp.net so popular?
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What is & in a url?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
Define session in asp.net.