You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
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).