Home of Alex Thissen

All of the things I like to share

Browse Site by Tags

Showing related tags and posts across the entire site.
  • 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: ADO.NET 2.0, .NET FX 2.0, SQL Server
  • Developer Days 2006 slides and demos

    Here are the slides and demo code to my DevDays 2006 presentation "ASP.NET 2.0 Black Belt". Make sure you check the hidden slides as well. There's some nice extra info on them. Also, if you visited my talk on the first day, notice the updated slide on the architecture of Query Notifications. I'll explain...
    Posted to Alex Thissen Weblog Build 1.15.10.1971 by Alex Thissen on 03-09-2006
    Filed under: Conferences, ASP.NET 2.0, Community, SQL Server
Page 1 of 1 (20 items)
Powered by Community Server (Commercial Edition), by Telligent Systems