Deep dive into delegates and events in C# and build efficient, powerful applications.
What you'll learn
- Learn and Understand Delegates in C#
- Learn and Understand Events in C#
- Learn How to Fire Events
- Learn and Understand What a Delegate Is
- Learn About Delegate Types
- Learn and Understand What an Event Is
- Learn how to Implement Delegates
Requirements
- A PC or Mac
- Internet Access
- Basic C# knowledge is helpful but not required
Description
Welcome to this course: C#: Learn and Understand Delegates and Events in C#. People often find it difficult to see the difference between events and delegates. C# adds on value to the often mentioned world of event driven programming by adding support through events and delegates. It doesn't help matters by allowing you to declare field-like events which are automatically backed by a delegate variable of the same name. This course aims to clarify the matter for you.
In this course, you'll learn:
- Learn and Understand Delegates in C#
- Learn and Understand Events in C#
- Learn to Fire Events
- Learn and Understand What a Delegate Is
- Learn about Delegate Types
- Learn and Understand What an Event Is
- Learn how to Implement Delegates
Who this course is for:
- Web Developers
- Software Developers
- Programmers
- Anyone interested in C#