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
andawait
: 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