It's really best video,I never see this type of teaching ever. even microsoft documentation is useless in front of your teaching...❤️ You made my day Tysm 🙏
I couldn't find any better discussion on the internet but this one. C# delegates were very confusing to me as you said, while we can make a direct method call, what's the logic to make a pointer inside the same class. Now I understand the main reason for delegates. Thanks a lot for creating such an amazing c# resource.
Delegates are like hooks exposed by the methods of publisher class, to which subscriber class can hookup its own methods at runtime. And the publisher method executes all the methods attached to the hook. So it gives the subscriber to provide logic of its own choice at runtime.
Best video on Delegates and Events I've ever watched. I never really understood what delegates are for, they just didn't make any sense to me. Thanks for the great material!
New Announcement from Questpond ".NET(C#) FUNDAMENTALS, .NET COLLECTIONS, GENERICS" Course now available @ 799 /12 $. If Interested visit this Link for Subscription with Questpond www.questpond.com/netc-fundamentals-net-collections-generics/cid22
1. [2,2,2,2,2,2] How can i write a program in csharp such that if start at any point in the 2. array, example [2,_,3,_3,3,_] 3. [3,1,_,1,4,4,1] When starting all cells have two coins, when you pick two coins that is the number of steps you use to go forward, when they are finished you again until the number of picked coins are zero and the destination cell has 1 coin, help out how to implement this in c-sharp
30 Important C# Interview Questions : ua-cam.com/video/BKynEBPqiIM/v-deo.html
25+ OOPS Interview Questions : ua-cam.com/video/u99wAoBjDvQ/v-deo.html
Software Architecture Interview Questions : ua-cam.com/video/AtTgcbLOqMM/v-deo.html
20+ SQL Server Interview Questions : ua-cam.com/video/SEdAF8mSKS4/v-deo.html
10+ Power BI Interview Questions : ua-cam.com/video/Cozc9WNBRt4/v-deo.html
20 MSBI Interview Questions : ua-cam.com/video/Nw_sHEKnOUE/v-deo.html
SQL Server Joins : ua-cam.com/video/KTvYHEntvn8/v-deo.html
SQL Step by Step - ua-cam.com/video/uGlfP9o7kmY/v-deo.html
Angular Step by Step Tutorial for Beginners : ua-cam.com/video/-9VcW7MBDs8/v-deo.html
25 Angular Interview Questions : ua-cam.com/video/-jeoyDJDsSM/v-deo.html
25 Important ASP.NET Interview Questions : ua-cam.com/video/pXmMdmJUC0g/v-deo.html
35 Important JavaScript Interview Questions : ua-cam.com/video/Zb4dPi7CANU/v-deo.html
20 MySQL Interview Questions : ua-cam.com/video/9hfjC-BpY20/v-deo.html
5 MSBI Interview Questions : ua-cam.com/video/5E815aXAwYQ/v-deo.html
20 PHP Interview Questions : ua-cam.com/video/1bpNSynUrl8/v-deo.html
Anyone can't be teacher.
You are a teacher.
You can make anything simple
Thank you so much
It's really best video,I never see this type of teaching ever. even microsoft documentation is useless in front of your teaching...❤️ You made my day Tysm 🙏
I couldn't find any better discussion on the internet but this one. C# delegates were very confusing to me as you said, while we can make a direct method call, what's the logic to make a pointer inside the same class. Now I understand the main reason for delegates. Thanks a lot for creating such an amazing c# resource.
i was also confuse for same reason, now i got what delegate is and why to use it
Explained delegates/events concept with real time examples. Thanks for sharing the information.
You made my day sir. I have been looking this kind of explanation from past 2 years. You cleared all my doubts with 50min. Video. Thank you sir.
Shiv you are the best, it's always good to hear your voice, reminds me of my college days with my professors. God Bless 🙏
Delegates are like hooks exposed by the methods of publisher class, to which subscriber class can hookup its own methods at runtime. And the publisher method executes all the methods attached to the hook. So it gives the subscriber to provide logic of its own choice at runtime.
Nicely summarised
Today I have cleared delegate after watching your video. Great sir.
Best video on Delegates and Events I've ever watched. I never really understood what delegates are for, they just didn't make any sense to me.
Thanks for the great material!
I like your presentation sir...Very very useful your videos....Thank u so much sir
Thanks Very much . I haven't see such kind of clear explanation of Events & Delegates in UA-cam .
Thank you for making a very valuable video. Now I can learn advanced concepts in delegates and events with out any confusion
Sir you made the day as winning over delegate understanding in 2022. Thank you so much for such a structured tutorial.🥳💐💐
Thank you, Sir this video along with other videos from Questpond have been immensely helpful. Keep up the good work.
Best explanation ive received on both subjects delegates and events
Thanks shiv sir very helpful session your way to discuss is very perfect more understandable really appreciated..
Thank you Shiv. Great explanation and Knowledge sharing
I love yor videos ...because you tell the real use of concepts
I love the way you teach. Osm video.
Such a great content sir . I was digging out for real example for delegates and it made my day... !!! Great 👍 keep it up.
You are great sir.. hats off
The best tutorial on delegates🙏
A small tipp coz u re so smart i think u ve to invesigate somthink in the quality of your tuto espicially from the audio aspect
Thank you sir for giving good understanding of delegates and events
nice explanation sir . Thank you.
Very Very nice demonstration ..This is really great. :)
Best video on delegate
This is a really great video 🙏🙏
Thank you .its very helpful and essay understand.
That's a great video, please add videos on Azure and .Net Core interview question
Thanks for tutorial, your tutorial is excelent.
osm teaching man i really loved it i will take the subscription
Amazing Explanation Sir
Very Very nice LECTURE
Thanks!
Thak You Sir............... Very Useful..........
love You from tamilnadu thoothukudi
You got new subscriber today
Thank you for subscribing to our channel, happy learning :)
Could you make another training session for async and await
very helpful
Please do video on publishing asp .net website in iis with mssql server conectivity
Thank you sir 🙏🙏🙏
Please do video on step by step process of publishing code in iis and configure to domain.
Thanks .
Great video
In multi-cast delegate can we receive the same state of the class in different threads ?
Another beauty!
Thank you so much
When to use delegates and when to use "task async" ? Any particular scenario ?
Pls upload the SC to Git if possible.
New Announcement from Questpond ".NET(C#) FUNDAMENTALS, .NET COLLECTIONS, GENERICS" Course now available @ 799 /12 $. If Interested visit this Link for Subscription with Questpond
www.questpond.com/netc-fundamentals-net-collections-generics/cid22
Delegate is a type safety function pointer..
If i stuck anything
I refer sir video
i will add one thing, DELEGATE is the base stone for IOC
1. [2,2,2,2,2,2]
How can i write a program in csharp such that if start at any point in the 2. array, example [2,_,3,_3,3,_]
3. [3,1,_,1,4,4,1]
When starting all cells have two coins, when you pick two coins that is the number of steps you use to go forward, when they are finished you again until the number of picked coins are zero and the destination cell has 1 coin, help out how to implement this in c-sharp
Please add second part link here
Kindly don't forget to give some real project based examples, why we use this
In one word write down why you need Delegates here in comments ?
complex behaviour
Delegates and Events for lifetime
voice is low in your videos
good video with bad audio quality
👏👏👏👏👍
Your voice is very low!
Audio not clear
:)
Sir amazing content 👍🏼 very useful and informative..keep it up