Here are some useful links if you want to learn more about the topics that were covered in this chapter:
- Dapper multi-mapping: https://dapper-tutorial.net/result-multi-mapping
- Dapper multi results: https://dapper-tutorial.net/result-multi-result
- Asynchronous programming with async and await: https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/
- ASP.NET Core memory cache: https://docs.microsoft.com/en-us/aspnet/core/performance/caching/memory
- ASP.NET Core distributed cache: https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed
- .NET garbage collection: https://docs.microsoft.com/en-us/dotnet/standard/garbage-collection/
- David Fowler's ASP.NET Core diagnostic scenarios: https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md