CHAPTER 28

image

Asynchronous Request Handling

In this chapter we show you how to handle requests asynchronously. This is an advanced technique that requires an understanding of the .NET Task Parallel Library and parallel programming in general. We explain the problem that asynchronous request handling addresses and we show you how to implement a range of solutions—but we don’t explain the fundamentals of parallel programming or the way that .NET supports it. We recommend the Apress book, Pro VB 2010 and the .NET 4.0 Platform for more on parallel programming.

 Caution   Do not apply these techniques if you are not familiar with parallel programming—it’s ...

Get Pro ASP.NET 4.5 in VB, Fifth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.