By tag: Dependency-Injection
0
kicks
Builing MVC aplication with multiple database support using Ninject
Tutorial on how you can use Ninject to build and MVC application with multiple databases. This approach will save you a lot of time and also allows to keep your code tidy.
0
kicks
Quick Introduction to Dependency Injection
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...