Feeds:
Posts
Comments

Archive for January 16th, 2005

Project Management

This is the funniest picture I’ve seen all week, acurate too ;) Thanks to Sashidhar Kokku for finding this gem.

Read Full Post »

Following on from Jeff Atwood’s post about comparing a string to empty string (“”), I found out that C# and VB.net do not behave the same when comparing a string that is null. In the following C# snippet, the code will display The String is NOT Null: string s = null; if (s == “”) [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.