-
Course
- Core Tech
C# 5 Events, Delegates and Lambdas
This course provides an in-depth look at how events, delegates and lambdas work in the C# language and .NET framework.
What you'll learn
Events, delegates and lambdas play an important role in the .NET framework but can be difficult to understand as developers first get started with the C# language. If you’re interested in gaining a more thorough understanding of how these C# technologies work then you’re in the right place! This course focuses solely on events, delegates and lambdas and provides insight into how they can be used in your .NET applications using the C# language.
Table of contents
- Introduction | 1m 27s
- Creating a Delegate | 11m 40s
- Demo: Creating a Custom Delegate | 9m 3s
- Demo: Adding Multiple Delegates to an Invocation List | 2m 51s
- Demo: Returning a Value Using a Delegate | 2m 40s
- Defining an Event | 4m 33s
- Demo: Defining Events | 2m 28s
- Raising Events | 5m 1s
- Demo: Raising Events | 5m 35s
- Creating an EventArgs Class | 4m 44s
- Demo: Creating an EventArgs Class | 4m 11s
- Summary | 28s
About the author
Dan Wahlin founded Wahlin Consulting, which provides consulting and training services on JavaScript, Angular, Node.js, C#, ASP.NET MVC, Web API, and Docker. He is a Google GDE, Microsoft MVP and Regional Director, and speaks at conferences and user groups around the world.
More Courses by Dan