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
What is gridview in asp.net?
Differences between “dataset” and “datareader”.
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
When you use Ajax controls in the ASP.NET application?
What are custom controls?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is session mode in asp.net?
How to unit test Web API?
What is the use of placeholder control? Can we see it at runtime?
What is http response header?
Explain about solution explorer window?
What’s the difference between asp.net web forms and asp.net mvc?
How does cookies work in asp net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is asp.net introduction?