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

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -