11
Shouts

Quick Introduction to Dependency Injection

published 1262 days, 23 hours, 3 minutes ago posted by CygonCygon 1264 days, 22 hours, 53 minutes ago
Friday, December 04, 2009 9:39:23 AM GMT Wednesday, December 02, 2009 9:49:15 AM GMT

An easy to understand introduction to dependency injection in .NET using the Ninject inversion of control container. The dependency injection principle is a design concept by which classes and entire software components can be designed to be isolatable, reducing tight coupling, promoting reusability and allowing for unit tests to mock the dependencies of a class or component.

category: Architecture | clicked: 3 | | source: www.nuclex.org | show counter code
tags: .NET, Inversion of control, Design Pattern, C#, dependency injection