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
Explain the process of serialization in .NET?
Which namespace is require to used XML in .NET?
Explain what is the difference between web application and enterprise application?
Explain what is a delegate?
Compare client server application with n-tier application
Tell about your technical profile ?
Show different types of collection in .NET?
How do you instantiate a complex number?
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
What are the challenging issues you have faced in implementation project/Maintainance project in .net Functionality? How you have overcome that issue?
Using com component in .net?
What is STA in .NET?
What is the use of immutability?
Explain clr, cts and cls?
How will you register com+ services?