vote up 1 vote down star
1

How do I implement the singleton pattern in C# and ensure that it is thread safe?

flag

1 Answer

vote up 9 vote down check

Jon Skeet has an article on this that covers most of your options.

link|flag
+1 Great article. I was posting the same answer. – Steve Dignan Jun 1 at 23:15

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.