Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.34 KB

README.md

File metadata and controls

31 lines (24 loc) · 2.34 KB

Get Func-y: Understanding Delegates in C#

Delegates are the gateway to functional programming. So let’s understand delegates and how we can change the way we program by using functions as parameters, return types, variables, and properties. In addition, we’ll see how the built in delegate types, Func and Action, are waiting to make our lives easier. By the time we’re done, we’ll see how delegates can add elegance, extensibility, and safety to our programming. And as a bonus, you’ll have a few functional programming concepts to take with you.

This repository contains slides and code samples for a live presentation. You can find articles and a video series on the topic below.

The code currently uses .NET 8.0.

Presentation Recordings:

YouTube Series

Articles:

Additional Topics

For additional information, please visit jeremybytes.com.