What are the Features and disadvantages of dataset
Answer Posted / Sachin Kant Siddharth
The Dataset is a component in ADO.NET used to store tabular data (rows and columns). Its features include: Provides a disconnected architecture, Allows for complex relationships between tables, Supports XML serialization, and Provides strong typing. However, the disadvantages of using Datasets are: They consume significant memory, Result in slower performance due to their size, Can be difficult to debug, and Are not suitable for large datasets.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers