Delegates & Events in C# Explained for Beginners (a little of Event-Driven Development)🔔

preview_player
Показать описание
---
Рекомендации по теме
Комментарии
Автор

Hey friends! 👋 Patrick here. I wanted to add a quick note to this tutorial. I missed mentioning something important: the built-in generic delegates Func and Action. These are really handy for common scenarios - Func is used for methods that return a value, and Action for those that don't return anything. They often simplify the code compared to custom delegates.

I'll make sure to cover these in more detail in a future video. Stay tuned, and happy coding! 😊👨‍💻

Patrick

PatrickGod
Автор

as a blazor beginner, your explanation is really helpful. Thanks.

Kla-pnkt
Автор

You make a very good point that delegates and events are very easy to create and use. Probably under utilized these days. Possibilities for use are endless. Thanks!

charliehager
Автор

I think a much deeper dive is needed for these concepts (why they exist, what problems do they solve, why use them over something simpler and more direct, etc...) as you're getting into more advanced programming and complexity by implementing them. You typically don't use them willy-nilly.

dasfahrer
Автор

Thank you very much, this is the first video I found that explains it this simple.

ard-janverhage
Автор

I really like your way to describe the principles in clear understandable ways. Keep going it's great, thanks.

kp
Автор

Much deeper needed, but all of all, thank you

elbadrey
Автор

Question; why should we use explicit delegate over Action<int> for example? I think this has the same functionality, but in one line rather than 2?

Ayymoss
Автор

One of the clearer tuto I follow about event & delegates...Thank you so much Patrick !

philippemaze
Автор

Aren't Func and Action a built-in delegates ? I think they are easier to understand than creating custom delegates

anasabubakar
Автор

Excellent video. Concise, clear, to the point.

maacpiash
Автор

I was searching for this easy explaination! Thank you Patrick!!

SatyaketuSanjay
Автор

Very nice explanation 👍 Also that bright light in your background gives a nice fresh look to the video

vukasin
Автор

Very helpful and informative. Thanks and keep it up!

shahnawazk
Автор

I tried learning events from so many places but they do not explain the basics like you. Really good tutorial. Hope you could create a video about dive into events and delegates.

shehan.akalanka
Автор

I'm taking a class on Coursera and the teacher sucks, I have to look up on the youtube some key concepts they explain badly and you sir knock it out of the park. Thank you :)

fryser
Автор

Patrick you do a great job ! Thanks for another nice explaining video.

KatSanok
Автор

Very well explained. Thank you so much !

salilphadnis
Автор

Loving these videos! Could you also please make a Blazor Auto Render Mode CRUD Full Course video?

MEGAFOXTERRIER
Автор

Thanks man, Im a bit rusted on these concepts .. LOL

bytefree