Тёмный

Delegates & Events in C# .NET 

Interview Happy
Подписаться 99 тыс.
Просмотров 52 тыс.
50% 1

Q. What are Delegates in C#? When to use delegates in real applications?
Q. What are Multicast Delegates?
Q. What are Anonymous Delegates in C#?
Q. What are the differences between Events and Delegates?
1. Full .NET Interview Course (with PDF Book)
C# / ASP.NET Core / MVC / API - Top 500 Interview Questions
Coupon code OFFERAPR2024DOTNET applied in below URL- 80% Off - Limited Time Offer
www.udemy.com/...
Don't worry if course not helping you, Udemy has 30 days Free Refund Policy.
2. Quick Revision Book (PDF format)
Top 500 .NET Interview Questions - OOPS/ C#/ ASP .NET/ MVC/ SQL /.NET Core /Web API
imojo.in/inter...
50% Off - Limited Time Offer Applied on above link.
Don't worry if book not helping you, I will return 100% of your money with in 7 days of purchase. Just mail me at anuragrawat123@gmail.com.
My best wishes are with you.

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

 

5 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 49   
@reem3063
@reem3063 Год назад
Went thru many tutorials to understand delegates , finally i got it .. thank u so much
@interviewhappy
@interviewhappy Год назад
Thanks. Glad you liked it. All the best for your career.
@dineshvishwa25785
@dineshvishwa25785 4 месяца назад
​@@interviewhappy Yes, this is fabulous
@sonalgala-y8j
@sonalgala-y8j 9 месяцев назад
Your explanation is just super easy to understand even complex topics . Thank you for the wonderful videos.
@engineersINnight
@engineersINnight 6 месяцев назад
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.
@jtech8959
@jtech8959 3 месяца назад
Ive been looking for a simple but easy to understand explanation. This is it. Thanks
@interviewhappy
@interviewhappy Месяц назад
Glad it helped!
@enespinar9711
@enespinar9711 8 месяцев назад
BETTER THAN MY PROFFESSOR OMG
@BhupenderSingh-to3nk
@BhupenderSingh-to3nk 27 дней назад
Just a scratch of what delegates actually are. Every blog or website has these similar works copied and the same has been done here.
@gutsama7765
@gutsama7765 Год назад
MUITO OBRIGADO, VOCÊ FOI O ÚNICO CAPAZ DE ME FAZER ENTENDER COM CLAREZA.
@interviewhappy
@interviewhappy Год назад
I don't understand it ;) but I can feel it
@shreyasgowda2077
@shreyasgowda2077 Год назад
Translation for the above comment THANK YOU SO MUCH, YOU WERE THE ONLY ONE ABLE TO MAKE ME UNDERSTAND CLEARLY.@@interviewhappy
@dineshvishwa25785
@dineshvishwa25785 4 месяца назад
I always see your videos whenever I want study
@chetanmp03
@chetanmp03 Год назад
What a simple and superb explanation. Feeling happy for subscribing such a wonderful channel. Kudos to the Happy
@danjayalath
@danjayalath День назад
best explanation
@kiranvarghese672
@kiranvarghese672 11 месяцев назад
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.
@meenakshisk5281
@meenakshisk5281 Месяц назад
Thank you 🎉🎉so much for this video.. I will share this video with my students. This makes my teaching easy.
@interviewhappy
@interviewhappy Месяц назад
Glad it was helpful!
@ranadheera7574
@ranadheera7574 Год назад
Thank you . Good explanation. Can you make a video to explain differences between Parallel.ForEach and AsParallel().ForAll and AsParallel().ForEach?
@interviewhappy
@interviewhappy Год назад
Yes, soon @ranadheera7574
@MaryOssati
@MaryOssati 8 месяцев назад
Thanks for the Delegate part. Are we missing Events in this clip? It seems like the clip is unfinished
@user-rl5ke2ky6h
@user-rl5ke2ky6h Месяц назад
Thank❤
@haricuts9814
@haricuts9814 7 месяцев назад
Thank you for the wonderful videos.
@interviewhappy
@interviewhappy 7 месяцев назад
Glad you like them!
@amolgaikwad8570
@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
@interviewhappy Год назад
Thanks a ton @amol
@nirmalhasposted
@nirmalhasposted 6 месяцев назад
very nice examples. Thank you
@interviewhappy
@interviewhappy 6 месяцев назад
You are welcome!
@alaagamal6285
@alaagamal6285 Год назад
very clear
@anushthababerwal5904
@anushthababerwal5904 2 месяца назад
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
@s.devaraj2096
@s.devaraj2096 Месяц назад
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
@naveenbaghel5327
@naveenbaghel5327 Год назад
Thank you so much Boss 💓 Really Awesome Knowledge
@interviewhappy
@interviewhappy Год назад
Most welcome Naveen
@harshalgarg1676
@harshalgarg1676 5 месяцев назад
It was really helpful.
@goverdhanjayaram3683
@goverdhanjayaram3683 9 месяцев назад
Thank you very much ! You made it easy to understand:)
@interviewhappy
@interviewhappy 9 месяцев назад
Glad it helped!
@Vinothkumarm-fx2jp
@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
@interviewhappy Год назад
Yes Vinoth, you are correct. Soon I will try to present one details video on it.
@riteshkumaryadav1287
@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
@Vinothkumarm-fx2jp Год назад
@@interviewhappy sounds good
@Vinothkumarm-fx2jp
@Vinothkumarm-fx2jp Год назад
@@riteshkumaryadav1287 Brilliant, this is useful. Thanks
@luminescentboy3340
@luminescentboy3340 7 месяцев назад
simple and nice
@interviewhappy
@interviewhappy 7 месяцев назад
Thank you 🙂
@pritampatil9241
@pritampatil9241 Месяц назад
delegate have diiff method signature
@Aman-x5g
@Aman-x5g Год назад
@deepanshu623
@deepanshu623 Год назад
Plz give video in desing pattern in c#
@interviewhappy
@interviewhappy Год назад
Sure, soon I will
@haricuts9814
@haricuts9814 7 месяцев назад
Thank you for the wonderful videos.
@interviewhappy
@interviewhappy 7 месяцев назад
Glad you like them!
Далее
C# Events and Delegates Made Simple | Mosh
32:04
Просмотров 946 тыс.
TRENDNI BOMBASI💣🔥 LADA
00:28
Просмотров 866 тыс.
What is Span in C# and why you should be using it
15:15
C# Events & Delegates
17:21
Просмотров 88 тыс.
IEnumerable, IEnumerator, IQueryable in C# .NET
6:13
What are Events? (C# Basics)
15:05
Просмотров 393 тыс.
Events in C#
12:36
Просмотров 64 тыс.