### Core - [ ] Asynchronous Programming in .NET Using Async and Await - [ ] Using the Task Parallel Library in .NET - [ ] Parallel Programming Using the Parallel Extensions - [ ] Asynchronous Programming Deep Dive ### Why - Performance - Doesn't block the UI thread using Blazor ### Material - [Getting Started with Asynchronous Programming in .NET](https://app.pluralsight.com/library/courses/getting-started-with-asynchronous-programming-dotnet/table-of-contents) - [Async Guidance by David Fowler](https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md)