Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?
Answer Posted / siddarth
dataset is nothing but in memory database for client
application.
Dataset supports bidirectional navigation and it supports
purely disconnected architecture with xml integration.
it supports plat form independency.
The above are all not supported by recordset.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the namespace classes used in asp.net mvc? : asp.net mvc
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is difference between session and application in asp net?
Can you explain autopostback?
When should I use server transfer and response redirect?
Mention few asp.net validators.
What is the purpose of using MVC programming pattern in ASP.NET?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is the difference between session and viewstate in asp.net?
Describe Segmentation With Paging?
Define viewstate in .net?
How we implement web farm and web garden concept in asp.net?
Is there any alternative to avoid name collisions other then Namespaces?
What are the disadvantages of asp.net?
What is the difference between session and application?