I really want to be able to use NodaTime in my Entity Framework Code First database projects but haven\'t found a \"clean\" way to do it. What I really want to do is this:<
No "clean" way that I'm aware of because EF, as of this writing, doesn't have a mechanism for simple type conversion like you see in NHibernate (IUserType). A real limitation in EF as an ORM which causes me to change my domain to suit my ORM.