This post originated from an RSS feed registered with .NET Buzz
by Frans Bouma.
Original Post: No nullable types in VB.NET 2.0 ?
Feed Title: Frans Bouma's blog
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/fbouma/Rss.aspx
Feed Description: Generator.CreateCoolTool();
As an O/R mapper developer I was looking forward to nullable types in .NET 2.0, so I could solve the problem of nullable value types in a solid way, but I just peeked into the new online .NET 2.0 Beta 2 documentation for VB.NET but I couldn't find any reference about nullable types in VB.NET.
I hope it's me overlooking something obvious, so my question is: does VB.NET have nullable types in .NET 2.0 ?
Edit I see there is a System.Nullable<T>. That would solve it to some degree I think. Any takers?