February 2006 Entries
I'll have to refactor our team's “Software Factory” custom framework generator. It originally built in support for object generation to support null for value types. We achieved this by storing bit values to correspond to the member fields. This allowed us to have an object's property like object.Length and determine if it was null by having corresponding properties test for nullability. int? length = null ... will essentially define a nullable int by C#'s mapping of int? to Nullable...
Okay...this saved me some time today. I'm toying around with VSS 2005 (Internet) connection. http://weblogs.asp.net/jama