Stories recently tagged with 'Windsor'

IoC - ‘A Simple Example’ with Castle(hiberlog.wordpress.com)

submitted by mark_Wmark_W(145) 3 years, 3 months ago

A simple, easy to follow example of implementing IoC using Castle Windsor read more...

add a comment |category: |Views: 72

tags: another

IoC libraries compared(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 4 months ago

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

add a comment |category: |Views: 697

tags: another

Dependency injection with Castle Windsor: Video(gojko.net)

submitted by sirroccosirrocco(800) 3 years, 6 months ago

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

add a comment |category: |Views: 188

tags: another

Inversion of Control and Dependency Injection: Working with Windsor(msdn2.microsoft.com)

submitted by powerrushpowerrush(3873) 4 years, 7 months ago

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

1 comment |category: |Views: 38

tags: another

Inversion of Control and Dependency Injection with Castle Windsor IV(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 8 months ago

Last article of the series. It tackles Lifestyles, facilities, lifecycles and release policy. read more...

add a comment |category: |Views: 12

tags: another

Inversion of Control and Dependency Injection with Castle Windsor III(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 9 months ago

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

add a comment |category: |Views: 34

tags: another

Inversion of Control and Dependency Injection with Castle Windsor II(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 9 months ago

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 answered as soon as possible on the article page. read more...

4 comments |category: |Views: 35

tags: another

Inversion of Control and Dependency Injection with Castle Windsor(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 10 months ago

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

9 comments |category: |Views: 273

tags: another

Windows Container tutorials(wiki.bittercoder.com)

submitted by bittercoderbittercoder(150) 4 years, 11 months ago

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 tutorials on the Windsor container which introduce some of the key aspects of castles inversion of control container. Enjoy. read more...

2 comments |category: |Views: 77

tags: another