Blogs
In one of our ASP.Net application we wanted to change where the AppSettings were stored from a...
Our experience with the Visual Source Safe to Subversion conversion. BACKGROUND Visual Source Safe...
We had a problem where our users would timeout for apparently no reason. I monitored the SQL...
In one of the systems I work on we have the problem of needing to track the different timezones that...
Machine.config is used for machine specific items – thus the name. It never get moved from...
I see code like the following a lot: protected void GridView1_RowCreated(object sender...
Below is the sql to show how many connection are being used from my application. declare @Database...
Given a GridView like the one below, I want to add the ability to check the check box in the header...
