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
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What are the namespaces used in asp.net mvc? : asp.net mvc
What is different in .net 1.1 and .net 2.0?
What is ascx?
What are the different authentication modes in asp.net?
What is different authentication mechanisms used in ASP.NET?
What is the difference between stored procedure vs function?
How can we access static variable?
How long should a session id be?
Is post back in asp.net?
How is mvc different from asp.net? : Asp.Net MVC
What is server side in asp.net?
What is css and what is it used for?
What is data cache in sql server?
What is the Intermittent crashing of application in production?