Using a Dependency Injection Container in an enterprise solution with multiple different configurati
Posted
by KevinT
on Stack Overflow
See other posts from Stack Overflow
or by KevinT
Published on 2010-03-09T12:42:03Z
Indexed on
2010/03/11
18:19 UTC
Read the original article
Hit count: 618
castle-windsor
|dependency-injection
Can anyone point me towards some good documentation / code examples on how best to manage the configuration of a DI container in a scenario where you need different configuations sets?
We have a layered, distributed application that has multiple entry points (ie; a website, winforms app, office plugin etc). Depending on how you are using the solution (through a UI vs. an automated workflow for example), it needs to be configured slightly differently.
We are using Windsor, and it's fluent configuration capabilities.
© Stack Overflow or respective owner