When I use Entity Framework as an ORM, for each ...Date... data type in my SQL Server DB it creates a ...DateTime... data type ...y... in my MVC project. ...I mean, for each table in my DB, in my MVC project is auto-generated the code for this class using...