https://github.com/kathleenwest/advancedformapplicationv
This is a very simple windows form 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: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource Calculating PI cross-thread synchronization recursion Tasks ContinueWith TaskContinuationOptions
https://github.com/kathleenwest/advancedformapplicationv
asynchronous-programming calculating-pi cancellation cancellation-handling cancellationtoken cross-thread csharp csharp-code delegates mathematics parallel-processing parallel-programming progress-bar recursion synchronization task-management task-parallel task-parallel-library tasks windows-forms
Last synced: 13 days ago
JSON representation
This is a very simple windows form 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: Task Parallel Library TPL Parallel.ForEach ProgressBar Windows Forms Action delegate Cancelling Tasks CancellationTokenSource Calculating PI cross-thread synchronization recursion Tasks ContinueWith TaskContinuationOptions
- Host: GitHub
- URL: https://github.com/kathleenwest/advancedformapplicationv
- Owner: kathleenwest
- Created: 2018-11-27T23:33:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T22:27:47.000Z (about 6 years ago)
- Last Synced: 2025-03-17T01:21:17.437Z (3 months ago)
- Topics: asynchronous-programming, calculating-pi, cancellation, cancellation-handling, cancellationtoken, cross-thread, csharp, csharp-code, delegates, mathematics, parallel-processing, parallel-programming, progress-bar, recursion, synchronization, task-management, task-parallel, task-parallel-library, tasks, windows-forms
- Language: C#
- Homepage: https://portfolio.katiegirl.net/2018/11/27/advanced-console-application-v/
- Size: 97.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AdvancedFormApplicationV
Project Blog Site: https://portfolio.katiegirl.net/2018/11/27/advanced-console-application-v/
Advanced Form Application V
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 form 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:
Task Parallel Library TPL
Parallel.ForEach
ProgressBar
Windows Forms
Action delegate
Cancelling Tasks
CancellationTokenSource
Calculating PI
cross-thread synchronization
recursion
Tasks
ContinueWith
TaskContinuationOptions