https://github.com/kathleenwest/advancedconsoleapplicationi
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
https://github.com/kathleenwest/advancedconsoleapplicationi
anonymous-functions console-application csharp csharp-code custom-event custom-events delegates event-handler event-handlers event-handling event-management events functional-programming ilist ilist-interface indexer indexing
Last synced: 3 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/kathleenwest/advancedconsoleapplicationi
- Owner: kathleenwest
- Created: 2018-11-18T01:35:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T00:07:49.000Z (over 6 years ago)
- Last Synced: 2025-01-23T11:16:58.648Z (5 months ago)
- Topics: anonymous-functions, console-application, csharp, csharp-code, custom-event, custom-events, delegates, event-handler, event-handlers, event-handling, event-management, events, functional-programming, ilist, ilist-interface, indexer, indexing
- Language: C#
- Homepage: https://portfolio.katiegirl.net/2018/11/18/advanced-console-application-i/
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdvancedConsoleApplicationI
Project Blog Article: https://portfolio.katiegirl.net/2018/11/18/advanced-console-application-i/
Advanced Console Application I
My Student Project: C# Programming IIIPermission 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