Further reading
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 memory cache:Â https://docs.microsoft.com/en-us/aspnet/core/performance/caching/memory
- ASP.NET distributed cache:Â https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed