Does Entity Framework use database connection pooling? and is it by default?

Posted by bashmohandes on Stack Overflow See other posts from Stack Overflow or by bashmohandes
Published on 2010-05-17T07:14:55Z Indexed on 2010/05/17 7:20 UTC
Read the original article Hit count: 212

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.

© Stack Overflow or respective owner

Related posts about entity-framework

Related posts about ADO.NET