arpithaupd / c-sharp-delegates-events-and-lambdas-3006906

C#: Delegates, Events and Lambdas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C#: Delegates, Events, and Lambdas

This is the repository for the LinkedIn Learning course C#: Delegates, Events, and Lambdas. The full course is available from LinkedIn Learning.

C#: Delegates, Events, and Lambdas

C# provides different function types to fit a variety of real-world development scenarios. In this course, Joe Marini explores three important features of C#: Delegates, events, and lambdas. First, Joe shows how delegates are used to provide interchangeable functions during the lifetime of a program, which makes it easy to modify the functionality of an app on the fly. He then covers events, which are used to handle messages from both within and outside the program and can be turned on and off dynamically. Finally, he shows how lambdas provide a concise, efficient way of writing simple expressions without having all the associated syntax of a full function. These features help keep C# code readable, efficient, and maintainable, so join Joe to learn how to adapt this flexible set of programming tools to your own C# programming needs.

Instructions

This repository has the starting and finished example code for the C# Delegates, Events, and Lambdas course. Use the starting point code to follow along with the course and build towards the finished examples. Use the finished examples to learn more about how each of the various features of C# work.

Installing

  1. To use these exercise files, you must have the following installed:
    • A text editor or IDE, such as Visual Studio, Visual Studio Code, Atom, etc
    • The .NET SDK, version 5
  2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.

Instructor

Joe Marini

Senior Director of Product and Engineering

Check out my other courses on LinkedIn Learning.

About

C#: Delegates, Events and Lambdas

License:Other


Languages

Language:C# 100.0%