Differentiate an ADO.NET Dataset and an ADO Recordset with
its functionality?
Answer Posted / lalit
ADO.NET Dataset clould be defined as the combination of ADO
+ XML and ADO.NET supports disconnected architecture fully.
where as ADO Recordset doesnot fully support disconnected
architecture
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the built-in objects in asp.net?
Can you explain the basic use of dataview?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What is the significance of ASP.NET routing?
How can you make sure that web api returns json data only?
Is asp.net still used?
If you are using components in your application, how can you handle exceptions raised in a component?
Why we use content place holder in asp.net?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Explain how to prepare culture-specific formatting in .net.
What is session state server?
What is asp.net with mvc? : Asp.Net MVC
Apart from IDE what are the enhancements in asp.net 2.0?
What is server side session management?
How does asp net store session ids by default?