C#C
C#13mo ago
WeeWeeLenin

Where i should use async await?

I have two methods. One of these will be used from "public async Task<int?> SomeASPNETControllerPostMethodAsync()".
Should i use await async everywhere or only in Controllers? Which one is the best for performance?
image.png
Was this page helpful?