Blog Stats
  • Posts - 7
  • Articles - 0
  • Comments - 3
  • Trackbacks - 4

 

February 2006 Entries

Nullable Types in C# 2.0

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...

VSS Tips and Tricks

Okay...this saved me some time today. I'm toying around with VSS 2005 (Internet) connection. http://weblogs.asp.net/jama

 

 

Copyright © Marlon Rabara