This repository provides an in-depth exploration of .NET Parallel Programming with C#. It delves into the core multithreading facilities in the .NET Framework, specifically focusing on the Task Parallel Library (TPL) and Parallel LINQ (PLINQ).
This repository is designed for:
Since all examples are consolidated in this repository and the files are in .txt format, you can easily convert them back to the original .cs files by simply removing the .txt extension. This allows you to run and modify the code directly in your preferred C# development environment. To make the most of the materials in this repository, ensure you meet the outlined requirements. |
First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.
Please try to create bug reports that are:
- Reproducible. Include steps to reproduce the problem.
- Specific. Include as much detail as possible: which version, what environment, etc.
- Unique. Do not duplicate existing opened issues.
- Scoped to a Single Bug. One bug per report.
Please adhere to this project's code of conduct.
You can use markdownlint-cli to check for common markdown style inconsistency.
Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Reach out to the maintainer at:
- The email which is located in GitHub profile
This project is licensed under the MIT license. Feel free to edit and distribute this template as you like.
See LICENSE for more information.