Learn and Understand C# Delegates fast by coding (Udemy.com)

Make your code powerful by using C# Delegates today, and understand it step-by-step through real world examples!

Created by: Sandor Maraczy

Produced in 2016

icon
What you will learn

  • Create and use delegates
  • Understand the real purpose of using delegates even without events in object-oriented programming
  • Recognize the scenarios, when you could make use of the delegates
  • Invoke multiple methods through a delegate
  • You will not only learn delegates in an easy way, but fully understand the concept of it
  • Create and use the built in Action<T>
  • Create and use the built in Func<T, TResult>

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 92 / 100

icon
Course Description

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.
It is inevitable for a C# developer to notice the scenarios while coding, when the use of a delegate could come in very handy. I will be your guide through your delegate learning path, and make it simple for you to understand through my logically built examples.
This is my first course, which gives an introduction to the C# delegates.
If you follow along, you will understand the delegate related topics much easier: Events, Lambda expressions, LINQ. Anonymous methods, Events, and Lambdas will be also covered in the future sections of this course!
LINQ can make your C# code more powerful, and simpler, because it gives you an easy and concise way to query objects. But in order to use it, you first need to understand how delegates work.
Why should you take this course instead of watching Youtube videos about delegates?
  • Because this course will give you an in depth introduction to delegates
  • Because one simple example may not be enough for you to recognize the situation for a delegate to be useful in software development
  • Because instead of declaring one simple example, I'll cover logically built, more realistic examples to make the topic simple for you to learn and understand
  • You will learn how Action<T>, and Func<T, TResult> work, which is inevitable to know for writing LINQ queries


What will you learn in this course?
  • You will learn what a delegate is
  • You will learn how to create and use delegates
  • You will see the difference of direct method invocation and delegate invocation
  • You will see how useful delegates can be through logical examples
  • How to avoid code duplication by using delegates
  • How to invoke multiple methods through delegates
  • How delegate inference can help us to write simpler code
  • How to use Action, Action<T>, Func<T, TResult>


Why should every C# developer be familiar with the concept of delegates?
  • Delegates are extremely critical part of the .NET Framework
  • Might be the solution for a lot of problems when developing a software
  • Using delegates will allow better code reuse to your software
  • Your code can become more flexible and powerful when using C# delegates
  • You will very commonly use delegates, when using events, creating LINQ queries etc.

Who this course is for:
  • Any C# developer, who just started out, and want to fully understand delegates through examples
  • Any C# developer without experience
  • Any C# developer, who wants an in-depth clarification about delegates
  • Any C# developer, who is familiar with the topic, but wants to strengthen his/hers knowledge

icon
Instructor Details

placeholder

Sandor Maraczy is a Microsoft Certified Software Engineer. 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 actually doing it, so he could soon break into the field as a software engineer.
He also helped a lot to hiss classmates at college, where he got a lot of compliments for the way he explains basic programming concepts.
Today he is an Instructor on Udemy, because he believes, that through his simple examples, you will not only learn the purpose of the concepts, but also know, how they are worth to be utilized, when developing a software.
If you'd like to learn easily in small time, I encourage you to enroll to one of his courses today!

icon
More c# courses

C# For Beginners: Learn C# Programming From Scratch

$11.99

Language-Integrated Query  ( C# ) (LINQ)

$11.99

C# Memory Tricks: Learn How To Master The Garbage Collector

$11.99

C# - Complete A to Z C# Masterclass: Hints + Coding Tips

$11.99

Let's Code: C# Programming Exercises for Beginners

$11.99

C# Tutorial - Fundamentals for Beginners

$11.99

icon
Reviews

4.6

52 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

I really liked this course, and can't wait for lambda expressions, and events to come.

The instructor is clear, and repeates the important features multliple times, to make it easier to understand, so I can learn in a comfortable pace.

I highly recommend this course to beginner developers!

Very Good......

Voice a little hard to understand without raising volume

Clear, practical, to-the-point.

It is a very-very useful stuff. Easy to understand.

Every minutes worth it!

Please create a lot of useful and clear lectures same style like this.

Good basic lecture for delegate.

Delegates are powerful part of C#, it really worth to invest time in them.

I find this tutorial really, clear and easy to follow. Recommended if you want to learn quickly.

This course was quick and excellent!

I am reading code hardily from the monitor,Because the font is so small

Very fast and easy to understand and to start using Delegates in my code! Thank you!

The Instructor is VERRY good at explaning the content, but I missed learing about EventHandelers!

Very well done! I think an exercise or two would be a great addition to the course -- learn by doing.