Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Simplify.DI

Alexanderius edited this page Sep 1, 2014 · 23 revisions

Provides DIContainer.Current ambient context as centralized IOC container. Provides Interfaces for creation IOC container providers(wrappers).

Using DIContainer.Current and respective container provider you can switch between any IOC container without rewriting your code. Also as a centralized IOC container you can use it for building, for example, some framework which needs to use constructor injection and at the same time use it by that framework user (example using it in framework).

Available at NuGet as binary package

By default DIContainer.Current initialized with DryIocDIProvider container provider (Unstable!)

Another container providers available for:

Clone this wiki locally