Does Entity Framework use database connection pooling? and is it by default?
- by bashmohandes
I have been searching for a while about how EF utilizes connections to SQL Server DB, and whether it is using Connection pools under the hood, but I couldn't find any details about that.