What is the difference between Dataset and DataReader? Can
u breif me ADO.net classes and architecture
Answer Posted / md irshad
1-data set like a container.it's follow the disconnected
architecture while data reader follow connected architecture.
2-data reader provide forward only and read only access to
data while data set object can hold more than one table from
the same data source.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write the .net syntax for 'for loop'?
What is the purpose of IClonable interface in .NET?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
What is a web service in .net?
Explain me what is the difference between a class and an object, and how do these terms relate to each other?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What is gac in .net?
What are the different types of Classes in .NET?
What is Entity Relationship Model in .NET?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
What does jit compilation do in .net?
What does stateless mean?
What is iis? Have you used it?
What makes .net core cross platform?
What exactly is being serialized when you perform serialization in .net?