-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ferdi kurnaz edited this page Sep 1, 2026
·
5 revisions
Mediatron is a lightweight, high-performance mediator library for .NET. It gives you a simple way to use the CQRS (Command Query Responsibility Segregation) pattern and a Publish/Subscribe notification system, using modern Dependency Injection.
- Zero Bloat — a small, focused codebase built only for performance and simplicity.
- CQRS Support — send commands and queries with strong typing.
- Pub/Sub Notifications — broadcast events to many handlers at once.
- Pipeline Behaviors — wrap logic like logging or validation around your handlers.
-
Native DI Integration — works directly with
Microsoft.Extensions.DependencyInjection. - Fully Tested — unit tests written with xUnit, FluentAssertions, and NSubstitute.
- XML Documented — good IntelliSense support while coding.