dependency injection - Ninject bindings order of execution -


for set of bindings ones below

bind<itestinterface>().to<whenbarhappenstriggertarr1>() bind<itestinterface>().to<whenbarhappenstriggertarr2>() bind<itestinterface>().to<whenbarhappenstriggertarr3>() 

what determines order of execution if try getting instances of ihandle ioc container?

the order of objects when using getall or injecting ienumerable unspecified.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -