Vagif Abilov's blog on .NET

Browse by Tags

All Tags » threading » singleton (RSS)
Sorry, but there are no more tags available to filter with.
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...