sorted by:
best match first |
newest listings first
Featured Listings
- Loading Images Asynchronously Inside an ASP.NET GridView
Retrieving and displaying images in a GridView is a time consuming task. If done synchronously, this task can at times test the user’s patience. One w
From: ASP.NET Community - ASP.NET - 11/22/2008
- Asynchronous Fire and Forget With Lambdas
I’ve been having trouble getting to sleep lately, so I thought last night that I would put that to use and hack on Subtext a bit. While doing so, I ra
From: Phil Haack - ASP.NET - 1/9/2009
- Asynchronous Programming in Indigo
In this post I am going to talk about the async programming model in Indigo. Indigo supports the asynchronous Programming pattern common in the .NET F
From: mjm - ASP.NET - 5/4/2005
- Load and Display Page Contents Asynchronously with Full Postback Support
An AJAX UpdatePanel with less communication overhead and better performance
From: The Code Project Latest Articles - ASP.NET - 11/14/2008
- Luca Bolognese on Asynchronous HTML caching in VB.NET (Lisa Feigenbaum)
You may know Luca Bolognese from his well-known work on C# LINQ. Luca is now the Group Program Manager for VB.NET, C#, and F#. You can check out his b
From: The Visual Basic Team - ASP.NET - 4/29/2009
- Calling WCF service asynchronously from ASP.NET
I was recently asked how to call WCF Service asynchronously from ASP.NET. Here's my sample code: 1) WCF Service Library Implementation namespace WcfSe
From: Joteke's Blog - ASP.NET - 10/26/2008
- Executing Asynchronous Tasks in ASP.NET
In this article, Andrea examines the different ways to execute asynchronous tasks in ASP.NET leveraging the built-in Page's methods and asynchronous D
From: ASPAlliance.com - Articles, reviews, and samples for .NET Developers - ASP.NET - 12/5/2008
- Asynchronous Access to Long Running Web Service Tasks
asynchronous access to long running Web Service tasks
From: The Code Project Latest Articles - ASP.NET - 4/27/2009
- Real asynchronous vs. Simulated asynchronous
Abstract : In the asynchronous world, we can talk about Real async and Simulated async . Each one has its own pros and cons. Let’s see a simplified sa
From: David Hurtado's Integration Traces - ASP.NET - 5/17/2005
- Launching an Asynchronous Operation Using BackgroundWorker
The .NET BackgroundWorker class makes it a snap to launch asynchronous operations on a separate thread.
From: DevX: .NET Feed - ASP.NET - 8/20/2009
- Calling Functions/Methods Synchronously and Asynchronously Using Delegates
This article examines the use of delegates to call functions and methods synchronously and asynchronously.
From: ASP.NET Community - ASP.NET - 8/18/2008
- UFrame - asynchronous postback inside a DIV
UFrame makes a DIV behave like an IFRAME, allowing asynchronous postback just like UpdatePanel and loading external HTML or ASP.NET pages inside the D
From: ASP.NET Community - ASP.NET - 7/11/2008
- ASP.NET Request Logging with Asynchronous Fire And Forget Pattern
Shows how to perform high-speed ASP.NET Request logging to a database using the asynchronous Fire and Forget delegate wrapper patterns. read more By Peter Bromberg
From: eggheadcafe.com articles - ASP.NET - 6/21/2007
- An Asynchronous Socket Server and Client
An asynchronous socket server and client with encryption and compression.
From: Codeproject - ASP.NET - 4/29/2009
- Handle multiple asynchronous calls in Asp.Net Ajax complex scenarios
I have been developing an Ajaxed Asp.net application that has in some pages a heavy load of Ajax components implemented with multiple update panels co
From: Martin Olivares Asp.net, Ajax and NetTiers experiences - ASP.NET - 7/16/2007
- Handle multiple asynchronous calls in Asp.Net Ajax complex scenarios
I have been developing an Ajaxed Asp.net application that has in some pages a heavy load of Ajax components implemented with multiple update panels co
From: Martin Olivares Asp.net, Ajax and NetTiers experiences - ASP.NET - 11/28/2008
- Send asynchronous mail using asp.net
The article Send asynchronous mail using asp.net was added by SGWellens on Sunday, November 16, 2008.Send mail is an important and common feature in a
From: ASP.NET Developer Wiki - ASP.NET - 11/16/2008
- Send asynchronous mail using asp.net: Revision 4
The article Send asynchronous mail using asp.net was edited by SGWellens on Sunday, November 16, 2008 with the following notes:
From: ASP.NET Developer Wiki Latest - ASP.NET - 11/16/2008
- Executing Asynchronous Queries Using ADO.NET 2.0
In this article, Mohammed Azam demonstrates how to execute queries using the asynchronous model available with ADO.NET 2.0.
From: ASP.NET Community - ASP.NET - 5/11/2007
- Built-In Asynchronous I/O Support in ASP.NET
Explains how to make faster and more responsive user interface in web application through asynchronous I/O operations.
From: ASP.NET Community - ASP.NET - 2/24/2007
- Asynchronous Callbacks and Ajax based UI Experience in Web Applications
The current article shows a couple of different views of showing progress bars in Web based applications.
From: ASP.NET Community - ASP.NET - 12/8/2006
- Asynchronous Web Services in ASP.NET 2.0
By default when you call a web method from the client application it is a synchronous call. that means unless the web method returns the further code
From: ASP.NET Community - ASP.NET - 10/28/2006
- Asynchronous ASP.NET 2.0 Page Processing
Covers the basics of the new ASP.NET 2.0 asynchronous page processing model, and includes a simplified page that performs two webrequests for separate RSS feeds in parallel and handles the results.
From: ASP.NET Community - ASP.NET - 10/11/2006
- Invoking Asynchronous Tasks in ASP.NET 2.0
Invoking multiple tasks that are slow or lengthy always poses a challenge in front of developers. Normal approach is to develop a multithreaded compon
From: ASP.NET Community - ASP.NET - 1/8/2006
- Cancelling an Asynchronous PostBack in ASP.NET Ajax
The behavior of an asynchronous PostBack is quite similar to a synchronous PostBack. In an asynchronous model, all the server side events occur, as th
From: ASP.NET Community - ASP.NET - 8/20/2008