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
()
Ex_Files_C_sharp_events.zip
(993 KB)