C# Events | Events in C# with example | C# interview question

  Рет қаралды 15,932

Code With RaiGenics

Code With RaiGenics

Күн бұрын

C# events are explained in great detail in this video. Event are one of the most important interview question. Hope this video tutorial in C# events will help you clear all your concept.
Please subscribe to the channel by clicking this link - / @raigenics
Check out my Design Pattern Playlist for other patterns -
• Design Pattern
For C# interview question, please see the link below -
• C# Interview Question
Agile
----------------------------------------------
Roles and responsibilities of agile architect : • Software Architect Rol...
3 fundamental benefit of Scrum : • Scrum Vs Waterfall: ...
An agile way of thinking software testing : • An agile way of thinki...
Exploratory Testing: An approach to agile testing: • Exploratory Testing | ...

Пікірлер: 35
@sassyjas1313
@sassyjas1313 2 жыл бұрын
I really appreciate you putting up this video, I have been looking for a simple and yet powerful explanation. This is where my search ended. 👍
@RaiGenics
@RaiGenics 2 жыл бұрын
Glad that you liked it!
@ajesh1984
@ajesh1984 9 ай бұрын
Very understanding one, thanks for posting this.
@hotmail4usa
@hotmail4usa 5 ай бұрын
Best event tutorial ever, thank you
@balachander007
@balachander007 2 жыл бұрын
All the videos are wonderful..Very simple and easy to understand thanks a lot for those videos
@STUPIDYOUTUBE_AI
@STUPIDYOUTUBE_AI 5 ай бұрын
Very good tutorial and example. I like how you broke each code into smaller pieces and added them line per line and explained, it made it easier to understand. This is the best, clearest delegate/event tutorial I found on youtube after watching a dozen of them, plus you also discussed the built-in Eventhandler delegate. You reminded me of Kudvenkat here in YT. Keep up the good work! I've subscribed!
@RaiGenics
@RaiGenics 5 ай бұрын
Thanks.
@ArjunSingh-hs4ti
@ArjunSingh-hs4ti 2 жыл бұрын
Very nice.
@sabamaria935
@sabamaria935 3 жыл бұрын
best video I have come across about events
@RaiGenics
@RaiGenics 3 жыл бұрын
Thanks for sharing the feedback :-)
@Mabh838
@Mabh838 3 жыл бұрын
Best and simple video
@RaiGenics
@RaiGenics 3 жыл бұрын
Thanks for sharing the feedback :-)
@subhashmishra2326
@subhashmishra2326 2 жыл бұрын
awesome!! nicely explained. Thank you so much.
@RaiGenics
@RaiGenics 2 жыл бұрын
Glad that it helped you!
@midhunp7718
@midhunp7718 2 жыл бұрын
Best ever explanation
@RaiGenics
@RaiGenics 2 жыл бұрын
Thanks for droping in the feedback☺
@ganeshkumar-zz5hp
@ganeshkumar-zz5hp 3 жыл бұрын
Nice video bro.. very simple example to make understand events everyone
@RaiGenics
@RaiGenics 3 жыл бұрын
Glad that you like it!
@mahnazbp1204
@mahnazbp1204 Жыл бұрын
very well explained. Thank you very much 💯
@RaiGenics
@RaiGenics Жыл бұрын
Thanks for the feedback!
@Ak-zm3ce
@Ak-zm3ce 2 ай бұрын
great
@pushpab8603
@pushpab8603 3 жыл бұрын
Very nice vedio sir ,thank you so much.
@RaiGenics
@RaiGenics 3 жыл бұрын
Thanks for sharing the feedback 🙂
@amanagrawal7699
@amanagrawal7699 2 жыл бұрын
very well explained- keep up the good work buddy -it helps me a lot in understanding the concept
@RaiGenics
@RaiGenics 2 жыл бұрын
Thanks for sharing the feedback!
@Amitkumar-tj7ep
@Amitkumar-tj7ep 3 жыл бұрын
Sir, I would request to you please upload same kind of video. Best video yet to learn exactly, where to use event & delegate.
@RaiGenics
@RaiGenics 3 жыл бұрын
sure, I hope at least the content of the video is clear. I hope you have gone through these videos on delegate: kzfaq.info/get/bejne/at-faauo1a3Flp8.html kzfaq.info/get/bejne/mdqfgLWL07CUdI0.html
@ramugade3115
@ramugade3115 3 жыл бұрын
Best Video sir
@RaiGenics
@RaiGenics 3 жыл бұрын
Thanks.
@nielsSavantKing
@nielsSavantKing 2 жыл бұрын
Very nice and clear! But it is better to make the method EmployeeSeperatedEventHandler private
@RaiGenics
@RaiGenics 2 жыл бұрын
Thanks for sharing the feedback!
@_becool_3002
@_becool_3002 2 жыл бұрын
Hi, @15:58 after changing the name of delegate as EventHandler, dont we need to change the same in Finance.cs? Public void EmployeeSeparatedEventHandler() to public void EventHandler () ???
@RaiGenics
@RaiGenics 2 жыл бұрын
Please understand, you are not changing the name of the delegate, EventHandler it self is a delegate given by the .net framework. And "Public void EmployeeSeparatedEventHandler()" is a event handler method which you will be attaching to the delegate. Something like this employeeSeparator.EmployeeSeparated += EmployeeSeparatedEventHandler; Now whenever you invoke EmployeeSeparated event, EmployeeSeparatedEventHandler event handler will fire. Hope I understood your question.
@satishchandragiri4217
@satishchandragiri4217 2 жыл бұрын
Nice Video. where can i access this code?
@RaiGenics
@RaiGenics 2 жыл бұрын
Unfortunately, I did not maintained these code. But I think you can just follow along
Delegates in C# - A practical demonstration, including Action and Func
1:09:11
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 45 МЛН
DO YOU HAVE FRIENDS LIKE THIS?
00:17
dednahype
Рет қаралды 54 МЛН
3M❤️ #thankyou #shorts
00:16
ウエスP -Mr Uekusa- Wes-P
Рет қаралды 11 МЛН
WHO DO I LOVE MOST?
00:22
dednahype
Рет қаралды 79 МЛН
C# Events & Delegates
17:21
Tarodev
Рет қаралды 83 М.
C# Events - Creating and Consuming Events in Your Application
1:09:13
C# Delegates & Lambdas Explained
32:43
Raw Coding
Рет қаралды 37 М.
Stop using async void in C#! Do this instead.
13:12
Nick Chapsas
Рет қаралды 57 М.
Why You Shouldn't Nest Your Code
8:30
CodeAesthetic
Рет қаралды 2,6 МЛН
What are Events? (C# Basics)
15:05
Code Monkey
Рет қаралды 378 М.
C# Interview prep: 50 Question and Answers
1:17:24
tutorialsEU - C#
Рет қаралды 45 М.