Tag: ninject

  • Advanced Automatic Ninject Bindings

    You have a common interface that is used by multiple concrete classes and you don’t want to specify each Ninject binding manually.

    (more…)

  • Automatic Ninject Bindings

    You have a large project with many interfaces and many different concrete implementations.  Because of this, managing every single Ninject binding is becoming challenging and time consuming.

    By leveraging an additional Ninject NuGet package called Ninject.extensions.conventions, you can write a single line (wrapped over several for readability 😉 that will manage all of your Ninject bindings.

    (more…)