Blogs

Visual Source Safe to Subversion Conversion

Our experience with the Visual Source Safe to Subversion conversion. BACKGROUND Visual Source Safe...

Unexplained SQL Server Timeouts and Intermittent Blocking

We had a problem where our users would timeout for apparently no reason.  I monitored the SQL...

Time Zones and Performance

In one of the systems I work on, we have the problem of needing to track the different time zones...

Where to put the connection string

Machine.config is used for machine-specific items – thus the name. It never gets moved from...

GridView Sort Column Arrow Performance

I see code like the following a lot: Copy Text Copied Use a different Browser protected void...

Connection Pool Misconceptions

Below is the SQL to show how many connections are being used from my application. Copy Text Copied...

Checking All CheckBoxes in a GridView Using Client-Side Script

Given a GridView like the one below, I want to add the ability to check the check box in the header...