CQRS & MediatR in a .NET 8 Web API 🚀

  Рет қаралды 14,853

Patrick God

Patrick God

Күн бұрын

Пікірлер: 26
@qubitza
@qubitza 5 ай бұрын
Thanks for the Video and the super explanation ❤ It might feel super clean in the first place. However, for me the mediator added another layer of abstraction which made it harder to analyze dependencies. Moreover, I wondered how to execute multiple commands in a transaction.
@-INC0GNIT0-
@-INC0GNIT0- 5 ай бұрын
Great stuff, I always like your channel because you always show stuff we developers really need and the common streamers always seem to ignore to show like: authorization, mailing, refreshing tokens, ... it's always very knowledgeable engineering concepts
@eyoo369
@eyoo369 4 ай бұрын
Everyone saying that Mediatr is useless. For our team the biggest advantage is having controllers with literally 1 line of code and a single dependancy injection which is MediatR itself. Also having your project structured by Features (commands & queries) makes it so much more easy to navigate as opposed to a God-like 1000+ line service class. And the best of all is that testing commands & queries is a lot easier than testing and mocking a service class. Everyone can work on a feature and saves us git merge headaches when 2 or more devs are working in the same Service class.
@daWoody01
@daWoody01 5 ай бұрын
Any benefits or issues using MediatR in a Blazor component? I usually inject a service into a Blazor component and use the service to make any queries or commands.
@dasfahrer8187
@dasfahrer8187 5 ай бұрын
Interesting, but it's just another abstraction layer that doesn't buy you much. If you're managing multiple brownfield projects that already have a standard pattern, introducing this only adds time and confusion to technical debt as you're now having to navigate multiple ways of doing things.
@PatrickGod
@PatrickGod 5 ай бұрын
Thanks for sharing your thoughts! What approach do you prefer for implementing the same feature without adding an extra abstraction layer?
@dasfahrer8187
@dasfahrer8187 5 ай бұрын
@@PatrickGod Well, for some context, we have dozens of projects with API interfaces in them that hit various services across our own internal network as well as external endpoints. That in and of itself is a lot to manage so we try to keep things as generic as possible w/o having to rely on too many third party NuGet packages that don't bring much to the table for us. Because of that, we rolled our own base service implementations and interfaces to fit our security and network requirements. They don't follow a specific design or organizational patterns other than separating concerns and decoupling key areas where we know potentially breaking changes have taken place in the past or are likely to take place. We do regularly re-evaluate our architecture and implementations to see if there are any new ideas/tech that may help us manage things more efficiently, but so far we have yet to find anything significant enough to warrant a complete redesign and rebuild. Typically what we'll do is change something like a series of classes over to records and make the corresponding downstream changes to properly utilize them.
@portahack
@portahack 3 ай бұрын
Amazing video, really good example and very well explained
@codefoxtrot
@codefoxtrot 5 ай бұрын
It was wayyyy simpler before MediatR and CRQS, but thanks for explaining in a quick demo! Though it leaves me wondering what's the benefit of doing this in a larger project? Seems like it just adds another layer of work.
@SireTheKing
@SireTheKing 3 ай бұрын
CQRS is a pattern that allows developers to decouple everything, which makes it easier to update and feature add-ons via interfaces. it also allows for easier testing since you can mock the dependencies. This creates loosely coupled applications, and the trade-off is more complexity.
@adam-xt8te
@adam-xt8te 5 ай бұрын
God created The World in 7 days. Patrick explaned CQRS in 22 minutes.
@PatrickGod
@PatrickGod 5 ай бұрын
😂
@harishchaudhari9681
@harishchaudhari9681 3 ай бұрын
True fabulous tutorial on CQRS❤❤❤❤
@TheLUCKYONETutorials
@TheLUCKYONETutorials 5 ай бұрын
I get the idea. But it seems just like another layer of work and complexity. I dont think that I want to implement this every time I start a new project..
@imadabab
@imadabab 4 ай бұрын
Great video. Thanks a lot. Very clear.
@salman.akhtarm
@salman.akhtarm 21 күн бұрын
Can you make a video on clean architecture using .net8 web api & mediatr
@sergiodaniel6656
@sergiodaniel6656 Ай бұрын
TY so much!!!
@50LEDBURY
@50LEDBURY 16 күн бұрын
where is the download link?
@axelbryancasauran5159
@axelbryancasauran5159 Ай бұрын
Is it possible to create and register a generic mediatr command and handler?
@nobuffer-indef
@nobuffer-indef Ай бұрын
awesome
@n.sharma5810
@n.sharma5810 3 ай бұрын
Hi Patrick, can we implement repository in this example?
@martinzaloga3843
@martinzaloga3843 Ай бұрын
I think that here the repo is represented by the DBContext class, which is injected to the command and query handlers, which are replacing the service. Is it more clear now? :-D
@samehgenah8067
@samehgenah8067 5 ай бұрын
You always different👍
@quanghungnguyen3018
@quanghungnguyen3018 5 ай бұрын
thanks a lot 😀
@wordlifejohn1122
@wordlifejohn1122 3 ай бұрын
You the 🐐
@dimasvyrydiuk5955
@dimasvyrydiuk5955 3 ай бұрын
Thanks, you taught me how to work with the backend. Best)
What's new in .NET 9 and C# 13
19:21
Filip Ekberg
Рет қаралды 18 М.
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 185 МЛН
УДИВИЛ ВСЕХ СВОИМ УХОДОМ!😳 #shorts
00:49
HARD_MMA
Рет қаралды 3,8 МЛН
Молодой боец приземлил легенду!
01:02
МИНУС БАЛЛ
Рет қаралды 2,2 МЛН
5 Rules For DTOs
17:56
Ardalis
Рет қаралды 45 М.
How to Implement the CQRS Pattern in Clean Architecture (from scratch)
17:36
Static Compilation of Julia with Jeff Bezanson
1:01:41
Julia Dispatch
Рет қаралды 1,7 М.
The Logging Everyone Should Be Using in .NET
15:34
Nick Chapsas
Рет қаралды 85 М.
NVIDIA’s New AI: Stunning Voice Generator!
6:21
Two Minute Papers
Рет қаралды 92 М.
Why is Python 150X slower than C?
10:45
Mehul - Codedamn
Рет қаралды 25 М.
.NET 7  💥  - Intro to CQRS and MediatR with ASP.NET Core Web Api
1:06:48
Why Developers and Companies Hate .NET 9
10:56
Nick Chapsas
Рет қаралды 45 М.
Fix Your Controllers By Refactoring To Minimal APIs
14:56
Milan Jovanović
Рет қаралды 44 М.
Intro to MediatR - Implementing CQRS and Mediator Patterns
1:21:50
IAmTimCorey
Рет қаралды 229 М.