I need more Ninject practical examples
问题 In the past, I used swiftsuspenders that is an actionscript 3 IoC controller. Basically the first version of switfsuspender had something similar to the Ninject kernel that was called injector. If I wanted to create an application injector (with let's say the most relevant mappings to be used throughout the application), I had to inject the injector itself in the application classes. I am wondering now what is the practice to use kernel.get<> among several classes in the application. Should I