I'm mostly using LINQ to SQL and Entity Framework recently. As you know, the datetime database fields are returned as Nullables of type DateTime, if they allow NULL values and I found myself adding a lot of additional data class properties like: public...