Ninject Conventions is a Ninject Extension that helps to reduce binding configuration code by implementing configuration by convention.
Ninject Conventions is a Ninject Extension that helps to reduce the amount of binding configuration lines of code necessary when binding dependencies.
It provides a fluent means of implementing configuration by convention by allowing you to identify groups of components that require identical binding configuration, and specify the configuration in a single statement.