The Core of .NET

TH04 Get Func-y: Understanding Delegates in .NET

06/16/2022

8:00am - 9:15am

Level: Introductory to Intermediate

Jeremy Clark

Developer Educator

JeremyBytes.com

Delegates are the gateway to functional programming. So lets understand delegates and how we can change the way we program by using functions as parameters, variables, and properties. In addition, we'll see how the built in delegate types, Func and Action, are waiting to make our lives easier. We'll see how delegates can add elegance, extensibility, and safety to our programming.

You will learn:

  • What delegates are
  • How to use functions as parameters and return values
  • Make code that can be easily extended