What is a pre-requisite for connection pooling?



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

Answer / madduri

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

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is parameterized constructor?

0 Answers  


What is the system namespace?

0 Answers  


Can you prevent a class from overriding?

3 Answers  


Explain the difference between and xml documentation tag?

0 Answers  


If we inherit a class do the private variables also get inherited ?

6 Answers   TCS,






What is get set in c#?

0 Answers  


How do I unload an application domain?

0 Answers  


How do you inherit a class into other class in c#?

0 Answers  


If I have code like try { return; } catch { return; } finally { return; } from which block will the value will be returned. and try has been executed without any error.

6 Answers   Cap Gemini,


what is IDisposal interface,IComparable,IEquatable,IFormatable

0 Answers   Wipro,


What is parsing?

0 Answers  


Where does the dispose method lie and how can it be used to clean up resources?

2 Answers   TCS, Wipro,


Categories