Lesson Learned #38: Which is the impact using connection pooling in my application
Published Mar 13 2019 07:00 PM 2,086 Views
First published on MSDN on Mar 30, 2018
In this video in Spanish and English we are going to show you an example about which is the impact to use or not connection pooling , using a C# application.

As probably you know connection pooling is a special connection cached, that is enabled by default using ADO .NET  with a maximum capacity, by default, of 100 concurrent connections.

Using connection pooling we will have an improvement in the time spent in every connection attempt made to our Azure SQL Database.

Enjoy!
Version history
Last update:
‎Mar 13 2019 07:00 PM
Updated by: