Skip to Content
Windows Developer Power Tools
book

Windows Developer Power Tools

by James Avery, Jim Holmes
December 2006
Intermediate to advanced
1312 pages
35h 17m
English
O'Reilly Media, Inc.
Content preview from Windows Developer Power Tools

18.7 Obtaining a Decoupled Architecture with the Castle Windsor Container

When object-oriented programming languages were introduced, most programmers thought that all reusability problems had finally been solved. We now know this was far from true. The key principles to follow to achieve reusability are described next.

Loosely Coupled Design

This generally translates into not actively obtaining configuration and dependencies the class needs to function properly

Separation of Concerns

This dictates that a program should be broken into distinct services with little or no overlapping of responsibilities

Although it may seem like common sense, adhering to these principles can be difficult, and it’s easy to find examples where they are not applied. The end result is usually a system that is hard to maintain and hard to test, which gives newcomers an unpleasant sensation in their stomachs.

In these circumstances, Inversion of Control containers can come to the rescue. Inversion of Control—sometimes referred to simply as IoC—is a principle used mostly by frameworks. When you’re using an API, you have the normal invocation flow, as you are controlling the calls and the application. A framework, however, invokes the programmer’s code—thus the term “inversion of control.” IoC containers have adopted this principle to configure and prepare the classes registered in them.

The Castle Project offers a friendly and extensible IoC container called the Windsor Container. Several extensions come with it ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Introducing .NET 6: Getting Started with Blazor, MAUI, Windows App SDK, Desktop Development, and Containers

Introducing .NET 6: Getting Started with Blazor, MAUI, Windows App SDK, Desktop Development, and Containers

Nico Vermeir
Visual Basic 2015 Unleashed

Visual Basic 2015 Unleashed

Alessandro Del Sole

Publisher Resources

ISBN: 0596527543Errata PagePurchase book