GitHub topics: mediator-pattern
hafizaliakbarshah/HamedStack.MessageBus
A lightweight, flexible mediator implementation for .NET applications. It provides a clean approach to implementing the mediator pattern, enabling decoupled communication between components through commands, queries, and events.
Language: C# - Size: 20.5 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 2 - Forks: 0

gihan-aj/UMS
This project is the backend for a User Management System (UMS), envisioned as a Single Sign-On (SSO) platform.
Language: C# - Size: 296 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

rafaelfgx/DotNetCore
.NET Nuget Packages.
Language: C# - Size: 29.3 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 470 - Forks: 106

martinothamar/Mediator
A high performance implementation of Mediator pattern in .NET using source generators.
Language: C# - Size: 1.26 MB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 2,762 - Forks: 116

rafaelfgx/Microservices
Clean Architecture, Event-Driven Architecture, Clean Code, SOLID Principles, Resilience, Idempotency, Folder-by-Feature, Patterns (Mediator, Result, Strategy, Outbox, Retry, Circuit Breaker), Java, Spring Boot, Kong, Keycloak, Kafka, MongoDB, Redis, Elastic, Kibana, Swagger, Docker.
Language: Java - Size: 1.3 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 4 - Forks: 0

5xso/RESTful-Payment-Gateway-API
This project is a RESTful API built using Django REST Framework, designed to enable small businesses to accept payments from customers through the Paystack payment gateway. The API focuses on minimal customer information (name, email, amount) and supports versioning.
Size: 1.95 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 0

benicio227/BloodDonationSystem
API desenvolvida com ASP.NET Core 8 para gerenciar doações de sangue. Permite o cadastro de doadores, registro de doações, controle de estoque sanguíneo e integração com API de CEP.
Language: C# - Size: 183 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

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.
Language: HTML - Size: 3.94 MB - Last synced at: 3 days ago - Pushed at: over 1 year ago - Stars: 3,352 - Forks: 461

Trendyol/kediatR
Mediator implementation in Kotlin with native coroutine support
Language: Kotlin - Size: 2.77 MB - Last synced at: about 6 hours ago - Pushed at: about 7 hours ago - Stars: 206 - Forks: 27

Nikoo-Asadnejad/DesignPatterns
This repository contains detailed explanations and C# implementations of the most commonly used software design patterns. Each pattern is accompanied by examples that demonstrate its practical usage in real-world scenarios.
Language: C# - Size: 64.5 KB - Last synced at: about 13 hours ago - Pushed at: about 2 months ago - Stars: 10 - Forks: 0

litenova/LiteBus
LiteBus is an easy-to-use and ambitious in-process mediator providing the foundation to implement Command Query Separation (CQS). It is implemented with minimal reflection and instead utilizes covariance and contravariance to provide its core functionality.
Language: C# - Size: 801 KB - Last synced at: 10 days ago - Pushed at: 12 days ago - Stars: 110 - Forks: 10

benicio227/Manutec-Version-MVC
Manutec é um sistema de gerenciamento de oficinas mecânicas desenvolvido em .NET 8 com arquitetura em camadas e princípios de DDD. A aplicação permite controlar veículos, manutenções, serviços e clientes de forma prática, além de oferecer filtros, autenticação por perfil e geração de relatórios.
Language: C# - Size: 15.3 MB - Last synced at: 5 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0

angelobelchior/TheMediator
A Free and Open-Source Mediator Pattern Implementation for .NET
Language: C# - Size: 444 KB - Last synced at: 2 days ago - Pushed at: about 2 months ago - Stars: 6 - Forks: 0

ayaatef11/Car-Rental-System
A full-featured web-based system designed to streamline car rental operations. The system allows users to browse available vehicles, make reservations, manage bookings, and process payments. Admins can add/edit cars, set pricing, manage customers, and track rental history. Key features include vehicle availability tracking, and authentication
Language: C# - Size: 28.2 MB - Last synced at: 5 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

savaladaojr/3ASystem
3A System is a web application developed to manage applications, its modules, functionalities, user groups (roles), users and users' respective privileges.
Language: C# - Size: 968 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 2 - Forks: 0

lucaslab-dev/Tyrion
⚔️ Tyrion is a mediator pattern implementation package for dotnet
Language: C# - Size: 35.2 KB - Last synced at: 5 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 2

loresoft/Arbiter
Mediator pattern and Command Query Responsibility Segregation (CQRS) implementation in .NET
Language: C# - Size: 647 KB - Last synced at: about 5 hours ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0

marthijn/Sidio.Mediator
An implementation of the CQRS and mediator pattern in .NET
Language: C# - Size: 87.9 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

zehraseren/MultiShopProject
E-commerce
Language: HTML - Size: 30.7 MB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 0 - Forks: 0

powerumc/MediatR-Remote
The MediatR.Remote library is an extension library of the IMediator implementation that distributes and relays remote objects.
Language: C# - Size: 993 KB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 1

steve-bang/MediatorKit
A lightweight, high-performance mediator pattern implementation for .NET. Simplifies in-process messaging with a clean, DI-friendly API. Perfect for CQRS, event-driven architectures, and decoupling components.
Language: C# - Size: 51.8 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 1 - Forks: 0

behdad088/EshopMicroservices
Language: C# - Size: 381 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

KTajerbashi/CleanArchitecture_CQRS
*Clean Architecture .NET 9, CQRS Template Database, Command/Query Separate Database Connection, Production-Ready .NET API, EF Core + Dapper Example, JWT Auth Template, Vertical Slice Architecture*
Language: C# - Size: 440 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

knetic0/java-mediator
🔥 Implementing the Mediator Pattern in Java Spring Boot.
Language: Java - Size: 11.7 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 0 - Forks: 0

codesplinta/busser
A robust, opinionated, UI state flow management option for scalable and precise communication across ReactJS Components
Language: JavaScript - Size: 2.61 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 35 - Forks: 2

ivanpaulovich/FluentMediator
:twisted_rightwards_arrows: FluentMediator is an unobtrusive library that allows developers to build custom pipelines for Commands, Queries and Events.
Language: C# - Size: 1.14 MB - Last synced at: 23 days ago - Pushed at: over 5 years ago - Stars: 194 - Forks: 17

minhsangdotcom/Clean-Architecture_The-Template
The .NET Core Clean Architecture Solution Template is here! 🚀 help you deliver robust applications effortlessly.
Language: C# - Size: 2.98 MB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 91 - Forks: 23

huseynmurtuzov/ShopApp
A microservice project including topics like onion arch, cqrs, mediator, redis, rabbitmq, rapidAPI, ocelot gateway, docker, identity server and so on (still on development))
Language: C# - Size: 135 KB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

sagabob/ThdpGisAppApi
API for a GIS Portal
Language: C# - Size: 188 KB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 0 - Forks: 0

ali-golshani/Mediator
Simple Mediator with Custom Pipelines
Language: C# - Size: 159 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

mehdihadeli/Go-MediatR
🚃 A library for handling mediator patterns and simplified CQRS patterns within an event-driven architecture, inspired by csharp MediatR library.
Language: Go - Size: 153 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 241 - Forks: 16

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#版本实现
Language: C# - Size: 3.92 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 4,433 - Forks: 1,026

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
Language: C# - Size: 2.74 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 3,004 - Forks: 1,619

Amitpnk/Onion-architecture-ASP.NET-Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 8!
Language: C# - Size: 2.85 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 909 - Forks: 159

mostafasharaby/ATC_01557263081
A full-stack event booking system with .NET 8 and Angular 18, featuring secure auth and admin analytics.
Language: C# - Size: 4.02 MB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ImmediatePlatform/Immediate.Handlers
Source Generated implementation of the Mediator pattern
Language: C# - Size: 360 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 134 - Forks: 4

skrasekmichael/Mediato
mediator abstraction + lightweight in process mediator implementation
Language: C# - Size: 42 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

adessoSE/ControllerVsMinimalApi
This is a sample .NET Core Web API project that demonstrates various architectural patterns and best practices for building scalable and maintainable applications. This project is intended to serve as a learning resource and a starting point for building real-world .NET Core applications.
Language: C# - Size: 5.29 MB - Last synced at: about 21 hours ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 4

zehraseren/MovieAPI
Training Camp
Language: HTML - Size: 11.1 MB - Last synced at: 23 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

Sergi0Martin/OpenMediator
Alternative for those who do not want to pay for a mediator implementation.
Language: C# - Size: 134 KB - Last synced at: 6 days ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

ImmediatePlatform/Immediate.Apis
Source Generated registrations connecting Immediate.Handlers and minimal APIs
Language: C# - Size: 222 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 29 - Forks: 1

waltermillan/MeetingSchedule
Address book, to add, edit, search contacts. Sort them by tags or categories. The idea is to use the Mediator design pattern, the idea is to start simple and add functionality little by little, and learn how MediatR scales in growing applications.
Language: C# - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

KTajerbashi/Extensions
Extensions For .Net Project To Used Feature
Language: C# - Size: 1.08 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

Jaqz23/Real-Estate-App
Full-featured real estate management system built with ASP.NET Core MVC and Onion Architecture. Includes a WebApp and a secure JWT API for clients, agents, and administrators.
Language: C# - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

UBF21/Vali-Mediator
Vali-Mediator is a lightweight .NET library for implementing the Mediator pattern with CQRS support. It simplifies request handling, pipeline behaviors, and event notifications through a fluent and extensible API. Designed for seamless integration with dependency injection.
Language: C# - Size: 148 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

BartugKaan/CarBook
Car booking app. Created with CQRS, Mediator, JWT and SignalIR
Language: C# - Size: 6.63 MB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

abdulrahmmann/LibraryManagementSystem
Language: C# - Size: 140 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

JohnSalazar/M3diator
M3diator is a custom implementation of the Mediator pattern for .NET applications
Language: C# - Size: 81.1 KB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

LilianBittar/aspnet-microservices-architecture
Building Microservices on .Net which used Asp.Net Web API, Docker, RabbitMQ,Ocelot API Gateway, MongoDB,Redis,SqlServer 😎
Language: C# - Size: 4.06 MB - Last synced at: 2 days ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 2

LeftTwixWand/ModernCQRS
This repository shows, how to implement CQRS architecture pattern, using Autofac and MediatR libraries.
Language: C# - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 30 - Forks: 3

marcominerva/MediatRSample
A collection of samples about using MediatR in a Web API application
Language: C# - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 3 - Forks: 1

MohanedZekry/WebAPI-CleanArchitecture
A sample .NET Core project showcasing the implementation of Clean Architecture principles with MediatR pattern for separation of concerns and maintainability.
Language: C# - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 23 - Forks: 10

jamessarona/EShopMicroservices
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 9 and C# 12
Language: C# - Size: 2.34 MB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

MohanedZekry/.NET-Core-GraphQL-Clean-Architecture
A sample .NET Core project showcasing the implementation of GraphQL with Clean Architecture principles for separation of concerns and maintainability.
Language: C# - Size: 27.3 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 1

mostafasharaby/E-Commerce-Microservices
A scalable E-Commerce Microservices
Language: C# - Size: 210 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 28 - Forks: 13

MoienTajik/DesignPatterns-Mediator
Mediator Design Pattern Example in C#
Language: C# - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 28 - Forks: 3

Royal-Code/Pipeline
This repo has libraries for DotNet that implement the mediator, chain of responsibility, and decorator patterns in order to build a pipeline of functions (handlers) to process requests (such as commands and queries) and produce results (response). This is designed for functions (handlers) to be plugged in without any direct dependency.You can use a simple function delegate or determine that a method of a service will be a handler.
Language: C# - Size: 335 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

AnupamAkib/TodoApplication-CleanArchitecture-CQRS-Mediator
Developing a simple Todo application for learning purposes. I'll be utilizing all the techniques I know as a backend engineer, and I may also learn and implement new ideas on the fly!
Language: C# - Size: 366 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

bezzad/TinyMediator
A light weight copy of MediatR for Mediator Pattern in .NetStandard
Language: C# - Size: 35.2 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 0

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.
Language: C# - Size: 245 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 262 - Forks: 74

mirkankacan/EShopMicroservices
.NET Core 9 Microservices: DDD, CQRS, Vertical/Clean Architecture course.
Language: C# - Size: 2.47 MB - Last synced at: 2 days ago - Pushed at: 6 months ago - Stars: 4 - Forks: 2

tanstevn/go-midh
A mediator hub package for Go, designed for clean architecture applications. Inspired by the MediatR package, it enables decoupled communication between layers by handling commands, queries, and events, promoting separation of concerns and maintainability.
Size: 2.93 KB - Last synced at: 16 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

busraozdemir0/TraversalProject
Traversal Rezervasyon Project with Asp.Net Core 5.0
Language: HTML - Size: 53.3 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 2

AlanNunes/DesignPatterns
Explanation and implementation of some Design Patterns written in C# language
Language: C# - Size: 44.9 KB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

KristiyanEnchev/StockDock
Comprehensive stock tracking and analysis application built with .NET 9 and React 18 (TypeScript). Features Clean Architecture, CQRS with MediatR, real-time updates via SignalR, and interactive charting. Includes stock search, price alerts, watchlists, and historical data visualization.
Language: C# - Size: 638 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

KristiyanEnchev/BlogStop
Modern full-stack blogging platform built with .NET 6 and React 18 (TypeScript). Features Clean Architecture, CQRS with MediatR, rich text editing via TipTap, and responsive UI with TailwindCSS and shadcn/ui components. Includes user authentication, blog management, comments system, and admin dashboard.
Language: C# - Size: 3.19 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

alsami/MediatR.Extensions.Autofac.DependencyInjection
Autofac plug-in for MediatR.
Language: C# - Size: 500 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 56 - Forks: 14

YashodhanFake/EShopMicroservices
Microservices, Vertical-Slice Architecture, CQRS, Clean Architecture & Tactical Domain-Driven Design implement by ASP.NET Core 8.0, EF Core ORM, Marten ORM
Language: C# - Size: 70.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

hgmauri/sample-cqrs-mediatr
CQRS with MediatR in .NET 6.0
Language: C# - Size: 73.2 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 52 - Forks: 17

zehraseren/CarBookProject
Language: HTML - Size: 11.6 MB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 0

stacenko-developer/Patterns
Паттерны проектирования с примерами на C#
Language: C# - Size: 875 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 18 - Forks: 1

phiponatchi/Game-of-Life
This a simple clean implementation of Conway's game of life, following design patterns
Language: Java - Size: 1.72 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

fraineralex/RealEstate-App
🌱 Real estate app with robust roles system built using ASP.NET Core
Language: C# - Size: 29.7 MB - Last synced at: 4 days ago - Pushed at: 12 months ago - Stars: 10 - Forks: 0

hakanereenn/VerticalSliceCommerceMicroservice
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
Language: C# - Size: 119 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

enesmetek/subasi-customerms
A Web API built on .NET Core 6, implementing MediatR and CQRS patterns for efficient customer management.
Language: C# - Size: 10.3 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

GabrieleToffanin/MediaSharp
Mediator Pattern wrapper that is reflection Free !
Language: C# - Size: 125 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 0

asergioscosta/mediator-pattern
Mediator pattern for handling communication between objects to reduce dependencies.
Language: Java - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

EmreBaykusak/EShopMicroservices
ECommerce application built with microservice architecture using CQRS, MediatR, DDD, Vertical and Clean Architecture implementation, ASP.NET Web API, Docker, RabbitMQ, MassTransit, Yarp API Gateway, PostgreSQL, Redis, SQLite, SQL Server, Marten, Entity Framework Core with .NET 8 and C# 12
Language: C# - Size: 1.38 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

tdinucci/LogicMine
An evolved implementation of the mediator pattern, helping you build highly maintainable systems
Language: C# - Size: 4.04 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 2

adi501/CQRS_MediatR_Dotnet_Core
CQRS MediatR Dotnet Core
Language: C# - Size: 572 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

milad176/ShopNetMicroservices-AspnetCore
Welcome to my Cross-platform .NET microservices online shop application! Built on the robust foundation of .NET 8, C# 12 and utilizing the power of Docker containers, my app exemplifies the convergence of modern technology and seamless user experience. Whether you're on Linux, Windows, or macOS, this app delivers a unified shopping experience.
Language: C# - Size: 126 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 1

VikashChauhan51/mediator-forge
MediatorForge is a robust library designed to streamline the implementation of CQRS patterns in .NET applications with MediatR. It provides integration for validation, authorization, logging, and mediator behaviors, enhancing code readability and maintainability.
Language: C# - Size: 597 KB - Last synced at: 7 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ehsangazar/design-patterns-cpp
All Design Patterns Samples in C++
Language: C++ - Size: 40 KB - Last synced at: 3 months ago - Pushed at: almost 8 years ago - Stars: 45 - Forks: 30

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
Language: C# - Size: 109 KB - Last synced at: 10 days ago - Pushed at: 5 months ago - Stars: 34 - Forks: 4

anupavanm/csharp-design-patterns-for-humans Fork of kamranahmedse/design-patterns-for-humans
Design Patterns for Humans™ - An ultra-simplified explanation - C# Examples
Language: C# - Size: 175 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 1,326 - Forks: 170

ArmandJ77-zz/CQRSAndMediator-Microservice
A microservice architecture template which implements the CQRS and Mediator patterns
Language: C# - Size: 158 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 94 - Forks: 39

t-sakoda/ts-command-handler-example
A TypeScript example project applying the Command-Handler pattern with a decoupled and scalable architecture.
Language: TypeScript - Size: 16.6 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Hlyrnir/Passport.Example
Minimal API using a passport for authorization.
Language: C# - Size: 362 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ngdatdev/BookShop-Api
A web api for Book Shop app
Language: C# - Size: 890 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

MarcosCostaDev/TDD-DDD-Eventsourcing-Mediator
A project that use onion architecture for C# .net projects. Developed using the Test Driven Development and CQRS strategy.
Language: C# - Size: 90.8 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 4

KinNeko-De/sample-codingdojo-donation-mediatr
Read my articles to find out how my [younger](https://medium.com/@kinneko-de/344fe6e8e4f6) and [older](https://medium.com/@kinneko-de/0de8a4351da2) selves solved this coding dojo.
Language: C# - Size: 513 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

pkritiotis/go-mediator
A simple implementation of the generic mediator pattern in go
Language: Go - Size: 9.72 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 2

sc0v0ne/design_pattern_mediator
Develop a system that uses the pattern given in class. "Mediator" design pattern.
Language: Java - Size: 8.79 KB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

sangafabrice/process-inspector-mvc
The Process Inspector inspects individual processes and provides an option to stop them. It is a simple GUI application built with PowerShell WinForms and structured on the MVC architecture.
Language: PowerShell - Size: 77.1 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

rezatajari/Simple.Microservices.Project
Microservices on .Net platforms which used Asp.Net Web API, Docker, RabbitMQ, Ocelot API Gateway, MongoDB, Redis, SqlServer, Entity Framework Core, CQRS and Clean Architecture implementation.
Language: C# - Size: 61.5 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

barannmeisterr/E-Commerce-System-with-Behavioral-Design-Patterns
The E-Commerce System with Behavioral Design Patterns project is a Java-based e-commerce system management that demonstrates the use of behavioral design patterns to create a flexible, scalable, and maintainable system.
Language: Java - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

MohanedZekry/DotNetMongoDbAPI
A Minimal API project built with .NET 9 and integrated with MongoDB, showcasing a scalable Clean Architecture design. It leverages CQRS with MediatR for separation of concerns, FluentValidation for input validation, and includes Swagger for interactive API documentation. 🚀
Language: C# - Size: 34.2 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 2

BirajMainali/mediator-pattern
Functional implementation of the CQRS pattern using MeditR with moq testing
Language: C# - Size: 687 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

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
Language: C# - Size: 323 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 214 - Forks: 35

Mahmooooud33/Restaurants
Restaurants App - ASP.NET Core Web API (REST)
Language: C# - Size: 133 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0
