Community

How to Create an Asynchronous HTTP Handler in ASP.NET 4.5

(Bipin Joshi) The ability to create HTTP handlers is not new to ASP.NET. However, ASP.NET 4.5 makes it easy for you to create asynchronous HTTP handlers with the new async/await keywords and Tasks. This article illustrates how an asynchronous HTTP handler can be created and consumed in an ASP.NET 4.

Read More - Register for Free Membership