Which are the two things you need to take care of in your ASP.Net application to take advantage of connection pooling

Question:Which are the two things you need to take care of in your ASP.Net application to take advantage of connection pooling

1.You need to set the Pooling property of the Connection object to True

2.You need to use the same exact connection string whenever you open a database connection

3.You need to call the ReleaseToPool(. method after the connection is closed

4.none


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!