Does ADO.NET supports automatic connection pooling?

 Posted by Virendradugar on 11/5/2009 | Category: .NET Framework Interview questions | Views: 4995
Answer:

Yes.

There is a pooling property with connection string. By default it is set to true.
Use this property to specify that a particular connection should not participate in the pool, but instead should be destroyed when it is closed.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response