Which one is simpler between Ninject and StructureMap? -


i wondering 1 simpler between ninject , structuremap ? there should aware when using them ?

thanks.

imho, ninject easier started if you've never done di before, i've found structuremap more extensible.

whichever container opt-for, try , follow usual advice, , wrap behind interfaces (not little 'i') own. embedding 3rd party component deep code asking trouble.

at end of day, it's down personal taste.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -