mayuanyang
-
- 718,863 total downloads
- last updated 10/31/2023
- Latest version: 4.8.0
Decouple does matter, A simple mediator for .Net for sending command, publishing event and request response with pipelines supported -
- 380,839 total downloads
- last updated 10/31/2023
- Latest version: 4.8.0
Use Autofac as the IoC container for Mediator.Net -
- 327,529 total downloads
- last updated 10/31/2023
- Latest version: 4.8.0
Log message by using Serilog -
- 69,853 total downloads
- last updated 10/31/2023
- Latest version: 4.8.0
Use MicrosoftDependencyInjection as the IoC container for Mediator.Net -
- 69,739 total downloads
- last updated 10/31/2023
- Latest version: 4.8.0
Use SimpleInjector as the IoC container for Mediator.Net -
- 43,534 total downloads
- last updated 10/31/2023
- Latest version: 4.8.0
Use StructureMap as the IoC container for Mediator.Net -
- 35,337 total downloads
- last updated 10/31/2023
- Latest version: 4.8.0
Use Ninject as the IoC container for Mediator.Net -
- 6,192 total downloads
- last updated 4/1/2017
- Latest version: 1.0.14
Use Unity as the IoC container for Mediator.Net -
- 2,981 total downloads
- last updated 3/4/2017
- Latest version: 1.0.23
A Mediator.Net's middleware that plugs into the publish pipeline to send event to EventStore, it is usually being used for event sourcing. -
- 2,091 total downloads
- last updated 2/27/2017
- Latest version: 0.9.5
A Mediator.Net's middleware that to broadcast the message to a message broker, by adding this one into the publish pipe, any event is raised from your domain logic will be picked up and broadcast to your... More information -
- 1,199 total downloads
- last updated 2/25/2017
- Latest version: 0.9.23
A Mediator.Net's middleware that to handle unit of work, it provides a CommittableTransaction for Handlers to enlist.