ADO.NET provides a way to interact with databases using ________.
- Classes and Methods
- Data Access Objects
- Data Providers
- Object-Relational Mapping
ADO.NET relies on Data Providers to interact with databases. Data Providers include classes and methods for connecting to, querying, and manipulating data in various database management systems (DBMS).
Loading...
Related Quiz
- What are some common list controls used in ADO.NET for data binding purposes?
- In LINQ to Entities, what is the primary purpose of the DbContext class?
- What is the purpose of the Connection Pooling feature in ADO.NET?
- The use of ___________ can help in caching query results and improving query performance.
- In ADO.NET, how do you access child rows related to a parent row in a hierarchical dataset?