c# - What is the overhead cost associated with IoC containers like StructureMap? -
after attending recent alt.net group on ioc, got thinking tools available , how might work. structuremap
in particular uses both attributes , bootstrapper concepts map requests ithing
concretething
. attributes automatically throw flags me either reflection or il injection going on. know how works (for structuremap
or other ioc tools) , associated overhead might either @ run-time or compile-time?
i can't other ioc toolkits use spring.net , have found there 1 off initial performance penalty @ startup. once container has been configured application runs unaffected.
Comments
Post a Comment