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 is ASLM?
Differentiate between early binding and late binding.
Can we add code files of different languages in app_code folder?
What are the asp.net server side objects?
Explain the code Access Security (CAS) in .net Framework?
How can we create custom controls in asp net?
What is HTTPModule and HTTPcontext? What is the use of each?
Define a multilingual website?
What is ispostback property?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is a 307 redirect?
Explain login controls.
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Whats the difference between abstract factory pattern and factory pattern?
Which is better asp.net or php?