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!
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!
Updated Mar 14, 2019
Version 2.0Jose_Manuel_Jurado
Microsoft
Joined November 29, 2018
Azure Database Support Blog
Follow this blog board to get notified when there's new activity