Fluent.Infrastructure is an infrastructure that unites Controller, Service, Repository, Validation and automation integration testing with the aim of accelerating the development of organized systems, causing major operations become simple and quick to implement.
Cache control and logic exclusion...
More information
Canister adds functionality to the IServiceCollection including adding all objects of a certain type, automatic registration of types via modules, etc.
# QuantityTypes
## Features
- [Strongly typed](http://en.wikipedia.org/wiki/Strong_typing) arithmetics of [physical quantities](http://en.wikipedia.org/wiki/Physical_quantity)
- Implemented as [value types](http://msdn.microsoft.com/en-us/library/s1ax56ch.aspx)
- Parsing from strings
- Formatting...
More information
This is a IoC container based on Dependency Injection. As dependencies are
controlled with attributes, you do not need any code to register, lookup,
or wire object instances.
It is self contained by defining attributes in your classes. Configuration can
also be externalized with a declarative XML...
More information