Skip to content
ferdi kurnaz edited this page Sep 1, 2026 · 5 revisions

Welcome to the Mediatron Wiki

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.

Why Mediatron?

  • 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.

Wiki Pages

Project Links

Clone this wiki locally