Visual Basic 9.0 Finally Gets Nullable Support

Posted Monday, April 30, 2007 11:39 AM by C-Dog's .NET Tip of the Day

Nullable was one of my favorite new features in C# 2.0. It had to suck to for all thos VB developers to go all this time without it. In VB 9.0 (Orcas), the feature is finally added. Here is what the syntax looks like

Public Property MyDate As Date?

If you care about other features coming in VB 9.0, check out the langauge specificiation.

Overview of Visual Basic 9.0 Language Specification

Read the complete post at http://www.dotnettipoftheday.com/blog.aspx?id=349