C#: Delegates, Events and Lambdas (2015)

Go to class
Write Review

Free Online Course: C#: Delegates, Events and Lambdas (2015) provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. C#: Delegates, Events and Lambdas (2015) is taught by Joe Marini.

Overview
  • An in-depth exploration of delegates, events, and lambdas: C# elements for creating more efficient and flexible functions.

Syllabus
  • Introduction

    • Welcome
    • What you should already know
    • Using the exercise files
    • Setting up the development environment
    1. Overview
    • Overview of C# delegates, events, and lambdas
    • Common delegate, event, and lambda scenarios
    2. C# Delegates
    • Creating C# delegates
    • Using anonymous delegates
    • Using composable delegates
    • Programming challenge: Calculate shipping costs
    • Solution
    3. C# Events
    • Creating C# event handlers
    • Event chaining and unchaining
    • Programming challenge
    • Solution
    4. C# Lambda Expressions
    • Understanding C# lambdas
    • Using lambdas as delegates
    • Programming challenge
    • Solution
    Conclusion
    • Goodbye