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
Post a Comment