Vagif Abilov's blog on .NET

Browse by Tags

All Tags » threading (RSS)
A danger of being too clever
A friend of mine applied for a job and received a test task to write an application that should be using a singleton. He decided to follow the fourth approach among the ones listed here (“not quite as lazy, but thread-safe without using locks”). I also...