I am building an application using Domain Driven Design that is using Entity Framework....My goal is to allow my domain models (that get persisted with EF) contain some logic within them....Out of the box, entity-framework is pretty nonrestrictive as to h...