Having a control with a property of Nullable<DateTime> type, is simple data binding supported against it? Is it supported at the IDE level? Is the data binding framework smart enough to map it to a nullable DateTime column on a database?
Yes - this will work in the latest Technology Preview.