By tag: Windsor
0
kicks
IoC - ‘A Simple Example’ with Castle
A simple, easy to follow example of implementing IoC using Castle Windsor
0
kicks
IoC libraries compared
A comparison of how to initialize various IoC libraries. Including AutoFac, Ninject, Spring.Net, StructureMap, Unity, and Windsor.
0
kicks
Dependency injection with Castle Windsor: Video
Here’s the video from the talk on dependency injection with Castle Windsor that Mike Hadlow and Gojko Adzic did last month at Skills Matter.
0
kicks
Inversion of Control and Dependency Injection: Working with Windsor
MSDN article on how to use Inversion of Control and Dependency Injection, generic specialization, the decorator pattern, chains of responsibilities, and extensible software to build robust, extensible software
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor IV
Last article of the series. It tackles Lifestyles, facilities, lifecycles and release policy.
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor III
Third article of a 4 parts series about IoC and DI with Castle Windsor Container. This article tackles configuration properties, includes, type converters, decorators and configuration conditional statements. Any feedback, questions, ratings are welcome and will be answered as soon as possible.
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor II
Second article of a 4 parts series about IoC and DI with Castle Windsor Container. This article continues the discussion initiated in the previous one and tackles compulsory and optional dependencies, component injection and collections.
Any feedback, questions, ratings are welcome and will be answ...
0
kicks
Inversion of Control and Dependency Injection with Castle Windsor
First article of a 4 parts series about IoC and DI with Castle Windsor Container. This first part is an introduction to the core concepts and a simple example of how to start thinking in terms of IoC.
0
kicks
Windows Container tutorials
The castle projects gaining in popularity all the time (http://www.castleproject.org/) and now the Inversion of control container (collectively known as the MicroKernel & Windsor Container) is starting to get some attention.
In that same vein here is a wiki which collates a series of tutorial...