.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.
0 comments:
Post a Comment