Features and disadvantages of dataset ?
Answer Posted / dinesh sharma
Adv:
1)Dataset Is Disconnected Apporah
2)Dataset Is serialized Object
3)Dataset can contained More Then One Table
and We Can Done Any operation like relation ship
set,Primary Key ,retrive any colums.
Dis:
1) It is Slow then Datareader.
2) it is havey Object. so it take more space
3) Some Time it Will Not Satisafied The ACID Prop. Proprly
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Why is xap important?
What are the uses of reflection?
Is asp.net core faster?
Which object wraps the state or data of a user?
Which method is used to enforce garbage collection in .net?
Explain the difference between dataset and datareader.
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
How does session state work in asp.net?
What is difference between View State and Hidden Field in ASP.NET?
Explain MVC model binders?
Explain how does asp page work?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
From which base class all web forms are inherited?
What is application session?
Explain the difference between sql invalidation and sql notification.