Links and Hints and Tips, Oh My!
Why, it's a link: Introduction to C# Threading. Could this be some hint as to a new project I'm going to be working on in the next little while? Probably, although as far as hints go, it's pretty vague.
That said, the link above is a great starting point for information on threading in C#. Thankfully, the techniques used for threading in .NET are very similar to the techniques used in Java, which I have experience in.
