Difference between Dataset and DataReader ?
Answer Posted / satish
The DataSet consists of a collection of DataTable objects
that you can relate to each other with DataRelation
objects. A DataSet can read and write data and schema as
XML documents..The DataReader object is the ADO.NET
counterpart of the read-only, forward-only default ADO
cursor
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is razor? : asp.net mvc
What does clearing cache?
What is the default authentication mode for asp.net?
What is syntax code to send email from an asp.net application?
What is the difference between CC and BCC?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What is globalization and localization in asp net?
Can you dynamically assign a Master Page?
Give 2 examples for scenarios when routing is not applied?
Explain the path instructions in xaml?
What are sessions in asp net?
What is the difference between dispose() and finalize()?
What is Dynamic Web and discuss its usage with the help of real life examples?
What do you understand from custom control?
What do you mean by caching in asp.net?