Home of Alex Thissen
All of the things I like to share
Sign in
|
Join
|
Help
Home
Blogs
Media
Wikis
Groups
All Tags
»
.NET FX 2.0
»
ADO.NET 2.0
(RSS)
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
SQL Server
Never-ending story of Close versus Dispose
Erno de Weerd recently posted a blog entry on how SqlConnection.Dispose removes the connection from the connection pool. He concluded this after looking in Reflector and seeing this: 1 protected override void Dispose( bool disposing) 2 { 3 if (disposing) 4 { 5 this ._userConnectionOptions = null ; 6...
Posted to
Alex Thissen Weblog Build 1.15.10.1971
by
Alex Thissen
on 12-19-2006
Filed under:
Filed under:
ADO.NET 2.0
,
.NET FX 2.0
,
SQL Server
Page 1 of 1 (1 items)