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

https://github.com/paralect/paralect.servicelocator

Implementations of IServiceLocator for various .net DI containers
https://github.com/paralect/paralect.servicelocator

Last synced: 9 months ago
JSON representation

Implementations of IServiceLocator for various .net DI containers

Awesome Lists containing this project

README

          

ServiceLocator Implementation
=============================

Implementation of [IServiceLocator](http://commonservicelocator.codeplex.com/wikipage?title=Implementing%20the%20Interface&referringTitle=Home)
interface for various DI containers.

DI Containers supported:
------------------------

The following DI containers are supported:

* [StructureMap](http://structuremap.net/structuremap/)
* [Castle Windsor](http://www.castleproject.org/container/)
* [Unity 2.0](http://unity.codeplex.com/)