• Man, this headwind is killing me and I’ve got 10 more miles of it to go. #

Powered by Twitter Tools.

 
  • Let the weekend begin. It’s been a week since my last ride. Can’t wait till tomorrow. #
  • For all of you OKC cyclists, I just published the Weekend Lake Trails Slush Report: http://tinyurl.com/cc6tbu #

Powered by Twitter Tools.

 
  • It feels good to be back at work! #
  • Ah, Saigon Baguette how I’ve missed you! Tasty, tasty stuff! #

Powered by Twitter Tools.

 

I just ran into an irritating little problem with using TryParse when assigning to nullable object.  The following is the code I was using to assign a value from a ASP.NET dropdown list to a nullable Int32 variable:

If Int32.TryParse(ddlExample.SelectedValue, testobj.TestNullableInt32 )Then
     testobj.TestDescription = ddlExample.SelectedItem.Text
End If

 

Apparently, TryParse actually attempts to access the value of the object to which it attempts to assign the parsed value which can cause an InvalidOperationException when it attempts to retrieve the value of the nullable object.  So make sure to assign the parsed value to a regular type before assigning it to a nullable object.  Oh yeah, I know it’s VB.NET code, but I do what the client wants. ;)

 
  • Day 3 of working from home. This gets old after awhile. Makes me miss Chicago where snow days were unheard of. #

Powered by Twitter Tools.

 
  • Been cramped up in the house for too long. Going for a walk in the snow. #
  • Ah, I feel much better. It’s really pretty out there. #

Powered by Twitter Tools.

Jan 272009
 

If there has ever been any doubt that man is an irony making animal, then this should dispel it:

It’s amazing that people are so terrified about being offended that they run for cover the moment a single one of their convictions is challenged.  Just makes me smile.

Thanks to Jessica over at ¿Dónde está la Biblioteca?

 
  • Just finished a neat art opening that included my friend Nick. Saw most of my acquaintances which makes me love OK. #

Powered by Twitter Tools.

 

Powered by Twitter Tools.

 

Firefighters: Flaming Squirrel To Blame In Jones Wildfire

Via: KOCO Oklahoma City

Thanks to Andy for spotting this one.

Page optimized by WP Minify WordPress Plugin