ASP.NET Asynchronous Pages and when to use them
- by rajbk
There have been several articles posted about using asynchronous pages in ASP.NET but none of them go into detail as to when you should use them. I finally found a great post by Thomas Marquardt that explains the process in depth. He addresses a key misconception also: So, in your ASP.NET application, when should you perform work…