Project DescriptionThe Independ is a lightweight dependency injection container with support for constructor and property call injection written in .NET 4 especially for Windows Phone 7.
Features:
- Clear interfce compatible with Unity
- Constructor with maximum parameters count injection
- Stated constructor injection (see InjectionConstructorAttribute)
- Property injection (see DependencyAttribute)
- Hierarchical resolve
- Implementation of IServiceLocator interface
- Fluent interface
- Supports Windows Phone 7!