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
- Host: GitHub
- URL: https://github.com/paralect/paralect.servicelocator
- Owner: paralect
- Created: 2011-07-05T14:21:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-08T08:12:40.000Z (over 14 years ago)
- Last Synced: 2025-01-21T15:49:21.188Z (11 months ago)
- Language: C#
- Homepage:
- Size: 523 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)