Articles
General .NET
ReaderWriterLock Helper class
An article describing a helper class for the ReaderWriterLock, which provides an
easy way to enable a reader lock to be automatically upgraded to a writer lock if
necessary.
ASP.NET
WaitPage Framework
An article describing a framework which encapsulates a generic method of allowing
'wait pages' in ASP.NET applications, when a long-running task (such as credit card
validation, etc) needs to be performed on request from the user. The article explains,
by use of a worked example, how the framework can be used, and also provides a detailed
explanation of how everything works behind the scenes.
The framework, along with full source code, a sample ASP.NET application and full
reference documentation is also available for download.
|