Changing an ASP.NET MVC synchronous controller (Controller) to an asynchronous controller (AsyncController) seems like a trivial thing to do, but w
Controller
AsyncController
I was reading this article recently. It think it summarizes what AsyncController are ment for.