-
Book Overview & Buying
-
Table Of Contents
Tools and Skills for .NET 10 - Second Edition
By :
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Task Parallel Library (TPL): https://learn.microsoft.com/en-us/dotnet/standard/parallel-programming/task-parallel-library-tpl
Learn about Parallel.ForAsync and ForEachAsync:
https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-8/#parallel.
Learn more about async and await in the article, How Async/Await Really Works in C#, by Stephen Toub - MSFT: https://devblogs.microsoft.com/dotnet/how-async-await-really-works/.
David Fowler, a Distinguished Engineer at Microsoft on the .NET team, has an excellent article about async good practices, found at the following link:
https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md.