Archive for Inversion of Control

Ninject, Lightning-fast Dependency Injection for .NET

Tags: , , ,

Ninject helps you use the technique of dependency injection to break your applications into loosely-coupled, highly-cohesive components, and then glue them back together in a flexible manner. Home Page : http://ninject.org/ License : Apache License 2.0

Continue reading » No comments

Unity Application Block (Unity)

Tags: ,

The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection. Unity addresses the issues faced by developers engaged in component-based software engineering. Modern business applications consist of custom business objects and components that perform specific or generic tasks within the application, in addition to [...]

Continue reading » No comments