Lately I wrote about how to make a lot of asynchronous calls to web services during ASP.NET page processing . Now it’s time to make same thing work with ASP.NET MVC . This blog post shows you how to use asynchronous controllers and actions in ASP.NET...
Some ASP.NET web applications use web services to get some data that they display to users. Some pages may lay hardly on web services and these pages need some optimization to work better. In this posting I will show you how to use web services behind...