How Do I: Use NullableTypes in Windows Forms
Pat Tormey shows how to "Nullable Types" in a Windows Forms application. Nullable Types are values that can be Null, as in a Date type that has not been assigned. Nullable Types come in handy with dealing with databases that contain nulls and are useful when doing calculations on items that may be Null.
Author: Pat Tormey