The activator is a simple and fast dependency injection framework. It is based on attributes and does not require any configuration files for configuration. It also supports using static methods as component constructor.
This version is not compatible with Assemblies weaved by versions older...
More information
The Command Dispatcher pattern is an addition to the Command design pattern that decouples the dispatcher for a service from its execution. A Command Dispatcher component maps commands to handlers. A Command Processor pattern provides a framework for handling orthogonal concerns such as logging,...
More information
Enables object and mock object construction without the supplying constructor arguments via LazyActivator and MockActivator.
Provides public, private and protected member and method access via ObjectProxy.
Also defines a range of Moq extensions namely shortening the signature required for Moq.Setup...
More information