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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -