Stories recently tagged with 'IoC'

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

Dependency Injection Using Ninject(jaltiere.com)

submitted by jaltierejaltiere(885) 4 years, 8 months ago

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

add a comment |category: |Views: 223

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