As known, connection pooling is an inbuilt feature of ADO.NET that internally caches open database connections to serve for later requests. While the need to manually clear the connections in the pool may not really arise, .NET 2.0 gives you a knob to...