Monday, September 10, 2018

.NET Core with MediatR sample

I just finished my sample of a .NET Core project (v2.1) with MediatR.

At first I was looking into CQRS with ES but decided to just go with CQRS and found out of MediatR.

I was inspired by Jimmy Bogard's MediatR implementation and his blog posts so I started to implement it in a sample project. I extended this afterwards with some other dependencies like automapper, background workers, monitoring, logging, etc.

The intention with this project is a boilerplate that I can use when starting on new projects. So I'd love to get some feedback on it. What can be improved and/or what should I change or add.

https://github.com/madslundt/NetCoreMediatrSample

.NET Core with MediatR sample Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team