Features and disadvantages of dataset ?
Answer Posted / kannan
Features:
DataSet is XML oriented, so serailization is possible.
Disconnected architecture.
Disadvantages:
Occupies more space. Because Column and its collection, Row
and its collection, Constraint collection.
If not for updating database after modification than avoid
using dataset.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Difference between overriding and overloading?
What is viewstate? What does the “enableviewstate” property do?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is rending process in ASP.NET?
What is the size of Get method and how much data it can store?
Which .NET framework supports Web API?
How do http sessions work?
What are the Types of object in asp
What is the difference between a page theme and a global theme?
Distinguish between Server-side and Client-side code with its functionality?
What are the ways of preserving data on a Web Form in ASP.NET?
What is a gridview in asp.net?
How many languages are supported by .NET at present time?
What is user control in asp.net?
Explain difference between friend and protected friend?