GenesisEngine: Don’t Get Domain Objects From The Container
IoC containers are awesome and I use them in all my non-trivial projects. However, there’s an interesting caveat when it comes to using IoC containers that isn’t totally obvious: don’t get domain entities straight from the container.
Excerpt from:
GenesisEngine: Don’t Get Domain Objects From The Container


