PROTIP: Watch me at 1.5x speed to save time! 😎 Do you love this video? What is your opinion about it? 🙄 What kind of lessons do you prefer? Shorter or longer? Let me know in the comments! 👇 You can get my source code from here: bit.ly/my-source-ciu 👈
@kalin.tsenkov5 жыл бұрын
Awesome video! Can you make a video about SOLID Design Principles?
@CodeItUpByAMBITIONED5 жыл бұрын
Thank you! Will do in the future.
@Kriskopower2 жыл бұрын
"Goes to hiks + igrek" :D razveseli me tfa dosta , inache mersi za uroka dosta polezno ^^
@ivaylo.hristov5 жыл бұрын
I would also love to see your take on SOLID principles.
@CodeItUpByAMBITIONED5 жыл бұрын
I have them in mind.
@tisurmaster3 жыл бұрын
could we create applications by only using FUNC and ACTION?
@010101dddm4 жыл бұрын
Perfectly explained. Thank you.
@Summer96044 жыл бұрын
Hey, man! Thanks for your vídeo! Let me see if I did understand the concepts: Delegate is an abstraction of func and action just like a superclass. Am I correct?
@CodeItUpByAMBITIONED4 жыл бұрын
Yes, you can consider the Delegate to be an abstraction, and the Action and Func to be concrete implementations of it.
@saurabhchauhan2324 жыл бұрын
Superb explanation through examples
@krisdurzhev55144 жыл бұрын
Awesome video! Good Job :)
@CodeItUpByAMBITIONED4 жыл бұрын
Thank you!
@shaunhunterit3423 жыл бұрын
Thanks, I like videos like these with lots of examples to play about with
@hamzakoala23824 жыл бұрын
great explanation im really lucky to know this channel keep it up i love ur work
@CodeItUpByAMBITIONED4 жыл бұрын
Thank you for the nice words!
@mybusinessnotyours20512 жыл бұрын
Great Tutorial, thank you good sir!
@birdup85853 жыл бұрын
Great video, thank you very much!
@ZuraevD Жыл бұрын
Thanks a lot:)
@VinuP20234 жыл бұрын
Thanks much for the video :)
@CodeItUpByAMBITIONED4 жыл бұрын
You are more than welcome!
@moaad952 жыл бұрын
In Case you want to print all the results from Func delegate you do this--> foreach(Delegate d in func.GetInvocationList()) Console.WriteLine(d.DynamicInvoke());