business + software { architecture }

affect business outcomes
Tag: Mock

Dependency Injection - Part 3: DI/IoC Tools

    John Gobble     2

Now that we've discussed dependency injection basics and how dependencies are contained (connected together), I'd like to walk you through some final DI concepts and highlight the DI acid test: can your units of work be tested in isolation. Lastly, I've included some links to open source, IoC containers, that are available for your dependency injection pleasure as well as to link to open source mocking frameworks.

Continue reading ...