In ASP.NET MVC 4, we can easily make async parallel calls to external WCF services using Action methods. This article demonstrates how to do it. ...