Advanced Console Application IV
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
The main objectives are to build and work with:
- Using Threads to calculate Prime Numbers
- Prime Numbers
- ConcurrentQueue
- Dictionary
- ManualResetEvent
- Timer
- Producer Thread
- Consumer Thread