Skip to content

CQRS implementation in ASP.NET Core using MediatR.

Notifications You must be signed in to change notification settings

MehdiSheykhveysi/MediatrTutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CQRS in ASP.NET Core using MediatR

A complete implementation of CQRS in ASP.NET Core using amazing MediatR framework.

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.

About

CQRS implementation in ASP.NET Core using MediatR.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%