Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 727 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 727 Bytes

AdvancedConsoleApplicationI

Project Blog Article: https://portfolio.katiegirl.net/2018/11/18/advanced-console-application-i/

Advanced Console Application I My Student Project: C# Programming III

Permission to publish my code submitted for the project assignment was granted by the professor. I have done my best to remove lab and school references from this project code.

This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced.

Objectives:

Events Functional Programming Custom EventArgs IList<> Interface Indexer Delegates Anonymous Methods Event Handlers