Nullable types are one of my favorite .NET 2.0 features. Having those will make our lives simpler and I know several place in my code that could use that right away.
Just before .NET 2.0 the C# team has decided to change how Nullable types work by chaning the runtime. That is one hell of a change and a really courageos move. But definetely right one!