Select from following answers:- Scalability
![](/images/correct.gif)
- Data source and dataset independence
- Strong typing
- All Above
Scalability---> The disconnected nature of ADO.NET means users spend less time connected to the database, allowing more users to work with the same data.
Data source and dataset independence---> The dataset in ADO.NET is completely separate from the data source. This means it's not limited by the source's functionality, and a change in the data source shouldn't require much change in the code used to access it.
Strong typing---> ADO uses the Variant type as standard, because it was the only type understood by scripting languages, but this type is memory intensive. ADO.NET allows strong typing, which means the compiler will detect type mismatches.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator