C# Event Handling Exercises

Qu: Write a program for Online Attendance. The conditions are as follow:
  1. User provides their name as Input and then application show message to "Welcome to their Name".
  2. Jack, Steven and Mathew are banned for the organization. So, when any user enters Jack, Steven and Mathew as user name, the application raised an event and fire alarm as well as sends email to administration.

Next

The next chapter is C# Polymorphism.
 

Share your thought