By tag: DependencyInjection
0
kicks
Inversion of Control and Dependency Injection: Working with Windsor
MSDN article on how to use Inversion of Control and Dependency Injection, generic specialization, the decorator pattern, chains of responsibilities, and extensible software to build robust, extensible software
0
kicks
Poor Man's Dependency Injection using Generics
Here's a quick way to incorporate dependency injection into your code using generics. This technique can be invaluable for testing.
0
kicks
Dependency Injection from the Trenches
Example of how to incorporate dependency injection to make code that depends on external resources testable.
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor III
Third article of a 4 parts series about IoC and DI with Castle Windsor Container. This article tackles configuration properties, includes, type converters, decorators and configuration conditional statements. Any feedback, questions, ratings are welcome and will be answered as soon as possible.