Clean ASP.NET Core API using MediatR and CQRS | Setup
Video Statistics and Information
Channel: Nick Chapsas
Views: 162,282
Rating: 4.9501066 out of 5
Keywords: coding, asp.net, .netcore, dot net, core, C#, how to code, tutorial, asp.net core, javascript, csharp, rest api, development, software engineering, dev, microsoft, .net core, asp.net core 3, cqrs, mediatr, design patterns, clean architecture, clean code, asp.net core api, dotnet, .net
Id: YzOBrVlthMk
Channel Id: undefined
Length: 22min 39sec (1359 seconds)
Published: Mon Dec 02 2019
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
MediatR is cool and all, but please don't use it if you're not really doing CQRS. Putting your CRUD operations into commands and running them through MediatR is not CQRS, it's just an unnecessary layer of indirection making your code more difficult to understand.
What's the name of the sketching tool? Pretty cool
I loves me some Mediatr. It changed my code for the better more than any other library.
Loving mediatR!