Connection Pooling in .NET/SQL Server?

前端 未结 5 1786
有刺的猬
有刺的猬 2020-12-17 18:25

Is it necessary or advantageous to write custom connection pooling code when developing applications in .NET with an SQL Server database? I know that ADO.NET gives you the

5条回答
  •  自闭症患者
    2020-12-17 18:57

    Well, it is going to go away as the answer to all these questions will be LINQ. Incidentally, we have never needed custom connection pooling for any of our applications, so I am not sure what all the noise is about.

提交回复
热议问题