Nullable Types

1 minute read

A common problem that developers run into with .NET v1.1 is the situation where you want a value type such as an int or bool but you want to allow for the va...