.NET & C# ยท C#
How would you handle an interview scenario involving async and await?
In a web API that calls a database and another service, await both asynchronous APIs and pass the request cancellation token through the call chain.
In a web API that calls a database and another service, await both asynchronous APIs and pass the request cancellation token through the call chain.