We have a requirement wherein we need call a webapi service (via REST)
from a MVC web application.
The call needs to occur in an asynchronous
fashion and should be a fire and forget call. Wanted your opinions on the best approach in this case.
Use task in task parallel library (TPL)
Using MVC asynchronous controllers.
Kindly provide your thoughts on any other approach along with reference materials.