What are the advantages of using connection pooling in ADO.NET?
- Enhanced security, Improved performance, Simplified debugging, Increased reliability
- Enhanced security, Simplified debugging, Easier maintenance, Faster deployment
- Improved performance, Reduced overhead, Better scalability, Increased reliability
- Reduced overhead, Better scalability, Easier maintenance, Faster deployment
Connection pooling in ADO.NET improves performance by reusing connections, reducing overhead by eliminating the need to create a new connection for every request, enhancing scalability by efficiently managing connections, and increasing reliability by avoiding connection leaks.
Loading...
Related Quiz
- What is deferred execution in the context of LINQ to Entities?
- The LINQ to Entities query syntax resembles ___________ SQL.
- LINQ to Entities allows developers to write queries using ___________ syntax.
- Setting the Nested property of a DataRelation to ___________ enables multi-level hierarchies.
- To enable sorting or paging in the Repeater and DataList controls, developers often use _________.