Using Microsoft .NET most effectively requires breaking old habits and learning some new architectural options. In this article, I'd like to introduce you to a very useful, but under-used technology for distributed architectures—message queues. Author: Billy Hollis Code: ASP.NET v1.0 & VB
Queues are useful for storing messages in the order they were received for sequential processing. This class implements a queue as a circular array. Author: Microsoft Support Code: ASP.NET v1.0 & VB