Error!
Success!

By tag: NInject

showing:  of
0
kicks

Builing MVC aplication with multiple database support using Ninject  (Unpublished)

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.


Kicked By:
Drop Kicked By:
0
kicks

Quick Introduction to Dependency Injection  (Unpublished)

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...


Kicked By:
Drop Kicked By:
0
kicks

To Inject Or Not To Inject  (Unpublished)

The benefits of Dependency Injection are very hard to see when only dealing with very simple examples. I tried to come up with an example that is simple enough to fit in a blog post, but is able to show the benefits of using Dependency Injection.


Kicked By:
Drop Kicked By:
0
kicks

Extending Ninject to inject dependencies into Action Filters  (Unpublished)

In this last post of the series Simone shows the changes he did to Ninject to make it transparent for the developer to inject dependencies into ASP.NET Action Filters. And he also release the small integration library as opensource


Kicked By:
Drop Kicked By:
0
kicks

How to use Ninject to inject dependencies into ASP.NET MVC ActionFilte  (Unpublished)

Simone shows us how to use Ninjet to inject dependencies to ASP.NET MVC.


Kicked By:
Drop Kicked By:
0
kicks

How to use Ninject with ASP.NET MVC  (Unpublished)

By default, the ASP.NET MVC framework instantiate controllers calling their default constructor. This makes using Dependency Injection impossible. But, as almost everything inside that framework, the logic with which a controller is instantiated can be replaced with you own logic. This can be done c...


Kicked By:
Drop Kicked By:
0
kicks

IoC libraries compared  (Unpublished)

A comparison of how to initialize various IoC libraries. Including AutoFac, Ninject, Spring.Net, StructureMap, Unity, and Windsor.


Kicked By:
Drop Kicked By:
0
kicks

Comparing .NET DI (IoC) Frameworks, Part 2  (Unpublished)

A second part of popular IoC frameworks comparison.


Kicked By:
Drop Kicked By:
0
kicks

Spoiled with Dependency Injection  (Unpublished)

This post could be interpreted as a starting point to get links and a few warm words to the choice of DI container available out there


Kicked By:
Drop Kicked By:
0
kicks

Creating a binding factory for Ninject  (Unpublished)

A quick primer on setting up a Ninject factory so that you can easily start using it in your next project.


Kicked By:
Drop Kicked By:
0
kicks

Comparing .NET DI (IoC) Frameworks, Part 1  (Unpublished)

A first part of feature comparison between the most popular DI (IoC) Frameworks: Castle, Unity, Autofac, Ninject, StructureMap and Spring.Net.


Kicked By:
Drop Kicked By:
0
kicks

Playing Nice With Service Locators  (Unpublished)

An explanation of how you can use the Service Locator pattern along with dependency injection to make your code more flexible in certain cases.


Kicked By:
Drop Kicked By:
0
kicks



Kicked By:
Drop Kicked By:
0
kicks

Dependency Injection Using Ninject  (Unpublished)

This article discussed dependency injection, specifically using a new .NET framework called Ninject.


Kicked By:
Drop Kicked By: