Answer Posted / dilip singh
A Dataset is a in memory representation of a collection of
Database objects including tables of a relational database
scheme. The dataset contains a collection of Tables,
Relations, constraints etc.,
It can be used for manipulating the data remotely and
finally updating the database with the modified data. This
way it enables disconnected means of working with data. This
improves performance
in terms of reducing the number of times a database is
accessed for data manipulations.
The dataset contains all the objects as a Collection of
objects. For example it contains the Database Tables as
DataTable objects. The data from the database is filled into
the dataset by using the DataAdapter.
All the related classes like DataSet, DataAdapter,
DataTable, DataRow etc are available inside the System.Data
namespace. This namespace can be used as follows:
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Can we create a multiple user simultaneously ?
Explain the difference between inline and code behind - which is best in?
Where is the session stored?
What is base class of button control in .net?
What is a 1x1 pixel?
What is session start?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What is the difference between visual basic and asp.net?
Is oauth for authentication or authorization?
Explain server-side scripting?
Can you change a Master Page dynamically at runtime?
List of words of preprocessor in .net?
What is a pixel url?
What is csrf attack in asp.net?