Quantcast
Channel: Dependency Injection framework - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Steven for Dependency Injection framework

I completely agree with Erik Funkenbusch on this. DI is not a tool and you should start out by applying patterns, not using a tool. If you start using a tool without applying the patterns, you'll be in...

View Article



Answer by Erik Funkenbusch for Dependency Injection framework

First, I suggest that you should read more about Dependency Injection. It's not a framework (although there are Dependency Injection frameworks), it's a design pattern. You can implement DI without any...

View Article

Dependency Injection framework

I need to implement DI in my Web App. This is not just the web app but the supporting business layer classes (separate project) and data access layer classes (separate project). What is the best tool...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images