Answer Posted / ponvanaraja
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.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is custom attribute?
What are the HTML server controls in ASP.NET?
Differentiate between early binding and late binding.
How to display Alert in ASP.NET
What is the use of placeholder control?
In order to get assembly info which namespace we should import?
What is the usie of activex control in .net?
What is DataGrid wheater its a Server Control or something else ?
Name the tools or API for developing or testing web api?
Can you explain page lifecycle in net?
Explain Areas in MVC?
What is the full meaning of asp.net?
How many types of session state management options available in asp.net?
What is master page in dtp?
Can you explain the importance of finalize method in .net?