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.
- Host: GitHub
- URL: https://github.com/shuttle/shuttle.core.ninject
- Owner: Shuttle
- License: bsd-3-clause
- Created: 2016-11-26T14:13:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T16:02:53.000Z (over 2 years ago)
- Last Synced: 2025-03-03T19:24:18.381Z (3 months ago)
- Language: C#
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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());
~~~