SqlConnectionStringBuilder sets the Pooling property to true by default

Here is something that surprised me: SqlConnectionStringBuilder sets the Pooling property to true by default.

  1. Why would you not want it pooled by default?

  2. I agree that in general connection pooling is something desirable. But sometimes you don’t want to pay upfront (allocating system resources you don’t need) or suffer the pain when some applications don’t behave well.

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>