All Projects → MoienTajik → MediatrTutorial

MoienTajik / MediatrTutorial

Licence: other
CQRS implementation in ASP.NET Core using MediatR in .NET 5

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to MediatrTutorial

Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+5718.18%)
Mutual labels:  cqrs, event-sourcing, asp-net-core, mediatr
RCM
RCM is a simple CRM application designed for Auto Parts Store made with ASP.NET Core based on DDD, CQRS and SOLID Principles.
Stars: ✭ 29 (-67.05%)
Mutual labels:  cqrs, event-sourcing, asp-net-core, mediatr
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (-79.55%)
Mutual labels:  cqrs, event-sourcing, asp-net-core, mediatr
CleanArchitecture-Template
This is a solution template for Clean Architecture and CQRS implementation with ASP.NET Core.
Stars: ✭ 60 (-31.82%)
Mutual labels:  cqrs, asp-net-core, mediatr
commander
Build event-driven and event streaming applications with ease
Stars: ✭ 60 (-31.82%)
Mutual labels:  cqrs, event-sourcing
Distributed-eStore
Ecommerce SPA application with a microservices architecture implemented from scratch. Tech stack - Docker, Consul, Fabio, RabbitMQ, .Net Core, Mediatr, CQRS, React, Redux. .NET Core Microservices template, .NET React Redux, .NET RabbitMQ, .NET Distributed, Docker, .NET Core with Docker.
Stars: ✭ 99 (+12.5%)
Mutual labels:  cqrs, mediatr
flighthub
Flight ticket booking system implemented with CQRS and ES.
Stars: ✭ 26 (-70.45%)
Mutual labels:  cqrs, event-sourcing
food-ordering-demo
Demo application focusing on the Food Ordering domain - Used in our video series
Stars: ✭ 28 (-68.18%)
Mutual labels:  cqrs, event-sourcing
payments-DDD-ES-tutorial
This is tutorial project to learn how to connect Symfony4 and docker compose with Domain Driven Design and Event Sourcing
Stars: ✭ 23 (-73.86%)
Mutual labels:  cqrs, event-sourcing
ftgogo
FTGOGO - event-driven architecture demonstration application using edat
Stars: ✭ 82 (-6.82%)
Mutual labels:  cqrs, event-sourcing
cqrs-event-sourcing-example
Example of a list-making Web API using CQRS, Event Sourcing and DDD.
Stars: ✭ 28 (-68.18%)
Mutual labels:  cqrs, event-sourcing
assembler
Functional, type-safe, stateless reactive Java API for efficient implementation of the API Composition Pattern for querying/merging data from multiple datasources/services, with a specific focus on solving the N + 1 query problem
Stars: ✭ 102 (+15.91%)
Mutual labels:  cqrs, event-sourcing
micro
Functional prooph for microservices
Stars: ✭ 53 (-39.77%)
Mutual labels:  cqrs, event-sourcing
incubator-eventmesh
EventMesh is a dynamic event-driven application runtime used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks.
Stars: ✭ 939 (+967.05%)
Mutual labels:  cqrs, event-sourcing
VehicleTracker
Vehicle Tracker with Microservice example
Stars: ✭ 70 (-20.45%)
Mutual labels:  cqrs, event-sourcing
stem
Event sourcing framework based on ZIO and pluggable runtime (currently working with Akka cluster)
Stars: ✭ 22 (-75%)
Mutual labels:  cqrs, event-sourcing
fake-survey-generator
A slightly more-than-trivial full-stack application built with DDD & CQRS concepts
Stars: ✭ 49 (-44.32%)
Mutual labels:  cqrs, mediatr
eav-bundle
A Symfony bundle for basic EAV management
Stars: ✭ 19 (-78.41%)
Mutual labels:  cqrs, event-sourcing
CQELight
CQELight is an entreprise grade extensible and customisable framework for creating software with CQRS, DDD & Event Sourcing patterns
Stars: ✭ 21 (-76.14%)
Mutual labels:  cqrs, event-sourcing
firebase-event-sourcing
Event Sourcing + CQRS + DDD for Firebase
Stars: ✭ 14 (-84.09%)
Mutual labels:  cqrs, event-sourcing

CQRS in ASP.NET Core using MediatR

A simple implementation of CQRS in ASP.NET Core using MediatR framework in .NET 5

Built With

  • ASP.NET Core - Web Framework
  • Entity Framework Core - Object Relational Mapper (ORM)
  • MediatR - Mediator implementation in .NET
  • AutoMapper - Convention-based object-object mapper in .NET
  • Swashbuckle.AspNetCore - Swagger tooling for API's built with ASP.NET Core
  • FluentValidation - A validation library for .NET that uses fluent interfaces for building validation rules.
  • Event Store - Event Store stores your data as a series of immutable events over time, making it easy to build event-sourced applications.

* This repository will be updated continuously.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].