An open API service indexing awesome lists of open source software.

https://github.com/shuttle/shuttle.core.ninject

Ninject Kernel implementation of the Shuttle.Core.Container interfaces.
https://github.com/shuttle/shuttle.core.ninject

Last synced: about 2 months ago
JSON representation

Ninject Kernel implementation of the Shuttle.Core.Container interfaces.

Awesome Lists containing this project

README

        

# Shuttle.Core.Ninject

```
PM> Install-Package Shuttle.Core.Ninject
```

The `NinjectComponentContainer` implements both the `IComponentRegistry` and `IComponentResolver` interfaces.

~~~c#
var container = new NinjectComponentContainer(new StandardKernel());
~~~