Is this singleton implementation correct and thread-safe?
class Class { public static readonly Class Instance; static Class() { Instance
Good discussion of how to do that is here:
http://www.yoda.arachsys.com/csharp/singleton.html