Skip to main content

Andy Brudtkuhl's Library tagged asp.net   View Popular

10 Oct 08

Web Profile Builder - Home

This build task, when configured in your project file, will create a wrapper class for the Web Profile and keep it updated every time your project builds.
You will then have strongly typed access to the Profile object in Web Application Projects.
If you are working with Web Site projects, then you do not need this work around.

code.msdn.microsoft.com/WebProfileBuilder - Preview

asp.net

16 Sep 08

Easy incremental status updates for long requests in ASP.Net

A problem that has always plagued web developers has been providing detailed progress indication for server-side tasks. The stateless nature of the HTTP protocol makes implementing a mechanism for constant, stateful progress information cumbersome. The main problem is that a given group of server side tasks will generally only result in one, aggregate response from the server.

encosia.com/...atus-updates-for-long-requests - Preview

asp.net

09 Sep 08

Start a Long Process from a Web Page Using XML Web Services: ASP Alliance

While it's not really fire and forget, the net effect is about the same. By decorating the method with the [SoapDocumentMethod(OneWay=true)] attribute, the server holds the HTTP connection open while it loads and parses the request message, but then returns immediately to the caller with an HTTP 202 response, indicating it has begun processing the request.

aspalliance.com/329 - Preview

asp.net

long-running tasks in an ASP.NET Web application

This example shows how to create threads to perform long-running tasks in an ASP.NET Web application.

In this example, the user enters credit card details in a "payment" Web page (Payment.aspx). When the user submits the details, the payment page creates a worker thread to authorize the credit card details as a background task. In the meantime, the user is redirected to a "result" Web page (Result.aspx). The result page continually refreshes itself until the worker thread has completed the credit card authorization task.

msdn.microsoft.com/...ms978607.aspx - Preview

asp.net

16 Aug 08

Multi Threading in ASP.NET - Plip's Weblog

One of the applications I'm writing needs to call web services to sen data off to a third part, however the user doesn't need to see any kind of response from these web services, so what I wanted to do was fire off the web service calls in a different thr

weblogs.asp.net/...357598.aspx - Preview

asp.net threading

14 Aug 08

GoogleMap Control - Home

Wraps Google Maps API as ASP.NET custom control.
Offers extremely easy and fast way of adding Google Maps API support on your ASP.NET pages.

www.codeplex.com/googlemap - Preview

asp.net googlemaps api

1 - 20 of 106 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo