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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -