Resource management in ADO.NET includes handling of connections, ___________, and other database-related resources.
- Indexes
- Queries
- Transactions
- Views
In addition to managing connections, ADO.NET also involves handling transactions, which are sets of operations that are treated as a single unit of work. Proper transaction management ensures data integrity and consistency in the database.
Loading...
Related Quiz
- Explain how Entity Framework handles database migrations and versioning.
- LINQ provides a unified and concise way to query and manipulate ___________ data.
- What are the common strategies for handling data conflicts in ADO.NET?
- Which ADO.NET class or object is commonly used to create parameterized queries?
- Which LINQ operator is used to filter elements in a sequence based on a specified condition?