Get Func-y: Understanding Delegates in C#

Thursday, Aug 15 2:45 PM - 3:45 PM Junior Ballroom B

Description

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, return values, 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 looking at code, we'll see how delegates can add elegance, extensibility, and safety to our programming.