Welcome!

Guy Smith-Ferrier

Subscribe to Guy Smith-Ferrier: eMailAlertsEmail Alerts
Get Guy Smith-Ferrier via: homepageHomepage mobileMobile rssRSS facebookFacebook twitterTwitter linkedinLinkedIn


Latest Articles from Guy Smith-Ferrier
Guy Smith-Ferrier's article, 'SqlClient Connection Pooling Exposed', Vol. 1, issue 12, generated a question from reader Angel Saenz-Badillos.
ADO.NET's SqlClient data provider for SQL Server supports connection pooling, which is enabled by default. It works well: when a connection is closed it is returned to the pool and reused later when another connection using the same connection string and context is created. The result ...