Skip to Content
Professional DevExpress™ ASP.NET Controls
book

Professional DevExpress™ ASP.NET Controls

by Paul Kimmel, Julian Bucknall, Joe Kunk
November 2009
Intermediate to advanced
668 pages
16h 12m
English
Wrox
Content preview from Professional DevExpress™ ASP.NET Controls

Chapter 11. Asynchronous Computing for ASP.NET

Asynchronous programming is essentially client-side programming of functionality that doesn't complete immediately (synchronously, in other words) but that is completed some time later. The application is notified, usually through an event, that processing has completed. During the time between firing off the processing request and getting the completed response, the application doesn't block, and the user can continue to interact with it.

This asynchronous behavior is provided with ASP.NET in a couple of ways.

  • The first is very simple: a timer that ticks at regular intervals, with each tick resulting in an event being triggered. Here there is no processing per se, just the requirement that the application be notified of every tick.

  • The second is more complex and broader in scope: Asynchronous JavaScript and XML (Ajax) and callbacks. The X in Ajax has become less of a requirement these days with simple strings or JSON packets becoming more prevalent.

Ajax is the underlying technology that provides the ability to update part of a Web page from server-provided data without refreshing it all. Using it gives you the opportunity to provide Rich Internet Application (RIA) features in your application.

Ajax has been available officially for ASP.NET since the beginning of 2007, and since that time third-party vendors have been Ajaxifying (if there is such a verb) their ASP.NET controls to give them the ability to perform RIA-type services in Web ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

ASP.NET 4.0 in Practice

ASP.NET 4.0 in Practice

Marco De Sanctis, Daniele Bochicchio, Stefano Mostarda
Professional C# 5.0 and .NET 4.5.1

Professional C# 5.0 and .NET 4.5.1

Christian Nagel, Jay Glynn, Morgan Skinner
Pro ASP.NET 4.5 in C#, Fifth Edition

Pro ASP.NET 4.5 in C#, Fifth Edition

Adam Freeman, Matthew MacDonald, Mario Szpuszta

Publisher Resources

ISBN: 9780470500835Purchase book