Best IoC practices in large projects
Posted
by James L
on Stack Overflow
See other posts from Stack Overflow
or by James L
Published on 2010-03-17T09:48:42Z
Indexed on
2010/03/17
9:51 UTC
Read the original article
Hit count: 447
What techniques have you found useful for managing dependencies of large projects with Inversion of Control containers?
Do you bootstrap everything in one place, or do you split it up?
Do you ever use multiple containers?
© Stack Overflow or respective owner