Linq To Sql - Connection Pooling disabled by default?
When i add a new Linq To Sql file (.dbml) and drop the first entity in the
model, in the settings the default connection string created is:
Data Source=EST006\SQLEXPRESS;Initial Catalog=LinqToSqlDb;Integrated
Security=True;Pooling=False
Why connection pooling is turned off by default?
No comments:
Post a Comment