Using Ninject with ASP.NET MVC 3 dependency injection(blog.decayingcode.com)
submitted by
arch4ngel(585) 1 year, 3 months ago
Ninject is a Inversion of Control (a.k.a IoC) tool that allows you to map Interfaces to Implementations.
An IoC main job is to instantiate an object that is linked to a requested type. An IoC tool will also control the lifetime of those objects to allow more flexibility in the invocation of them.
|category: C#
|Views: 74
tags:
C# another
Everyones tags:
Your Tags: