Features and disadvantages of dataset ?
Answer Posted / ashbin
DisAdvantages:
1.Data is loaded into DataSet if other Client will update
the data same time in DBServer the updated Data will not
reflect automatically in DataSet.
2.Slower in comparision to DataReader
Advantages:
1.No network Traffic while communicating DBServer.
2.Mapping of Mutiple tables in DataSet make ,Relations
also.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are query strings used for?
How can you apply a theme to your asp.net application?
What is the maximum number of classes that can be contained in one dll file?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What is the use of web.config file?
Why viewstate is used in asp.net?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
What is a web farm?
What are the different types of sessions in asp.net?
State differences between MVC and WebAPI
What's the ASP.Net Application life cycle?
Explain the difference between response.redirect vs server.transfer
What is the use of express session?
What are the different method of navigation in asp.net?