All Questions
Tagged with asp.net-mvc-web-api c#
1 question
8
votes
1
answer
8k
views
when is it necessary or when should a controller be async
When is it absolutely necessary for a controller to be async? Should all controllers be async or is it bad practice to make all of them async unless it is necessary.
Just looking for some general ...