Tech Tip: Learn about Locks | |
One of the popular features of the J2SE 5.0 libraries is the addition of concurrency utilities. Locking is one of the areas improved by the concurrency utilities. Learn more in this tech tip.
|
|
|
|
|
|
|
|
Cryptographic Hash Algorithms Let You Detect Malicious Code in ASP.NET | |
Jason Coombs This article assumes you're familiar with ASP.NET and C# Level of Difficulty 1 2 3 SUMMARY Cryptographic hash algorithms produce fixed-length sequences based on input of arbitrary length. A given input always produces the same output, called a hash code. Using these algorithms, you can |
|
Cryptographic Hash Algorithms Let You Detect Malicious Code in ASP .NET | |
Jason Coombs This article assumes you're familiar with ASP .NET and C# SUMMARY Cryptographic hash algorithms produce fixed-length sequences based on input of arbitrary length. A given input always produces the same output, called a hash code. Using these algorithms, you can compute and validate hash |
|
Detect SQL timeout from ASP & Issue RollbackTrans | |
Printer Friendly Version I developed an application that worked fine in development and single user testing, but when multiple users starting using the application, I ran into some cases when users got timeout errors from ASP while the code was trying to execute a long SQL stored procedure. This lon |
|
How to Detect If Cookies Are "ON" | |
By Mark Burnham Rating: 3.7 out of 5 Rate this article email this article to a colleague Introduction Session variables can be useful when writing ASP scripts; however, to use them, the client s browser must accept cookies. When ASP starts a session, it sends a cookie to the browser with a SessionID |
|
|
|