votes
I cannot believe .NET really requires me to do this!
According to the Framework, if it's not static it's not guaranteed to be thread-safe. I cannot believe I have to write the code to make countless Framework methods thread-safe! Why doesn't Microsoft wrap locks around everything so that I ...
