Unity 2.0 and policy injection in .config
Posted
by marcusoft.net
on Stack Overflow
See other posts from Stack Overflow
or by marcusoft.net
Published on 2010-06-10T12:31:16Z
Indexed on
2010/06/10
12:32 UTC
Read the original article
Hit count: 197
unity
I want to use unity (2.0) to resolve my dependencies in a way so that i can configure policy injection (policies, matching rules and call handlers) in the .config file.
Or an other way to put it; i want my resolved objects to be "policy enabled", so that i can add and change to policies in config without have to recompile.
Any ideas on how to do that?
© Stack Overflow or respective owner