mediator-pattern
There are 372 repositories under mediator-pattern topic.
QianMo/Unity-Design-Pattern
:tea: All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现
yusufyilmazfr/tasarim-desenleri-turkce-kaynak
Türkçe kaynağa destek olması amacıyla oluşturulmuş bir kaynaktır. Konu anlatımının yanı sıra C#, Java, Go, Python, Kotlin ve TypeScript gibi birçok dilde tasarım desenlerinin uygulamasını içermektedir.
aspnetrun/run-aspnetcore-microservices
Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12
martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
anupavanm/csharp-design-patterns-for-humans
Design Patterns for Humans™ - An ultra-simplified explanation - C# Examples
Amitpnk/Onion-architecture-ASP.NET-Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 8!
rafaelfgx/DotNetCore
.NET Nuget Packages
babaktaremi/Clean-Architecture-Template
🧹 Ready to develop template based on clean architecture principles. Supports ASP NET Core Identity integrated with JWE tokens, OTP authentication, stand alone plugin development, CQRS pattern using MediatR library and dynamic permission management system out of the box
VanHakobyan/DesignPatterns
:key:Elements of Reusable Object-Oriented Software:unlock:is a software engineering book describing software design patterns. The book's authors are Erich Gamma, Richard Helm, Ralph Johnson and John Vlissides with a foreword by Grady Booch.
mehdihadeli/Go-MediatR
🚃 A library for handling mediator patterns and simplified CQRS patterns within an event-driven architecture, inspired by csharp MediatR library.
Trendyol/kediatR
Mediator implementation in Kotlin with native coroutine support
ivanpaulovich/FluentMediator
:twisted_rightwards_arrows: FluentMediator is an unobtrusive library that allows developers to build custom pipelines for Commands, Queries and Events.
ImmediatePlatform/Immediate.Handlers
Source Generated implementation of the Mediator pattern
ozgurkara/fastapi-pydiator
Python clean architecture and usecase implementation with fastapi and pydiator-core
ahmetcanaydemir/insanlar-icin-tasarim-desenleri
Tasarım desenlerinin aşırı basitleştirilmiş Türkçe açıklamaları
ArmandJ77-zz/CQRSAndMediator-Microservice
A microservice architecture template which implements the CQRS and Mediator patterns
minhsangdotcom/Clean-Architecture_The-Template
The .NET Core Clean Architecture Solution Template is here! 🚀, help you deliver your applications effortlessly.
anupavanm/csharp-design-patterns-for-humans-examples
Complete C# Examples Refereed in csharp-design-patterns-for-humans
alsami/MediatR.Extensions.Autofac.DependencyInjection
Autofac plug-in for MediatR.
yilmazmustafayilmaz/MY.OnionArchitecture
Türkçe kaynağa destek olması amacıyla mini makaleler ve uygulama örnekleri ile oluşturulmuş bir Onion Architecture Projesidir.
hgmauri/sample-cqrs-mediatr
CQRS with MediatR in .NET 6.0
NickNaso/hertzy
Event bus channel
ozgurkara/pydiator-core
The Pydiator is an in-app communication method.
ehsangazar/design-patterns-cpp
All Design Patterns Samples in C++
ehsangazar/design-patterns-php
All Design Patterns Samples in PHP
sergeyleschev/design-patterns
Design large-scale systems / 2022 / Design Patterns: Behavioral, Creational, Structural, etc. @ S.Leschev. Google Engineering Level: L6+
mostafasharaby/E-Commerce-Microservices
A scalable E-Commerce Microservices
ImmediatePlatform/Immediate.Apis
Source Generated registrations connecting Immediate.Handlers and minimal APIs
EngRajabi/MediatR.Useful.Behaviors
MediatR Useful Behavior In this repository; I tried to write and save the best popular behaviors that we use in mediatr in a professional way. And they will be added and improved over time. The best library to complete mediatr
codesplinta/busser
A robust, opinionated, UI state flow management option for scalable and precise communication across ReactJS Components
LeftTwixWand/ModernCQRS
This repository shows, how to implement CQRS architecture pattern, using Autofac and MediatR libraries.
MoienTajik/DesignPatterns-Mediator
Mediator Design Pattern Example in C#
MohanedZekry/WebAPI-CleanArchitecture
A sample .NET Core project showcasing the implementation of Clean Architecture principles with MediatR pattern for separation of concerns and maintainability.
arolla/choreography-kata
A kata to learn and practice Choreography as opposed to Orchestration, as in a microservices architecture
BillyNgo/MicroRabbit
.NET Core Microservice with RabbitMQ
tharinga/UniMediator
UniMediator is a Unity package that enables you to easily use the Mediator pattern in Unity. This library is inspired by MediatR and works in a very similar way.