Skip to main content
cd ~/projects

MAUI.MediatR

Clean architecture with .NET MAUI + MediatR CQRS

> cat README.md

Cross-platform mobile applications often suffer from tightly coupled components that become difficult to maintain and test. MAUI.MediatR brings the mediator design pattern to .NET MAUI by integrating MediatR with the built-in DependencyService, enabling clean request/response handling and decoupled architecture in mobile apps.

> grep --highlights

  • Mediator pattern implementation for .NET MAUI applications
  • Seamless integration with MAUI's DependencyService container
  • Decoupled request/response handling for cleaner architecture
  • Simplified command and query separation in mobile apps

> tech.stack:

.NETMAUIMediatRCQRS