ASP.NET framework bootstrap extensions package which helps in managing IoC using DI containers (Autofac, Unity and ServiceCollection) and creating dynamic http handlers on a fly
This library is used to build event sourced components applying event sourcing design pattern. It defines Command and Event, interfaces like IHandle to handle commands and AggregateBase to build domain specific aggregates.
A .NET/C# implementation of the mediator pattern with support for queries, commands and events. Has first class support for middleware and mediation contexts.