I\'ve used Ninject for my application. Ninject is really simple and easy to learn, but its quite slow and I try to use another IoC to compare if its faster as with Ninject.<
This Ninject registration roughly translates to the following Simple Injector registration:
container.Register(); container.RegisterCollection(MapperRegistry.AllMappers()); container.RegisterSingleton(); container.RegisterSingleton(); container.Register();