By tag: InversionOfControl
0
kicks
Working with the Managed Extensibility Framework (TOC)
Have you ever attempted to write an extensible application? You know the kind. The applications where your boss wants to be able to add stuff to it without rewriting the entire application and with minimum costs. Or the type of application you want to release out to the community and provide a way...
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.