Тёмный
No video :(

.NET 7 💥 - Intro to CQRS and MediatR with ASP.NET Core Web Api 

Mohamad Lawand
Подписаться 24 тыс.
Просмотров 25 тыс.
50% 1

In this video we will be going to learning about CQRS and MediatR with .NET Web API.
Support me on Patreon to access the source code:
/ mohamadlawand
Base App: • .NET 7 💥 - ASP.NET C...
Let us connect:
🌍 My website - mohamadlawand.com
📸 Instagram - / mohamadlawand087
🐦 Twitter - / moe23
♯ Github - github.com/moh...
🎫 LinkedIn - / mlawand
💥 LinkTree - linktr.ee/moha...
Gear I use (affiliate link): amzn.to/3EbT8Jw
Support my work:
/ mohamadlawand
www.buymeacoff...
Hire Me:
transactions.s...
WHO AM I:
I'm Mohamad, a Enterprise Architect working in Manchester, UK. I make videos about web, cloud, desktop and mobile development.
GET IN TOUCH:
If you’d like to talk, I’d love to hear from you. Tweeting @moe23 directly will be the quickest way to get a response, but if your question is very long, feel free to email me at hello@mohamadlawand.com.
#dotnet #mediatr #cqrs

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@yohanneskindu8794
@yohanneskindu8794 День назад
The level of detail, structure, and thought you've put into this content is truly remarkable. Fantastic video! Keep up the incredible work!
@moazzamqureshi7150
@moazzamqureshi7150 10 месяцев назад
Amazing In depth and systematic explanation!
@Andjelko999
@Andjelko999 4 месяца назад
Straight to the point, simple and well explained! Well done!
@moldovandorin6187
@moldovandorin6187 2 месяца назад
this is the only clip where the author actually explains what's happening with the query, the handler and how mediator is using behind the scene the send method to process a query by the handler. Almost all the other videos are just mechanically showing ...this is the query, this is the handler, this is the mediator send ... bla bla bla with zero knowledge transfer. Thank you for the video Mohamad
@SmittyRG
@SmittyRG 4 месяца назад
Awesome content! The diagrams really help to understand the high-level concepts. Great job!
@runawayvon01
@runawayvon01 7 месяцев назад
Awesome content and detailed explanation for beginners.
@mousaabdelnabyahmed878
@mousaabdelnabyahmed878 2 месяца назад
There is a lot of English content and I noticed that you are smart, It would be great if your content was in Arabic, or at least had another Arabic content besides the english one. Thank you.
@TheImranbergi
@TheImranbergi Месяц назад
simply awesome explanation..
@blessdarah1256
@blessdarah1256 11 месяцев назад
Yes I am also interested in the notifications part
@sumithc.ekanayake1010
@sumithc.ekanayake1010 2 месяца назад
Awesome content and good explanation. Thank you
@kellyncodes7421
@kellyncodes7421 7 месяцев назад
I love your videos. You explain things in detail, thank you so much. It will be very nice to create the notification path too.🎉🎉👍🤜🤛
@andrei9218
@andrei9218 8 месяцев назад
Hi, could you please create the notification part also?
@TellaTrix
@TellaTrix 8 месяцев назад
wow very nice skills to teaching. Thank you for this valuable content
@xender2112
@xender2112 11 месяцев назад
Thanks, Mohammad.
@EldonElledge
@EldonElledge 10 месяцев назад
Well done and informative. Thank you.
@MohamadLawand
@MohamadLawand 10 месяцев назад
Glad it was helpful!
@nilokillian
@nilokillian 11 месяцев назад
love you vids mate, keep it up!
@fahamakhan3682
@fahamakhan3682 11 месяцев назад
please create notification part as well, thank you.
@shivaganga9148
@shivaganga9148 7 месяцев назад
Thanks!
@MohamadLawand
@MohamadLawand 6 месяцев назад
Thank you for your support
@siddistaken
@siddistaken 8 месяцев назад
Nice content and project idea end to end.
@RoyZASTEROiD
@RoyZASTEROiD 11 месяцев назад
i like your videos like this, thank you.
@okeluelazarus7062
@okeluelazarus7062 6 месяцев назад
This video is perfect
@devxbasit
@devxbasit 6 месяцев назад
insightful, thank you
@tarasiskiv9037
@tarasiskiv9037 10 месяцев назад
I can't understand for what I need mediatR. So, if I keep all logic in my services, and in the controler's methods I just call methods from my services, why I need to use mediatR? It's easier to avoid mediatR. And also, it requires less code. Can someone explain me, why mediatR is better? Thanks
@ertan1147
@ertan1147 10 месяцев назад
I wrote an answer to @foonlam7134 , maybe it will help you too.
@syedakashmazhar1875
@syedakashmazhar1875 7 месяцев назад
I have the Exactly Same Question..
@onlylovelyvibes4467
@onlylovelyvibes4467 6 месяцев назад
Amazing content
@yoanantoniolopezrodriguez766
@yoanantoniolopezrodriguez766 2 месяца назад
Amazing...
@lindermannla
@lindermannla 11 месяцев назад
Excelent content. Congratulations.
@chuonchuon7386
@chuonchuon7386 5 месяцев назад
Thank you 😀
@foonlam7134
@foonlam7134 10 месяцев назад
I'm see a lot if the Mediatr ir cqrs video show only simple crud operations. I have a complex app where i am processing messages that come in deoending on the message type. The method in my current controller has to call several other services and make http requests to third parties as well. My question is do i put all the method logic into the handler or do i need to create a separate command and separate handler for each if the service calls i make. If so, who will be orchestrating the process flow. If we put the whole logic into the handler are we not just moving the logic into another layer? This is where I'm confused. I wish someone would nake a video showing a bit more complexity in the handlers. I understand that they show the simple stuff so that we understand how it works but i need to know what the right approach is for complex logic
@alexandermackintosh1755
@alexandermackintosh1755 5 месяцев назад
I think moving the business logic into its own layer is a benefit for sure, it's a big part of what using mediatR or services or specifications or whatever all have in common. The core business logic lives in one separated later away from all the interactions with the outside world (external APIs, databases, filesystems etc) so your handler/services/specifications are really obvious what their logic is and really easy to test. Whichever of these you pick I'm not convinced make too much difference tbh, as long as you pick atleast one of them!
@coreygerhardt9630
@coreygerhardt9630 4 месяца назад
Excellent videos. I've scoured this and its previous video to learn CQRS and Mediatr. I can't find how you made Delete and Update async though.
@coreygerhardt9630
@coreygerhardt9630 4 месяца назад
Per usual, soon after I ask for help, I've figure it out. Great videos!!
@user-hm6wx7kw9i
@user-hm6wx7kw9i 11 месяцев назад
yes notification please
@shivaganga9148
@shivaganga9148 7 месяцев назад
Awesome
@kenjohnsiosan9707
@kenjohnsiosan9707 2 месяца назад
i use PHP for most of my projects, im new to .NET what is the benefit of using different connection string , does that mean there are multiple database? thanks
@alexandermackintosh1755
@alexandermackintosh1755 5 месяцев назад
Great video thanks! Is there any particular reason you used suffix 'request' instead of 'command' for the commands?
@mkasem9408
@mkasem9408 2 месяца назад
Hi, why you do mapping in Handlers and in Controllers?
@mohammedabdalla6452
@mohammedabdalla6452 11 месяцев назад
Hello and thank you for the great content Can you put all of this in a small project and use the tdd approach Thank you again
@ShaZeGaming
@ShaZeGaming 10 месяцев назад
Hello, im try to learning from you. But in this class, i got the ' No service for type 'MediatR.IRequestHandler' has been registred' Error with MediatR. I try to fix this on the internet bu nothing work for me. Do you have any solution for it?
@kek_1459
@kek_1459 11 месяцев назад
Can you make a video about mediator notifications
@andrei9218
@andrei9218 8 месяцев назад
And if you could show how to add a new connection string for the queries
@kedarkulkarin78
@kedarkulkarin78 4 месяца назад
github code is not available it seems
@blessdarah1256
@blessdarah1256 11 месяцев назад
Quick question: Does the new connection string improve on performance?
@dosovi4548bustayes
@dosovi4548bustayes 11 месяцев назад
IMO Unitofwork better :)
@blessdarah1256
@blessdarah1256 11 месяцев назад
UnitOfWork does the job just fine but CQRS really makes it easy to scale your API very well and really have a good separation of concerns.
@dosovi4548bustayes
@dosovi4548bustayes 11 месяцев назад
@@blessdarah1256 too much code..
@user-wg7vh6po3y
@user-wg7vh6po3y 9 месяцев назад
Please explain your videos in Arabic ..... please speak Arabic
Далее
Intro to MediatR - Implementing CQRS and Mediator Patterns
1:21:50
Frontiers By Paradigm Day 1
3:51:21
Просмотров 1,7 тыс.
Cocky Guy Thinks He Can Beat Me in Chess
20:06
Просмотров 88 тыс.
ASP.NET Core Full Course For Beginners
3:43:18
Просмотров 185 тыс.
Understanding CQRS in ASP.NET core
18:02
Просмотров 31 тыс.
MediatR: Why should you use it?
7:20
Просмотров 55 тыс.