SimpleMediator
A lightweight and straightforward mediator implementation for .NET applications, facilitating in-process messaging with minimal setup.
File Explorer
Download Latest Version (.zip)- IconNuget.png
- launchSettings.json
- Ping.cs
- PingHandler.cs
- Program.cs
- SampleApp.csproj
- SampleApp.sln
- CadastrarClienteCommand.cs
- ExcluirClienteCommand.cs
- ClienteHandler.cs
- Cadastro.csproj
- ClienteService.cs
- IClienteService.cs
- NotificadorHandler.cs
- Crm.csproj
- GestaoContaHandler.cs
- Financeiro.csproj
- ClienteCadastradoEvent.cs
- ClienteExcluidoEvent.cs
- SharedKernel.csproj
- launchSettings.json
- Program.cs
- WebApi.csproj
- SampleModular.sln
- ServiceCollectionExtensions.cs
- Mediator.cs
- IMediator.cs
- INotification.cs
- INotificationHandler.cs
- IRequest.cs
- IRequestHandler.cs
- NetDevPack.SimpleMediator.Core.csproj
- NetDevPack.SimpleMediator.sln
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/NetDevPack/SimpleMediator
Downloads the entire project code from GitHub to your computer.
cd SimpleMediator
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet add package NetDevPack.SimpleMediator
Type this command into your terminal and run it.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
