Event Programming Intro
Event Programming Intro
Programming in
C#
Welcome to Event-Driven Programming
02
What is Event-Driven
Programming?
Event-Driven Programming (EDP) is a
paradigm where the flow of the
program is determined by events such
as user interactions, messages from
other programs, or sensor inputs.
02
Applications of Event-Driven
Programming
•Web Browsers
•Mobile Apps
•Video Games
•IoT Devices
02
Introduction to C#
•C# (pronounced "C-sharp") is a modern, object-oriented
programming language developed by Microsoft.
•Designed for building a wide range of applications that
run on the .NET framework.
•First released in 2000, C# has evolved into one of the
most popular languages for developers.
02
•Namespace Declaration
•Class Definition
•Main Method
•Statements & Expressions
02
Basic Structure of a C# Program
What is an Event in C#
•An event is a notification sent by an object to signal the
occurrence of an action.
02
THANK YOU!