I have an interface ISomething with a method Start. I want to get all implementations of this interface (in multiple assemblies, the main one and all referenced ones) and call the Start method on application start. How can I do this with Ninject 2.2.0.0 .NET 4.0?
Autofac answer was here Calling all ISomething instances in Autofac