Went thru many tutorials to understand delegates , finally i got it .. thank u so much
@interviewhappy Жыл бұрын
Thanks. Glad you liked it. All the best for your career.
@dineshvishwa257857 ай бұрын
@@interviewhappy Yes, this is fabulous
@sonalgala-y8j11 ай бұрын
Your explanation is just super easy to understand even complex topics . Thank you for the wonderful videos.
@gutsama7765 Жыл бұрын
MUITO OBRIGADO, VOCÊ FOI O ÚNICO CAPAZ DE ME FAZER ENTENDER COM CLAREZA.
@interviewhappy Жыл бұрын
I don't understand it ;) but I can feel it
@shreyasgowda2077 Жыл бұрын
Translation for the above comment THANK YOU SO MUCH, YOU WERE THE ONLY ONE ABLE TO MAKE ME UNDERSTAND CLEARLY.@@interviewhappy
@jtech89596 ай бұрын
Ive been looking for a simple but easy to understand explanation. This is it. Thanks
@interviewhappy4 ай бұрын
Glad it helped!
@engineersINnight9 ай бұрын
Hello Happy Ji. Your interviews Questions are more helped me to get 2 Offers Letters with Salary Hike. Please keep it on. These videos will help more persons like me. also Please create a 100 FAQs on jQueries too.
@enespinar971111 ай бұрын
BETTER THAN MY PROFFESSOR OMG
@kidoo1567Ай бұрын
I'm very happy..very easy explanation
@chetanmp03 Жыл бұрын
What a simple and superb explanation. Feeling happy for subscribing such a wonderful channel. Kudos to the Happy
@dineshvishwa257857 ай бұрын
I always see your videos whenever I want study
@meenakshisk52814 ай бұрын
Thank you 🎉🎉so much for this video.. I will share this video with my students. This makes my teaching easy.
@interviewhappy3 ай бұрын
Glad it was helpful!
@amolgaikwad8570 Жыл бұрын
❤❤❤❤ so much love sir ji am happy with your all videos .. really appreciate for your contents. God bless u such a wonderful videos ❤❤
@interviewhappy Жыл бұрын
Thanks a ton @amol
@kiranvarghese672 Жыл бұрын
Another simple real time application is message queue handlers When message is received in the queue, the received event is triggered which in turn may have subscription with set of delegates actions to complete.
@rahulkubasad54976 күн бұрын
I see 2:13 minutes you passed a parameter as Add and then as output you are saying as 600 please do correct it
@danjayalath2 ай бұрын
best explanation
@interviewhappy2 ай бұрын
Glad you think so!
@nirmalhasposted9 ай бұрын
very nice examples. Thank you
@interviewhappy9 ай бұрын
You are welcome!
@BhupenderSingh-to3nk3 ай бұрын
Just a scratch of what delegates actually are. Every blog or website has these similar works copied and the same has been done here.
@haricuts981410 ай бұрын
Thank you for the wonderful videos.
@interviewhappy10 ай бұрын
Glad you like them!
@Vinothkumarm-fx2jp Жыл бұрын
Good explanation. I have a question, as you said when we want to attach method name as a parameter in delegate we can go for delegate. We have an option to call method name directly by creating object of the class and can implement same logic then why we need to attach method name as a parameter and go for delegate ?
@interviewhappy Жыл бұрын
Yes Vinoth, you are correct. Soon I will try to present one details video on it.
@riteshkumaryadav1287 Жыл бұрын
In some scenario where we cant expose private methods or we don't expose method outside or we have some project where I cant add their reference so in that case delegate is useful
@Vinothkumarm-fx2jp Жыл бұрын
@@interviewhappy sounds good
@Vinothkumarm-fx2jp Жыл бұрын
@@riteshkumaryadav1287 Brilliant, this is useful. Thanks
@goverdhanjayaram3683 Жыл бұрын
Thank you very much ! You made it easy to understand:)
@interviewhappy11 ай бұрын
Glad it helped!
@s.devaraj20964 ай бұрын
i have a dbt in delegate you used delegates method is like overloading concept so why we were going to like that concept could you give some tips this delegates
@MaryOssati11 ай бұрын
Thanks for the Delegate part. Are we missing Events in this clip? It seems like the clip is unfinished
@naveenbaghel5327 Жыл бұрын
Thank you so much Boss 💓 Really Awesome Knowledge
@interviewhappy Жыл бұрын
Most welcome Naveen
@luminescentboy334010 ай бұрын
simple and nice
@interviewhappy9 ай бұрын
Thank you 🙂
@harshalgarg16768 ай бұрын
It was really helpful.
@ranadheera7574 Жыл бұрын
Thank you . Good explanation. Can you make a video to explain differences between Parallel.ForEach and AsParallel().ForAll and AsParallel().ForEach?
@interviewhappy Жыл бұрын
Yes, soon @ranadheera7574
@GalaxyCookies762 ай бұрын
More coding examples of delegates with events would enhance this explanation.
@anushthababerwal59045 ай бұрын
I wish I had seen this before todays interview, just got rejected , in Second round due to this delegates I got mixed up with Parallel task
@shirishshinde892019 күн бұрын
Explanation for why to use the Delegates is not complete, its only half correct, please explain real requirement of Delegate. Thank you.