Learn and Understand C# Delegates by coding
Sandor Maraczy, Microsoft Certified Software Developer
-
-
What is this course?
1:35 -
What is a delegate?
4:12 -
Create a custom delegate in code
5:12 -
Code duplication is growing - an example without using delegates
8:19 -
Refactor code to use delegate
5:20 -
Adding multiple delegates to the invocation list
7:34 -
Delegate inference
5:08 -
Action and Action of T
8:50 -
Func of T, TResult
8:35
-
About This Class
Understand the purpose of using delegates, and see how powerful they can be, through examples.
Delegates are very useful in C#, but the concept behind delegates might be hard to fully understand, therefore can be confusing for a lot of C# developers.
I will be your guide through your delegate learning path, and make it simple for you to understand through my logically built examples.
If you like my course, please feel free to leave a comment, and tell me what you would like to learn next!
Class Projects See All
No projects have
been added yet
No projects have
been added yet
No projects have
been added yet
No projects have
been added yet
Students
Projects
Reviews (0)
Sandor Maraczy is a Microsoft Certified Software Developer. He became passionate about programming and automation in the beginning of college, where he studied Business Information Technology.
He first started to deal with programming in Java and C#, and he always felt, that he is interested in coding in more depth, so beside college he also improved himself at home. He found really good resources online, by a guy called John Sonmez, who inspired him. He learned to code step by step by...