https://github.com/angelodotnet/mediatorpatternwithoutnugetpackages
Example showing how to implement the Mediator Pattern without using the MediatR Nuget package
https://github.com/angelodotnet/mediatorpatternwithoutnugetpackages
example mediator pattern project
Last synced: about 1 month ago
JSON representation
Example showing how to implement the Mediator Pattern without using the MediatR Nuget package
- Host: GitHub
- URL: https://github.com/angelodotnet/mediatorpatternwithoutnugetpackages
- Owner: AngeloDotNet
- License: mit
- Created: 2025-04-03T19:18:53.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T06:59:46.000Z (12 months ago)
- Last Synced: 2025-12-02T14:59:10.921Z (4 months ago)
- Topics: example, mediator, pattern, project
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MediatorPatternWithoutNugetPackages
Example showing how to implement the Mediator Pattern without using the MediatR Nuget package