Quantcast
Channel: Telerik Blogs
Viewing all articles
Browse latest Browse all 5210

30 Days of TDD: Day Seven – Software Factories and DI Frameworks

$
0
0
In the previous post I showed you how by starting to leverage the SOLID principles you can unlock the practice of Dependency Injection (DI). I also demonstrated how DI can help you write code that is free of static bindings, which makes your code flexible, open to change and testable. In this post I’ll demonstrate some practical techniques to manage the dependencies in your application by using software factories and DI frameworks.

Viewing all articles
Browse latest Browse all 5210

Trending Articles