asp.net core - MediatR (CQRS) Tutorial & Tips

preview_player
Показать описание
In this video I explain how the MediatR package works and how I like to use it.

👉 Try Rider
RD5K9-4TXXW-KMV3G-NYWSF-3ZSTP

#csharp #aspnetcore #mediatr
Рекомендации по теме
Комментарии
Автор

This tutorial makes it easy to grasp concepts better from the bottom up. I am now improving a lot with MediatR. Great work!!

junianohjj
Автор

amazing Anton as always!!!! You've explained something so hard easily....

ilovepandaypoe
Автор

very nice. Like the casual style you have to teaching this

josephizang
Автор

Thank you. Learnt and applied. Easy to understand with ur examples

hasitha
Автор

Wow, the UserId thing is exactly what I've been trying to solve now, thank you so much

ievgenieris
Автор

great tutorial, I've been struggling with mediatr for some time now I have a clear idea about how it works, in my case I was a bit lost when you mentioned and described the pipe stuff I will look for more information about it to understand it better, thanks for this explanation, nice stuff, keep it up!!!

josemtz
Автор

For anyone that likes the Response<T> message wrapper, checkout F# and functional programming, the programs are written using those with much nicer usage pattern (imagine the whole program using LINQ)

Qrzychu
Автор

really loved that
keep up the good work my dude

hadibazmi
Автор

clear and to the point. I like the wrapper implementation; it makes it easier and cleaner. Just wanted to highlight that it is useful to use .publish () method when you are working with microservices or distributed systems. Keep it up

ahmeddan
Автор

Hey man, just stumbled on your channel and really like your way of explaining. Real smooth and well explained. Great stuff and keep it up!

jesseopjescherm
Автор

Thanks for this video mate, really helpful. Especially the user id pipeline. I've been thinking how to deal with that user id claim for some time, and you showed me the way :) Much appreciated!

get_ready
Автор

Great tutorial, not only just MediatR you also taught other programming stuff.

justaboutanything
Автор

Finally youtube has suggested me something valuable.

chamalliyanage
Автор

Learned something new, thank you so much!!

septinary
Автор

Great! A simple explanation. Thank you!

niroshanmanoharan
Автор

Nice Video. You even taught me Advanced generics with the Wrapper classes :)

rgubri
Автор

Correct me if I'm wrong ! but the fire and forget I use it personally for firing the send notification or sending email to a user after some checks that the current user that executes the code don't wait until the system sends the email or notification to the user to finish the request.

mohamedchaabouni
Автор

Thank you for amazing content. It's make me clear. Next, I will coding :)

pp-studio
Автор

This video is gold, clear explanation. Appreciate your efforts Anton.
What's your source to study?

anurag
Автор

What is the 'box' we trying to make portable(portify?) ? Moving the business logic to a framework other than ASP.NET Core?
Also, I m unsure what advantage we get by having the controller action method know which query to send rather than having to know which business logic method to invoke. What was the motivation for hiding the business logic behind two additional layers of abstraction - query and handler?

tinypanther