Blogs

Attaching upload files to a record.

One of our applications has a page for our users to report bugs.  We wanted to allow them to...

Formatting Dates

I was having a lot of code that looked like the following:...

Release Manager for Subversion

Getting close to being done my release manager. I got the video done, it can be seen here:...

Another Place to Put the Connection String

Another way to store your connection string in a way that it doesn’t get in the way when you...

Generate Save Stored Proc from Table

Part of my pattern during development is to:    1. create a new table  ...

Generate Data Access Layer Methods From Stored Procs

Part of my pattern during development is to:    1. create a new table  ...

Reporting when Logging only the start and end of an outage condition

In a previous post I had a system to only log the start and end of an outage condition.  To...

SET ANSI_NULLS OFF

We found an issue with some of the older scripts having SET ANSI_NULLS OFF and this causes...

Log only the start and end of an outage condition

We have an asp.net page that auto refreshes every 8 seconds using   <meta...