I know that async library makes asynchronus implementations really easy when you deal with UI. But I can not see any server side usages of it where it can improve performance. In which server side scenarios await can be used to improve performance?
feedback
|
|
Most of the basic plumbing of ASP.NET uses | |||
|
feedback
|
|
Using async versus using the existing async call API will not make your applications suddenly perform better, it only makes writing and maintaining the code more manageable. This is not the right question to be asking. | |||
|
feedback
|