Skip to main content

Home/ ASP.Net MVC/ Group items tagged asynchronous

Rss Feed Group items tagged

Jacques Bosch

Using an Asynchronous Controller in ASP.NET MVC - 2 views

  •  
    "The AsyncController class enables you to write asynchronous action methods. You can use asynchronous action methods for long-running, non-CPU bound requests. This avoids blocking the Web server from performing work while the request is being processed. A typical use for the AsyncController class is long-running Web service calls."
Jacques Bosch

More on Asynchronous Processing in ASP.NET MVC 3 « Sergey Barskiy's Blog - 1 views

  •  
    "In this post I would like to cover a couple of asynchronous patterns that are available in ASP.NET MVC and jQuery as it is used in MVC."
Wicked Tunez

.NET Zone The evolution of asynchronous controllers in ASP.NET MVC | .NET Zone - 1 views

  •  
    Async Controller in ASP.NET MVC 3 (and 4)
Jacques Bosch

Using Deferreds in jQuery 1.5 | Eric Hynds - 1 views

  •  
    "Deferreds, new in jQuery 1.5, decouple logic dependent on the outcome of a task from the task itself. They're nothing new to the JavaScript scene; Mochikit and Dojo have implemented them for some time, but with Julian Aubourg's AJAX rewrite landing in 1.5, deferreds in jQuery was the logical next step. With deferreds, multiple callbacks can be bound to a task's outcome, and any of these callbacks can be bound even after the task is complete. The task in question may be asynchronous, but not necessarily. "
Johann Strydom

Agile Testing: Ajax testing with Selenium using waitForCondition - 1 views

  •  
    "An often-asked question on the selenium-users mailing list is how to test Ajax-specific functionality with Selenium. The problem with Ajax testing is that the HTML page under test is modified asynchronously, so a plain Selenium assert or verify command might very well fail because the element being tested has not been created yet by the Ajax call. A quick-and-dirty solution is to put a pause command before the assert, but this is error-prone, since the pause might be not sufficient on a slow machine, while being unnecessarily slow on a faster one."
1 - 6 of 6
Showing 20 items per page