By tag: NullableTypes
0
kicks
Nullable Types And NullReferenceException
Does Nullable type throw a NullReferenceException? If so - when, if not - why? Read on.
0
kicks
Be sure to put in some default value when testing with Nullable types
Nullable types are a great feature in .NET 2.0 but even when the code compiles the functional behaviour can turn out to be completely different from what you would expect when comparing and the value is null.