{"id":20266605,"url":"https://github.com/pferreirafabricio/csharp-parallel-concurrency","last_synced_at":"2026-05-10T13:15:00.836Z","repository":{"id":241465102,"uuid":"782029911","full_name":"pferreirafabricio/csharp-parallel-concurrency","owner":"pferreirafabricio","description":"⚡ A comprehensive study of asynchronous, concurrent, and parallel programming concepts in C#","archived":false,"fork":false,"pushed_at":"2024-04-17T20:53:50.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T06:11:33.651Z","etag":null,"topics":["async","async-await","asynchronous","asynchronous-programming","cancellationtoken","concurrency","csharp","dotnet","parallel"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pferreirafabricio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-04T13:59:33.000Z","updated_at":"2024-04-18T12:21:28.000Z","dependencies_parsed_at":"2024-05-28T14:26:50.712Z","dependency_job_id":null,"html_url":"https://github.com/pferreirafabricio/csharp-parallel-concurrency","commit_stats":null,"previous_names":["pferreirafabricio/csharp-parallel-concurrency"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fcsharp-parallel-concurrency","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fcsharp-parallel-concurrency/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fcsharp-parallel-concurrency/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pferreirafabricio%2Fcsharp-parallel-concurrency/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pferreirafabricio","download_url":"https://codeload.github.com/pferreirafabricio/csharp-parallel-concurrency/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241746794,"owners_count":20013165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["async","async-await","asynchronous","asynchronous-programming","cancellationtoken","concurrency","csharp","dotnet","parallel"],"created_at":"2024-11-14T12:10:25.715Z","updated_at":"2026-05-10T13:15:00.802Z","avatar_url":"https://github.com/pferreirafabricio.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"right\"\u003e\n  \u003cimg src=\"https://cdn3d.iconscout.com/3d/premium/thumb/parallel-world-7642374-6185243.png?f=webp\" width=\"200px\" align=\"left\" /\u003e\n  C# - Async, concurrent, and parallelism concepts\n\u003c/h1\u003e\n\n\u003cp align=\"right\"\u003e\n  ⚡ This project is a comprehensive study of asynchronous, concurrent, and parallel programming concepts in C#.\n  \u003cbr\u003e\u003cbr\u003e\n  \u003c!-- License --\u003e\n  \u003ca\u003e\n    \u003cimg alt=\"license url\" src=\"https://img.shields.io/badge/license%20-MIT-1C1E26?style=for-the-badge\u0026labelColor=75387A\u0026color=FF822D\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n## :open_book: About\n\nThis project provides a deep dive into the inner workings of async/await and the magic of the C# compiler. The project includes practical examples and case studies, such as a web server with 2 CPUs, to illustrate these concepts in real-world scenarios.\n\nThe project also explores the differences between concurrent and parallel programming, and how to make your applications more responsive and faster with asynchronous programming. It provides insights into advanced async topics like progress reports, task cancellation, and more.\n\n\u003e [!NOTE]\n\u003e This project is a resource to help me understand the concepts of async, concurrent, and parallelism and their use in practical applications.\n\n## ✍️ Docs\n\n- [concepts.en-US.md](docs/concepts.en-US.md)\n\n## :bricks: This project was built with\n\n- [.NET 8](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-8/overview)\n\n## 📚 References\n\n\u003e [!NOTE]\n\u003e I put this in an order that I consider will be more beneficial to watch to understand these concepts\n\n### English\n\n- [C# Async / Await - Make your app more responsive and faster with asynchronous programming](https://www.youtube.com/watch?v=2moh18sh5p4)\n- [C# Async Programming - Part 1: Conceptual Background](https://www.youtube.com/watch?v=FIZVKteEFyk)\n- [Is it concurrent or parallel?](https://www.youtube.com/watch?v=r2__Rw8vu1M)\n- [C# Advanced Async - Getting progress reports, cancelling tasks, and more](https://www.youtube.com/watch?v=ZTKGRJy5P2M)\n- [How Do You Cancel an async Method? | Step-by-Step Tutorial](https://www.youtube.com/watch?v=PQORTKShZFw)\n- [Writing async/await from scratch in C# with Stephen Toub](https://www.youtube.com/watch?v=R-z2Hv-7nxk)\n- [AsyncGuidance - David Fowler](https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md)\n\n### Portuguese\n\n- [Por debaixo do capô: async/await e as mágicas do compilador csharp](https://dev.to/angelobelchior/por-debaixo-do-capo-asyncawait-e-as-magicas-do-compilador-csharp-28ol)\n- [Async/Await: Task.ConfigureAwait, Deadlock e Pink Floyd](https://dev.to/angelobelchior/taskconfigureawait-deadlock-e-pink-floyd-416g)\n- [Async/Await: Task.Result e a morte dos Pandas de Madagascar](https://dev.to/angelobelchior/por-debaixo-do-capo-taskresult-e-a-morte-dos-pandas-de-madagascar-5071)\n- [Async/Await: Para que serve o CancellationToken?](https://dev.to/angelobelchior/asyncawait-para-que-serve-o-cancellationtoken-nm7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpferreirafabricio%2Fcsharp-parallel-concurrency","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpferreirafabricio%2Fcsharp-parallel-concurrency","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpferreirafabricio%2Fcsharp-parallel-concurrency/lists"}