Code Camps this weekend!

There are two code camps this weekend:

CMAP Code Camp in Maryland
Pittsburgh Code Camp in Pennsylvania

I will be speaking at the Pittsburgh Code Camp on Refactoring - a topic that is very dear to me.
Register now and come along to talk code.
 
We are hiring!  Do you want to write beautiful code in a Test Driven, [...]

Don’t miss the Nova Code Camp South this weekend!

The NoVa CodeCamp South v1 will be held on March 29th 2008 in Woodbridge VA.  The speaker schedule has been posted here.
 
I am presenting two sessions:
9:00-10:15:     Refactoring in C#

1:00-2:15:        Web Application Testing in Watin

Register now!

 
We are hiring!  Do you want to write beautiful code in a Test Driven, Refactored, Agile .NET software company in the [...]

Can you find the bug in this code? (THE FIX)

Thanks to everyone for contributing!  It was really neat to read everyone’s ideas and see the discussion and review (talking about code is always fun!).  Here is a summary of responses and the “fixed” code. 
If you are interested in the original problem, go here.
 
@drakiula: The idea with the Response.Redirect is that it will stop [...]

Please question the need for whitespace

I have blogged about this before but I think it is a common problem that is worth restating since it affect developers across our industry.  I noticed the following method recently and again the curious separation of sections by whitespace popped into my head:

1: private void CalcHeaderOffsets()
2: [...]

keep looking »