Operations within collections can be a thread safety
nightmare if all of your bases are not covered. Thread safety is a topic that
all web developers should be concerned about - especially on the web. ASP.NET
is an environment that is inherently multi-threaded, so as a developer we
should consider the implications of that with all that we do. So, save as much
CPU as possible with appropriate coding!