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!