Nullable Types change the runtime
With Visual Studio 2005, the CTP August 2005 has new runtime features for Nullable types.
Nullable types had unexpected behavior with boxing to Object (null is lost). This behavior could only be changed by changing the runtime.
Somasgear explains with Nulls not missing anymore the problems and reasons to change the runtime that late. Microsoft listens to what the community needs!
Christian