Stories recently tagged with 'DependencyInjection'

Poor Man's Dependency Injection using Generics(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 8 months ago

Here's a quick way to incorporate dependency injection into your code using generics. This technique can be invaluable for testing. read more...

2 comments |category: |Views: 168

tags: another

Dependency Injection from the Trenches(panteravb.com)

submitted by chrcar01chrcar01(560) 4 years, 9 months ago

Example of how to incorporate dependency injection to make code that depends on external resources testable. read more...

add a comment |category: |Views: 11

tags: another

Inversion of Control and Dependency Injection with Castle Windsor III(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 9 months ago

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. read more...

add a comment |category: |Views: 34

tags: another