Interview Questions

What is a pre-requisite for connection pooling?

C# Interview Questions and Answers


(Continued from previous question...)

201. What is a pre-requisite for connection pooling?

Multiple processes must agree that they will share the same connection, where every parameter is the same, including the security settings. The connection string must be identical.

(Continued on next question...)

Other Interview Questions