I prefer to work with DateTime.MinValue , even if I use SqlServer as a backend.
Is it possible to force the Entity Framework to convert from DateTime.MinValue to 1753-01-01 when saving objects and convert back to DateTime.MinValue when receiving them?
Edit : I do not want to use DateTime? (value type is NULL)
source share