There's one thing I could't handle in implementing Bounded context with Entity Framework :
Having the entities (even their properties) distributed in multiple contexts , I feel the need to centralize the whole model in a specific area, that would be responsible for managing migrations.
Am I on the right track ? Am I missing an important piece of the implementation puzzle?