Tags
Language
Tags
January 2025
Su Mo Tu We Th Fr Sa
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

C#: Delegates, Events and Lambdas

Posted By: Landau17
C#: Delegates, Events and Lambdas

C#: Delegates, Events and Lambdas
MP4 | Video: 720p | Duration: 1:09:04 | English | Subtitles: VTT | 206.6 MB



C# provides function types to fit a variety of scenarios, called delegates, events, and lambda functions. In this course, Joe Marini explores these key elements, starting with delegates, which allow developers to easily separate functional pieces of a program. Joe shows how to create both anonymous and composable delegates, using a shipping costs calculator as a practical example. Next, he covers using events to broadcast and listen to messages both inside and outside a program, switching functionality on and off on demand. Finally, the course explores lambda functions: concise ways to declare small and focused or one-off functions, which keep your program code tight and efficient.

Start watching to learn how to adapt this flexible set of programming tools to your own C# programming needs.