Explain diff. Betn dataset and recordset?



Explain diff. Betn dataset and recordset?..

Answer / Siddharth Chaudhary

A Dataset in .NET represents an entire database or a part of it, including tables, views, queries, relationships, and constraints. It acts as a disconnected cache of data with a tree-like structure. A Recordset, on the other hand, is a cursor-based interface provided by ADO.NET for navigating through the result set of a query. While both are used to work with database data, datasets provide more functionality and are more efficient in handling complex data structures.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is protected configuration?

1 Answers  


What are the validation controls available in ASP.NET?

1 Answers  


where should write the connection string Show that it will apply whole pages in the website

5 Answers   Symco,


What language is asp.net written in?

1 Answers  


What is role-based security?

1 Answers  


What are different ASP.NET Web Forms with the technology different from though ASP (1.0-3.0)?

1 Answers   Siebel,


when the user control event occur in ASp page life cycle?

3 Answers   Microsoft,


what are the application layers for a distribute application?

0 Answers   Mind Tree,


In a Repeater control how one can provide an alternating color scheme ?

1 Answers   Siebel,


what is the MSIL assembler do?

1 Answers  


what is publisher?

1 Answers   Microsoft,


how to create textboxes dynamically and insert textbox text into sql database

2 Answers   AGiSAC,


Categories