Browse by Tags

Tagged Content List
  • Wiki Page: Visual C#: MultiThreadSingleton

    This article demonstrates how to make multi threaded singleton 01. public sealed class MultiThreadSingleton<T> where T : class 02. { 03. #region Private Fields 04. /// <summary> 05. /// 06. /// </summary> 07. private static volatile T...
  • Wiki Page: Singleton Design Pattern

    This article describes the Singleton design pattern . This is a creational design pattern , a category of design pattern used by software engineers, when writing computer programs. This article needs more work. Please complete the sections below to the same format as the behavioral patterns listed...
Page 1 of 1 (2 items)
Can't find it? Write it!