Dependency Injection is a pattern that has already proven to make ease of our development. I remember a quote that you sure already heard: "Program to an interface, not an implementation". Why is it important to rely on the interface instead of the implementation class? The answer is we can refactor it anytime without breaking all … Continue reading Dependency Injection: SimpleInjector