C# Events and Delegates Made Simple | Mosh

  Рет қаралды 930,906

Programming with Mosh

Programming with Mosh

9 жыл бұрын

🔥Get the COMPLETE course (75% OFF - LIMITED TIME): bit.ly/2s3qkxn
Want to learn more from me? Check out these links:
Courses: codewithmosh.com
Blog: programmingwithmosh.com
Facebook: / programmingwithmosh
Twitter: / moshhamedani
Are you confused about events and delegates in C#? Watch this tutorial and your confusion will be gone in 30 minutes!
Check out my other C# video tutorials:
Debugging in Visual Studio
• Debugging C# Code in V...
Generics
• C# Generics Tutorial: ...

Пікірлер: 1 000
@jakeowsley6552
@jakeowsley6552 3 жыл бұрын
As a seasoned C++ developer, I don't know why events and delegates aren't explained this way: straightforward and uncomplicated. Thank you, Mosh.
@arrrryyy
@arrrryyy 9 ай бұрын
He did not explain the basic but right away went to type of events standard code used only in winforms and webforms
@eobardthawne6903
@eobardthawne6903 6 ай бұрын
​@@arrrryyywhat is at 1:00 ?
@emzyempire658
@emzyempire658 6 ай бұрын
I couldn't agree more
@sanfordhoffman2392
@sanfordhoffman2392 7 жыл бұрын
I've looked at a lot of tutorials for events. This one did the trick for me. Broken down to its simplest form. Thank you very much Mosh.
@MrRasZee
@MrRasZee 5 жыл бұрын
mosh is fairly good, i always cross reference when i study
@HingalshDealer
@HingalshDealer Жыл бұрын
same with me
@ebayoscorner5512
@ebayoscorner5512 4 жыл бұрын
After three years in C#, I finally understand events and Delegates.....I have to go and refactor some codes....Many thanks Mosh......Greetings from Nigeria
@greenbear9790
@greenbear9790 2 жыл бұрын
Even 7 years later after this video has been uploaded, I want to notice you that there are many people who are still confused about it. and there are many books and tutorial videos on youtube, but there is no such tutorial video that explains how to use it and why it's used that well and simple. This is one of the best and awesome tutorials I've ever met. thanks to your video, their people never need to buy a book for it.
@Phcodesign
@Phcodesign 5 жыл бұрын
Clear and uncluterred as usual. Mosh is one of my favorite teachers. I respect all my teachers, and so the Mosh! Thanks!
@jagroop31521
@jagroop31521 8 жыл бұрын
This is called teaching skills , explained complex topi in simple way like int i =0;. Great job!!
@purpleice2343
@purpleice2343 8 жыл бұрын
*TRIGGER WARNING, ARGUING FOR THE SAKE OF ARGUING, it is also rhethorical question, tutorial is good* How am I supposed to know what int is and why I need ; at the end of line if I never looked at code before nor know what anything means?
@gkjnsdfg454
@gkjnsdfg454 7 жыл бұрын
If you don't know what an int is or what the semi colon is for you shouldn't be learning about events and delegate...in fact you should be learning the absolute basics if you don't know what either of them are for. It would be like trying to learn to run, yet you can't even crawl..
@purpleice2343
@purpleice2343 7 жыл бұрын
Daniel Rosenbrock You shouldn't be on internet if you take everything seriously, fuck off.
@gkjnsdfg454
@gkjnsdfg454 7 жыл бұрын
Mate I encounter many idiots on the daily just assumed you were one of them...now I know you are one of them :)
@JordanMetroidManiac
@JordanMetroidManiac 7 жыл бұрын
+Daniel Rosenbrock There wouldn't be any arguing if you just explained to him what they do instead of criticizing him. It's as simple as saying, "Semicolons indicate the end of each line. Ints are integers."
@cyclewithjb
@cyclewithjb 2 жыл бұрын
Love how you basically started from nothing instead of started with the codes already in place. Always thankful for your generosity and willingness to teach other people.
@zithfrg
@zithfrg 8 жыл бұрын
One of the best tutorials I have ever seen in KZbin. You gained a new subscriber today. Keep up the good work man!
@JedaiSaboteur
@JedaiSaboteur 6 жыл бұрын
I've struggled with delegates and events for a long time and this is the tutorial that drove it home for me.
@obo6261
@obo6261 3 жыл бұрын
Dude this tutorial is sick, thank you so much. As a less experienced programmer, explaining this programming concept in detail without a heap of jargon made this superrrrr accessible
@anhtuanle8318
@anhtuanle8318 2 жыл бұрын
Man, my teacher spent hours explaining this, and i couldnt seem to grasp it, but with just merely 30mins of your video, i got it, thanks bro, appreciate it, this is simplicity at its finest
@Andre-wu9fe
@Andre-wu9fe 5 жыл бұрын
To be honest, I never expected a tutorial this good when I felt like reading up on delegates and events again after feeling like I lacked in this area. This video was incredibly helpful, and explained the topic in a simple and the most uncomplexed way possible. Subscribed. Thank you.
@lgfdecv4133
@lgfdecv4133 7 жыл бұрын
This video has solved my question very well,I have been confused about events and delegates for several months and i try to understand them by reading books,but it is not easy to understand them fully until i meet this video, thank you,Mosh,Good job!
@biggs6466
@biggs6466 Жыл бұрын
Years after the fact and this is still the best video that explains this subject. Thank you so much for your simple, no-nonsense explanation and easing the viewer into the more complex subject matter only *after* explaining the absolute basics.
@scotmcpherson
@scotmcpherson 3 жыл бұрын
This is probably the best tutorial on events and event handlers....all the other's just whip right through each concept and it's nearly impossible to follow unless you already understand it...in which case you don't need the tutorial. You take the time to explain what each thing REALLY IS and the HOW and WHY that thing is important for creating a successful event.
@shawnemartin3410
@shawnemartin3410 8 жыл бұрын
This is great! I really appreciate that you took the time to first show the 'formal' way of doing it then showing the shortcut.. most would just show the shortcut!
@sensans5238
@sensans5238 2 жыл бұрын
This actually helped me a lot, I have been struggling for hours. So simple and straight to the point. Thank you very much!
@mgeorgescu
@mgeorgescu 9 жыл бұрын
More C# tutorials sir, you are amazing.
@Jolnichek
@Jolnichek 8 жыл бұрын
I just made it through the course ..slowly... took hour and a half following along and making notes etc...I can actually say I completely understand this material. The cool thing is that you seem to anticipate listener questions as you teach. Just when I seemed to be getting a little confused you added the precise depth needed to bring me right back on course. Thank you!
@jonathantanu2209
@jonathantanu2209 6 жыл бұрын
Thank you so much for explaining the concept of event-driven development utilizing delegate in C#. It has been a stressful time trying to understand what delegate is for and now I understand it. Once again, thank you.
@MrToksvienas
@MrToksvienas 7 жыл бұрын
helped me instantly man!! Now I can see!!!!!!!!!!!!!!!!!
@phjorland
@phjorland 7 жыл бұрын
Very clear, thank you very much! Keep making videos like this- many, many thumbs up will follow
@walkercase1836
@walkercase1836 7 жыл бұрын
Same, I looked all over the MSDN website and it just didn't explain anything well. Thanks a ton man!
@nailalzuhairi2690
@nailalzuhairi2690 6 жыл бұрын
hmmmm , so what would you then say if u watch his Video about INTERFACES, showing that so many books and youtubers teaching the developers false concepts like ( INTERFACE is used for Multi-inheritance ).. If you are one of those who thing the INTERFACE is so , so I would strongly recommend you to watch his legendary Course "C# Intermediate Classes, Interfaces and OOP"
@crabsynth3480
@crabsynth3480 5 жыл бұрын
Best Comment Ever ! :P
@WholeNewLevel2018
@WholeNewLevel2018 8 жыл бұрын
This is the Best Video on Events and Delegates ....... Thanks So Much ... and Pls keep up .....
@pmcgktr
@pmcgktr 3 жыл бұрын
I've been working on a feature in an app I'm doing for a client and literally spent 10 hours of jiggery pokery in the code with nothing working. 2/3rds of the way through the video and with a little tweaking I got the feature working!! 😭 Thank you so much you are a god send!!!!! 😭
@seanpenn6994
@seanpenn6994 2 жыл бұрын
Bro you have given me a new life by explaining this video on delegates and classes and resharper..i am so grateful..i wish i had the confidence to check this video out sooner..but i am hoping with your blessings i can find good work in software again..just low on confidence the last 2 and half years after losing my family and now getting to see my son once a week and for christmas and new years..you saved my life bro...grateful..god bless you...sorry for being overdramatic but such is life now..parents are the only ones who care about me and my son
@patz540
@patz540 8 жыл бұрын
This was amazing exhibition of using delegates and events with a superb real time example.Amazing work.You have a new subscriber to your list :)
@datkidkizzle
@datkidkizzle 7 жыл бұрын
This is by far the best and most complete introductory tutorial for Delegates and Events that I have ever seen. You did a fantastic job of explaining all the different aspects of events, why they are useful, and I love how you started from a simpler design and then went back and added some more to it.
@ismaelsanchez3492
@ismaelsanchez3492 3 жыл бұрын
I’ve seen many videos to try understand Events and Delegates, I can say this is the most clear, understandable and practical of them all. Congrats!
@ahmedelwa2000
@ahmedelwa2000 4 жыл бұрын
و الله يا موش أي حد بيرشح أي حاجة من ناحيتك بفتحها و اتعلمها و أنا مغمض و كل مرة مش بتخيب ظني ♥ شكراً يا موش Thank you mosh ♥
@hikkenwayans
@hikkenwayans 8 жыл бұрын
EXCELLENT TUTORIAL!!!
@MaamuBhanjiVines
@MaamuBhanjiVines 3 жыл бұрын
Events/Delegates is asked in every .NET interview and I have always shied away from this topic. I have an interview tom morning and can't wait to explain this exact same thing to the interviewer :p Thanks Mosh!
@alexisbarrette7652
@alexisbarrette7652 3 жыл бұрын
So how did you do? Were you asked about delegates during the interview?
@Gauravkumar-jm4ve
@Gauravkumar-jm4ve 3 жыл бұрын
Yea same with m I also shy from delegates
@MaamuBhanjiVines
@MaamuBhanjiVines 3 жыл бұрын
I was able to defend my hold on events/delegates this time. Practical examples do help 👍
@wdujsub7902
@wdujsub7902 3 жыл бұрын
Excellent explanation! I had just a vague idea about how events come into existence and how they work, but I had no problem implementing events into my project and understanding it throughly after the video. The explanation was so clear that there was no need to pause, because everything was put so simply that it seemed that I knew it all along. Thank you.
@MasterTeeee
@MasterTeeee 5 жыл бұрын
To expand on this quickly: delegate = More or less a variable, but rather than storing data, it stores one or more methods, provided they adhere to the exact signature. event = Expands on delegate to provide protection for malicious code potentially being run... Things like the delegate being overriden or overloaded, and a few other things like that. Technically, this can all be done without using the event keyword at all. You can just add the other classes [the subscribers] to the delegate method, and when the publisher calls the delegate method, it runs through every method that has been stored in it. Just to give an actual explanation of what's going on here...
@gunting
@gunting 5 жыл бұрын
Holy cat, this is the most clearest and easiest explanation to follow
@k4kfh
@k4kfh 5 жыл бұрын
This saved my bacon. Thank you so much!!! I was so confused, especially about delegates, but you explained the relationship and all the syntax perfectly in simple examples without 100 lines of confusing extras.
@Trio_In_Dubai
@Trio_In_Dubai 8 жыл бұрын
The best video lesson about C# programming I've ever seen. Now i'm reading Andrew Troelsen Pro. C# and after i read that topic in my book i was little bit confused. I wached many videos about that in russian language, cause i'm not wery good in english. Then I saw that lesson and now it is clear. Thank you! I'm subscribing.
@douglascristhian7178
@douglascristhian7178 9 жыл бұрын
Nice job! congrats from Brazil!
@vipulzambare5329
@vipulzambare5329 9 жыл бұрын
Best video to understand events and delegates.. Thanks!!!
@MelechFreedman
@MelechFreedman 7 жыл бұрын
I finally understand events!! Your amazing. I've Been programming for over ten years and avoiding events for as long as I can. Now I can create true uncoupled code. I've subscribed and set alerts!!!!!! Thank you!!!!!
@et379
@et379 9 жыл бұрын
This video is great! I was reading so much on the internet about this, but the examples used, were not explained step by step as you do. Now I finally understood how to use events correctly and also learned a bit about delegates. Thanks!
@lucaschambe
@lucaschambe 5 жыл бұрын
This tutorial was extremely helpful
@viktoradamsky8319
@viktoradamsky8319 8 жыл бұрын
The best explanation I've ever seen on KZbin on this topic!!! Thanks! Cheers from Russia!
@ashishbhardwaj5908
@ashishbhardwaj5908 9 жыл бұрын
Mosh. You are a genius. In my entire career I didn't see so much easily explained video on such confusing subject Event and Delegate. Good Job...
@ThreeBeerMinimum
@ThreeBeerMinimum 5 жыл бұрын
OK, by far the best freaking Teacher out there. You took something complex and broke it down. I will be purchasing your course SIMPLE BECAUSE YOU DESERVE IT! whether my or my co-workers need it or not - you're getting it!
@SantoshMishra-rw6fy
@SantoshMishra-rw6fy 8 жыл бұрын
Very nice video, hard work is done to help others.Really different perrsonality
@pebito
@pebito 8 жыл бұрын
Awesome! Thanks for posting this. Gotta watch it again a few times to get the hang of it though :)
@UmeshKumar-ox3zp
@UmeshKumar-ox3zp 7 жыл бұрын
At last I found one video which really explains what delegates and events are all about. I owe to you for this great video, Mr. Mosh.
@GabrieleCarubini
@GabrieleCarubini 3 ай бұрын
I am really happy with how you built these lessons. Although he does not have an exceptional knowledge of English I managed to follow and understand everything. In other courses or videos there are people who speak incomprehensible English. Too fast and full of words called with dialectal inflection. Congratulations for this and above all for how matter is explained.
@Thoscellen
@Thoscellen 7 жыл бұрын
Same as many other, you made Delegates and Events Crystal Clear to me :D. But, why have you used EventHandler over Func and Action ? What are the Pro and Cons ?
@donfeto7636
@donfeto7636 5 жыл бұрын
Thoscellen cuz of argument bro sender and eventarg are only in eventhander fun action predicate related to linq i think
@akisey1
@akisey1 7 жыл бұрын
This is some top quality teaching! Subscribed! +=
@ArpanMukhopadhyay93
@ArpanMukhopadhyay93 2 жыл бұрын
hahaha nice
@vitaliysakun-duvalko8946
@vitaliysakun-duvalko8946 2 жыл бұрын
subscribers ++;
@emacid7091
@emacid7091 8 ай бұрын
As a junior game dev i can say this helped me a lot. Thanks for your efforts
@poboyinsamsara
@poboyinsamsara Жыл бұрын
Ive been trying to get a clear explanation of how events work for weeks. Best explanation I have found. Thank you.
@AonyjsViolmlar05
@AonyjsViolmlar05 2 жыл бұрын
If you were my college teacher i'm probably a software architect now.
@newandroidfan
@newandroidfan 3 жыл бұрын
Damn, you've taught this topic in less than 15 minutes and Tim Corey couldn't even do it in 40 minutes. Honestly, I'm disappointed in how Corey chose to explain this topic and Tim seems like he doesn't plan his videos, at least when he's trying to explain a intermediate concept.
@ahmedhani555
@ahmedhani555 2 жыл бұрын
@Programming with Mosh i watched +6 videos trying to understand events + uni scripts... and couldn't understand it. And this video made it so simple and easy
@AmitVerma-uc1fc
@AmitVerma-uc1fc 9 жыл бұрын
Perfect......main part of this video is what was the need of events and delegates and you mention it very well that is to make loose connection between two or more entities...no body mentioned this point except how to implement it, and bla bla bla bla ..thanks a lot Mosh...
@kanzanaveed
@kanzanaveed Жыл бұрын
Okay so I was short on time and I had to write a code snippet using delegates and events. I found this 30 minutes video and some others but being aware of the simplicity of Programming with Mosh, I decided to watch this one. And after completing it "I am here to confirm that I now have a very clear and pretty good understanding of Events and Delegates and can write code using them". Hence, proved once again that Mosh Hamedani is one of the best teachers in explaining things at the most easiest level. Thank you so much, God bless!
@ghazwan2568
@ghazwan2568 6 жыл бұрын
You were born a teacher man, my absolute favorite instructor and one of my reasons to pick .Net stack because you explain it very well greetings from Syria.
@TheCodingKent
@TheCodingKent 2 жыл бұрын
Always struggle with the event and delegate. This video makes me understand them very well. Thank you so much.
@sudheshg
@sudheshg 9 жыл бұрын
thank u mosh . now i have clearly understood clearly what is the use of event handler and delegates to write a loosely coupled events for pub / sub pattern.
@murphyochuba5340
@murphyochuba5340 4 жыл бұрын
This is unarguably the best video I have seen on C# events and delegates. Very detailed and explanatory!
@sinanmuhamedagic6475
@sinanmuhamedagic6475 4 жыл бұрын
was watching this video 1 hour before an uni deadline. you've saved me. thank you.
@eobardthawne6903
@eobardthawne6903 6 ай бұрын
4:00 by implementing Events, we are also abiding by the 2nd SOLID principle Open-Closed. Events allow extending existing code without modifying the codebase.
@jasonchu852
@jasonchu852 4 жыл бұрын
It is the best tutorial on c# "Events and Delegates" that I've ever seen!
@ArmaghanUljamil
@ArmaghanUljamil 8 жыл бұрын
Awesome video. I always gets confused when defining and raising events in C#. You have explained it very simply!! great job.
@AJ-xd2wt
@AJ-xd2wt 3 жыл бұрын
studying c# in school now and could not get this right, you explain this so much better! thank you for the simple explanation.
@elineoosterloo3555
@elineoosterloo3555 5 жыл бұрын
There are so many tutorials that don't explain and just 'do'. Thanks for really explaining, I learned a lot.
@user-xg7hi5mh3g
@user-xg7hi5mh3g 2 жыл бұрын
I've watched a lof of Videos learning c# ididn't got the Meaning of Delegate, Events before, but Now its more Clear and simple Thank u so much and i had never make a like for a video before but u absolutelry deserve it
@roncollette1692
@roncollette1692 8 жыл бұрын
Great job. You covered the WHAT, WHY, and HOW. So many instructors fail to address these factors...bravo!
@gargkapil
@gargkapil 7 жыл бұрын
Best Explanation of Delegates and Events which i was looking for since a long time..... Thanks for explaining in such an wonderful way...
@p.philippeaudet4608
@p.philippeaudet4608 8 жыл бұрын
I loved the clean, clear explanation and the speed was perfect. A beautiful ability to deliver. I would love to see a tutorial on serializing and de-serializing classes
@HirakiSHIKI
@HirakiSHIKI 3 жыл бұрын
I've been struggling to understand the concept, and this video finally cleared up my misconceptions, thank you!
@robertomarra2431
@robertomarra2431 7 жыл бұрын
Hi Mosh, appreciate your tutorial, guess what? I read manual over event/delegate and I couldn't get it, after watching your tutorial everything is crystal clear. So you did a great job, thank you man!
@brucehuang7957
@brucehuang7957 8 жыл бұрын
It is a great tutorial overall. Here is some summary from my understanding. First, we define the delegate and event in the publisher. Second, we raise the event in the publisher as well. Thirdly, we subscribe the event in the main function, by giving the statement (publisher.eventname+=subscriber.evenhandlername). Lastly, we implement the eventhandler in the subscriber.
@mattshu
@mattshu 7 жыл бұрын
I watched this 7 months ago and only sort of understood the concept. I bought your Intermediate course on sale at Udemy and got to the INotificationChannel section which brought me back here to this video. Now I can fully comprehend it! Thanks again! :)
@nithinchandran7959
@nithinchandran7959 6 жыл бұрын
After one year of programming, got the idea of events and delegates just a few minutes ago. Great teaching Mosh
@sameeranavalkar9352
@sameeranavalkar9352 Жыл бұрын
Superb... I used to be always confused on tie up between event and delagates and how to invoke it. This video gave a very clear picture. Thank you Mosh
@mindblower113
@mindblower113 8 ай бұрын
I don't remember I learned that much information within a 30 minute video with ease. Thanks big man!
@klsjdflksjfd
@klsjdflksjfd 3 жыл бұрын
Thank you so much Mosh. This is the best delegate/event tutorial for C# I have seen. I had to watch the video twice but at the end of the second watching I had a strong understanding of these concepts. Thank you!
@marcu54h
@marcu54h 5 жыл бұрын
Well recorded video. Voice isn't tiring. I watched all ads without shortcuts (not happens too often) to support the author. Thank You!
@Jorselfs
@Jorselfs 8 жыл бұрын
Thank you so much Mosh, you're amazing. I was all day trying to figure this out until I found you. Your video is so easy to understand even for a non native english speaker like me. Definitely I'll visit your courses on udemy. Greetings from Chile.
@senthilk396
@senthilk396 2 жыл бұрын
After 10 years , finally i understood what is Events and Delegates. Very clear explanation. Thank you 😊
@InfectionSaarg
@InfectionSaarg 8 жыл бұрын
This is one of the nicest and well-explaining videos regarding programming in C# that I've found on KZbin. Would even say that it's Pluralsight-level, although it's free to watch. Thank you very much, keep up the good work!
@TomkhaDev
@TomkhaDev 4 жыл бұрын
Great tutorial, especially with showing the exact thing the EventHandler classes accomplish it finally clicked for me.
@derelicts9503
@derelicts9503 Жыл бұрын
I was trying to learn this from "C# in a Nutshell" book and that was kind of dry. This was a superb explanation, absolutely perfect teaching Mosh, thank you!
@nomanali5220
@nomanali5220 6 жыл бұрын
What i like for this guy, is doing things in super simple way, making complicated situations very easy.
@owhondaowhonda-wopara509
@owhondaowhonda-wopara509 6 жыл бұрын
Thank you very very very much Mosh!!!! After lots of searches, this video goes straight to the point in a very simplified manner. You are awesome.
@ryanm.9326
@ryanm.9326 Жыл бұрын
Thank you for this video! Delegates and why we use them was a difficult topic to wrap my head around, but this video was a perfect explanation. Very easy to follow and understand.
@cloud77hot40
@cloud77hot40 5 жыл бұрын
It’s 1am in my area, and I think I have to watch this video a few more times to understand everything and get ahead in my advance C# class. Great Video!
@roydonk2878
@roydonk2878 3 жыл бұрын
All of the other comments already said it, but let me repeat it: this is such a great tutorial/lecture. Thanks for the content!
@alreadyghosts7727
@alreadyghosts7727 4 жыл бұрын
Crystal clear and now I understand the Why as well as the What and the How. Thank you very much!
@mrtalukdarr
@mrtalukdarr 2 жыл бұрын
Viewing it in 2021 really saved me a lot of effort with a lot of things in Unity, thanks a lot!
@Zergosss
@Zergosss 9 жыл бұрын
This is the best tutorial on Events & Delegates available anywhere on the internet. Thank you for sharing your knowledge.
@saifmuslim9376
@saifmuslim9376 8 жыл бұрын
I don't have better words than what Viktor said "The best explanation I've ever seen on KZbin on this topic!!! Thanks! Cheers from UK"
@chrismcclure4264
@chrismcclure4264 7 жыл бұрын
Fantastic video. Just used to dominate a project for c# class. I delegated the shit out of it. Keep up the good work.
@kitsVideo
@kitsVideo 8 жыл бұрын
Absolutely amazing tutorial! This tutorial allowed me to implement drag and drop functionality of objects embedded in controls in my c# application. Thanks!
@valekhya
@valekhya 3 жыл бұрын
Nice teaching! I saw another video with a similar example but I got confused. But the way you taught made things clear & helped me to understand a flow of the whole code. Thank you Mosh :)
@Bgroff
@Bgroff 3 жыл бұрын
A really great video on events in C#. I can now say I understand how events work. Wow, Mosh...excellent teaching!
@QuickZ_
@QuickZ_ 6 жыл бұрын
Fantastic video. Everything was understandable. My poor memory is overwhelmed so I will have to rewhatch this tutorial probably 3 times but at least I see the light in the delegate tunnel. I have been struggling for several days to understand how to implement delegate in your everyday coding.
@vikasrajput6135
@vikasrajput6135 6 жыл бұрын
I am your student on udemy, your approach to explaining the complex topics is suberb. I have been looking for Tut's on delegates . Went though lot of them but tu hey were emm little difficult to understand. I didn't know u were on utube and this one does the trick for me, now I know where to look for .net Tut's on you tube. Thanks sir.
@mbb720
@mbb720 4 жыл бұрын
Man, it took me about an hour and a half to finish this because of all my rewinding and note taking... but I understand it! Great video!
Visual Studio Keyboard Shortcuts that Speed Up Debugging Applications | Mosh
7:06
C# Generics Tutorial: Whats and Whys | Mosh
19:57
Programming with Mosh
Рет қаралды 256 М.
Can You Draw The PERFECT Circle?
00:57
Stokes Twins
Рет қаралды 97 МЛН
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30
1❤️
00:20
すしらーめん《りく》
Рет қаралды 32 МЛН
What are Events? (C# Basics)
15:05
Code Monkey
Рет қаралды 372 М.
Is Coding Still Worth Learning in 2024?
9:33
Programming with Mosh
Рет қаралды 208 М.
Delegates in C# - A practical demonstration, including Action and Func
1:09:11
C# Events & Delegates
17:21
Tarodev
Рет қаралды 81 М.
How Did I Not Know This TypeScript Trick Earlier??!
9:11
Josh tried coding
Рет қаралды 201 М.
Design Patterns in Plain English | Mosh Hamedani
1:20:01
Programming with Mosh
Рет қаралды 1,3 МЛН
C# Events - Creating and Consuming Events in Your Application
1:09:13
Can You Draw The PERFECT Circle?
00:57
Stokes Twins
Рет қаралды 97 МЛН