Can I use connection pooling with SQLDatasource?
问题 After reading documentation about Connection Pooling, I learned that ADO.NET uses Connection pooling by default. But the application that I am working with using SQLDatasource and I wonder if I can use Connection Pooling? If yes, is there a quick tutorial around? 回答1: My guess would be that it uses System.Data.SqlClient in turn so that as long as you use the same connection string, pooling will work. I think you can test it quite easily though. Just spawn up a bunch of these from code and