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
Can I have a unique key as foreign key?
What does the hotspot class in .net do?
What are session state modes?
What is a Cookie? Where is it used in ASP.NET?
How does u call and execute a sp in .net?
Is it true that a Web service must be written in .NET or not?
What is class and object in asp.net?
How do I know asp.net mvc version? : Asp.Net MVC
What is the difference between mechine.config and web.config?
What is inproc and outproc?
What is a postback in asp net?
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Explain the difference between Web Garden and Web Farm?
What is ispostback property?
How information about the user's locale can be accessed?