GeekArticles
Microsoft
ASP.NETASP.NET Request Logging with Asynchronous Fire And Forget Pattern
Author: eggheadcafe.com |
Published: 30th Jun 2007 |
Visited: 64 times |
Add CommentFiled in: ASP NETShows how to perform high-speed ASP.NET Request logging to a database using the asynchronous Fire and Forget delegate wrapper patterns.
Read Article Sponsored Links
Related Articles
• The Asynchronous Web
Ajax applications depend on asynchronous interaction between client and server. In this interview with Artima, ICEsoft's Stephen Maryka describes a potentially more transforming asynchronicity where updates are pushed to the client without the user having to request those updates.
...
• [len:QOTD] Ready, Fire, Aim Is it really that taxing... - O'Reilly XML Blog Most of the time when I find a programmer struggling with XML, they are a relational database programmer or an object-oriented programmer, or both. We should have lined these guys u ...
• how can I tell what sql caused my trigger to fire Hi,
We have a database table from which the rows are deleted and we have no idea how is it happening. Users claim that they are not deleting it through application.
I put an ondelete trigger on that table and stored the rows that were deleted in ...
• The Adapter Pattern - Delphi OOP Chapter 22 OOP Course ::
If a single class delegates operations to more than one existing class, an effect similar to multiple inheritance is possible while avoiding some of the complications.
Delegatio ...