Info
Version: | 8.0.0 |
Author(s): | EmL Solutions |
Last Update: | Sunday, November 26, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/EddLonzanida/Eml.Mediator |
NuGet Url: | https://www.nuget.org/packages/Eml.Mediator |
Install
Install-Package Eml.Mediator
dotnet add package Eml.Mediator
paket add Eml.Mediator
Eml.Mediator Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
Tags
Small size. Capture Business-use-cases and convert it into a modular, highly testable chunk of codes. One step closer to dissecting & migrating monolithic apps. Provides a common ground for projects with large number of developers.
A combination of Command, Request-Response, Mediator and Abstract Class Factory pattern. Now supports .Net5.