DDD Dependency Injection with ColdFusion Bringing old imperative spaghetti code written by many developers of varying skill levels up to snuff is tough business. I'm currently working with some old ColdFusion code and want to bring it up to date. For anyone else having to do the same thing
DomainEvents Domain Events Pattern Example Domain Events Pattern with Ninject and MVC WebApi Project This piece is about keeping raising events in your domain models without polluting it with services. We’ll be working off of Udi Dahan’s Domain Events Salvation piece. Hopefully this will be useful to