TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Singleton
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Sukesh Marla (4)
Akhil Mittal (3)
Mike Gold (3)
Jignesh Trivedi (2)
Prashant Koli (2)
Dhananjay Kumar (2)
Sourav Kayal (2)
Susan Abraham (2)
Prasoon (2)
Matthew Cochran (2)
Ozioma Ogbe (1)
Akkiraju Ivaturi (1)
Vivek Kumar (1)
Debendra Dash (1)
Prakash Tripathi (1)
Humza Tufail (1)
Ibrahim Ersoy (1)
Mukesh Kumar (1)
Apurva (1)
Jeroen van den Heuvel (1)
RamaSagar Pulidindi (1)
Kanchan Naik (1)
Ahmar Husain (1)
Mahesh Alle (1)
Sharad Gupta (1)
Sachin Bhardwaj (1)
Sateesh Arveti (1)
Shripad Kulkarni (1)
Rajul Aggarwal (1)
Abhishek Dubey (1)
Amit Dhania (1)
Chandramouli Muralidaran (1)
Man Mohan Sharma (1)
Srihari Chinna (1)
Abhishek Bhat (1)
Eranda Horanagama (1)
Jean Paul (1)
Ashish Shukla (1)
Puran Mehra (1)
Faraz Rasheed (1)
rajesh mg (1)
Pramod Singh (1)
Trevor Misfeldt (1)
Related resources for Singleton
No resource found
Singleton Design Pattern In C# - Part Two (Eager and Lazy Initialization in Singleton)
1/11/2018 11:47:34 PM.
In this article, we’ll discuss Lazy initialization, the lazy keyword, why to make singleton class a sealed class and what are the differences between singleton and static class.
Singleton Design Pattern In C# - Part Three (Static vs Singleton)
1/11/2018 5:22:33 PM.
In this series of learning singleton patterns, we learned lazy initialization and eager initializations with practical examples. We also learned why it is necessary to make the singleton class sealed
Singleton Design Pattern In C# - Part One
1/11/2018 1:10:23 AM.
I always wanted to write about Singleton design pattern in C#. Though there already are many posts available on Singleton design pattern, I’ll try to cover this topic in the most simplistic and easy t
Your Singleton Might Not Be "Single"
11/21/2017 9:33:03 AM.
Singleton has been a very popular design pattern as it is proven to have some advantages compared to the global variables
Singleton Vs Static Classes
6/27/2017 3:04:10 AM.
Why do you use a Singleton class if a Static class serves the purpose What is the difference between Singleton and Static classes and when do you use each one in your program?
Singleton Design Pattern In C#
3/23/2017 11:50:13 AM.
In this article, we are going to learn Singleton design pattern in C#.
Working With Singleton Design Pattern In Real Time Projects
9/13/2016 7:10:45 AM.
In this article, you will learn, what Singleton is and how to use Singleton pattern in projects.
Design Patterns Simplified - Part 2 (Singleton)
7/18/2016 5:12:58 AM.
This article explains what Singleton Design Patterns is, addresses common questions and finally illustrates the implementation.
Implementing The Singleton Design Pattern
6/15/2016 12:31:44 AM.
In this article, you will learn how to implement the Singleton design pattern.
Design Patterns in WinJS #6: Singleton
5/29/2016 3:26:30 PM.
This article covers the implementation of Singleton Design Pattern. This is part six of the article series.
Singleton In OData v4 Using Web API
5/16/2016 12:56:22 PM.
In this article you will learn about Singleton in OData v4 using Web API.
Singleton Design Pattern Vs Static Class
11/2/2015 12:32:06 AM.
In this article, I will demonstrate you what is singleton design pattern and static class.
Implementing Singleton Design Patterns
6/9/2015 12:37:32 PM.
This article describes how a Singleton Design Pattern can be implemented and the difference between a singleton class and static class.
C# Singleton Design Pattern Example: Part 2
4/28/2015 12:52:54 AM.
In this article we will see how to make it Thread Safe.
C# Singleton Design Pattern: Part 1
4/25/2015 7:29:03 PM.
This article explains the basics of the Singleton Design Pattern.
The quest for the Generic Singleton in C#
10/18/2014 12:24:02 PM.
While it is a bit tricky to implement the Singleton pattern in C#, the steps necessary are well known. There has however been debate about a generic solution for this. This paper provides 3 possible solutions for the generic singleton, and makes a brief comparison.
Instance Management in WCF Part # 3
9/18/2014 5:51:35 AM.
This article is part # 3 of Instance Management in WCF. This article will explain about Singleton Service Instance mode. This article will give theoretical introduction and explanation of coding sample also. It will also discuss about various disadvantages of Singleton Service Instance mode and its potential place of uses.
Design Patterns in C#
3/16/2014 12:13:39 PM.
This article describes design patterns for software development.
Revealing Module Pattern in JavaScript
10/18/2013 2:12:18 PM.
In this article you will leanr about revealing Module Pattern in JavaScript.
Design Patterns in .Net
10/1/2013 2:43:47 PM.
Design patterns provide general solutions or flexible way to solve common design problems. This article provides a simple introduction regarding learning and understanding design patterns.
Design Pattern For Beginner: Part 5: Composite Design Pattern
8/22/2013 1:02:27 PM.
In this article we will be learning how to implement composite design pattern in application.
Real Example of Singleton Design Pattern
8/10/2013 11:38:44 PM.
This article attempts to explain the Singleton Design Pattern. I am not going to provide any formal definition of it, I will just share what I understand about it. Let's consider a real-world example to understand it better.
Design Pattern For Beginners - Part-1: Singleton Design Pattern
8/2/2013 10:39:37 AM.
Today let’s start with very common and easy design pattern called Singleton design pattern.
Singleton Design Pattern in C#
7/19/2013 2:58:37 PM.
In this article, you will learn the Singleton Design Pattern in C#.
Singleton Pattern in PHP
1/14/2013 1:28:10 PM.
In this article I explain how to create a singleton pattern in PHP.
Singleton Pattern in iPhone
12/16/2012 3:04:54 PM.
In this article I will explain the Singleton Design Pattern with example.
Learn Design Pattern - Bridge Pattern
10/9/2012 11:16:56 PM.
In this we will explain the Bridge Pattern.
Learn Design Pattern - Proxy Pattern
10/9/2012 8:13:16 PM.
In this article we will explain Proxy Pattern.
Introduction to Parametric Singleton Pattern
10/4/2012 11:55:17 AM.
This article explains about Parametric Singleton Pattern.
Creational Patterns - Singleton
10/4/2012 9:01:59 AM.
This article discusses the implementation of the Singleton Design Pattern.
.NET Remoting: The Interface Approach
9/30/2012 2:33:35 AM.
.NET Remoting provides a powerful and high performance way of working with remote objects. Architecturally, .NET Remote objects are a perfect fit for accessing resources across the network without the overhead posed by SOAP based Web services. .NET Remoting is easier to use than Java's RMI, but definitely more difficult than creating a WebService. In this article, we will create a remote object, and access this object using the Interface.
Learn Design Pattern - Builder Pattern
9/29/2012 12:16:46 PM.
In this article we will talk about the Builder Pattern.
Singleton Pattern in C#
9/29/2012 6:37:35 AM.
In this article we will see how to create a single instance of a class using Singleton Pattern.
Learn Design Pattern - Singleton Pattern
9/6/2012 2:18:49 PM.
In this article we will try to understand what Single Pattern is, what kind of problem it solves and how it should be implemented in ASP.NET.
Implementation of Singleton Pattern Class in Java Introduction
5/30/2012 1:25:17 AM.
In this article we are going to describe an important concept; that is, the singleton pattern class.
Singleton Pattern
5/15/2012 2:38:55 PM.
In this article we will implement Singleton pattern to maintain global variables in Winform application.
Singleton Pattern Unleashed in C#
5/15/2012 2:34:47 PM.
Singleton Pattern - Creational Pattern
5/15/2012 2:12:39 PM.
This is a part of the Creation Pattern. This pattern ensures that you have only one instance and provides a single point of contact to access the instance.
Singleton Design Pattern
5/15/2012 1:49:37 PM.
A design pattern is a general repeatable solution to a common problem that occurs in the software industry. A design pattern is not completely a form of code, but it is a template for how to solve the problem and also can be used in many other problems.
Remote Sensing and Remote Control over the Internet with GP-3 Board
5/13/2012 5:47:11 AM.
In this article we will revisit the GP-3 board (which we have employed in a few other hardware projects on C# Corner) and use the GP-3 to measure temperature in a remote location.
Remote Sensing and Remote Control over the Internet with GP-3 Board
5/13/2012 5:47:11 AM.
In this article we will revisit the GP-3 board (which we have employed in a few other hardware projects on C# Corner) and use the GP-3 to measure temperature in a remote location.
Singleton Design Pattern
5/13/2012 5:05:47 AM.
This article talks about Singleton design pattern.
Singleton and Prototype Patterns
5/13/2012 3:49:24 AM.
Singleton and Prototype patterns fall under Creational Design Patterns which deal with object creation.
Design Patterns: Strategy Pattern
2/9/2012 11:34:10 PM.
I was using other design patterns like observer, singleton, memento for some time. I never thought, at least it was never highlighted to me, the use of the Strategy pattern!! Until today!!
Singleton Pattern
11/18/2011 12:38:35 AM.
Most of you will have heard of this pattern. It is the simplest and a popular pattern among the 23 design patterns.
Singleton Design Pattern in C#
8/26/2010 12:31:03 AM.
Design Patterns provide solutions to common recurring problems. Design patterns can be classified as creational, structural or behavioral .Singleton and Factory patterns are two of the creational pattern.Here we will discuss these two patterns.
Singleton Objects, C#
4/8/2010 11:59:58 PM.
In this article I will explain you about Singleton Objects using C#.
Singleton Design Patterns in C#
6/9/2009 5:34:42 AM.
Whenever we want that a class has only one instance and it should have global point to access it but allowing the flexibility to create more objects if the situation changes,in that case we will use Singleton Design Pattern.
Singleton Design Patterns in C#
6/9/2009 5:34:42 AM.
Whenever we want that a class has only one instance and it should have global point to access it but allowing the flexibility to create more objects if the situation changes,in that case we will use Singleton Design Pattern.
C# Heap(ing) Vs Stack(ing) in .NET: Part IV
1/23/2008 2:27:22 PM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article we’ll look further into Garbage Collection (GC) and some ways to keep our applications running efficiently by using static class members.
C# Heap(ing) Vs Stack(ing) in .NET: Part IV
1/23/2008 2:27:22 PM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article we’ll look further into Garbage Collection (GC) and some ways to keep our applications running efficiently by using static class members.
Implementing Design Patterns in C# - Singleton Pattern
7/24/2007 11:28:58 AM.
There are times, when one need to have a class which can be only instantiated once. Singleton Design Pattern addresses to such situation by providing a design for such classes (known as Singleton class).
Singleton Pattern
7/12/2006 5:31:13 AM.
The singleton design pattern is designed to restrict instantiation of a class to one (or a few) objects. This article talks about building .NET applications using singleton pattern.
Handling the Queuing of Messages in a Multithreaded Program
1/27/2006 5:52:54 AM.
In the financial world you have to deal with messages being spewed at you in large quantities at a rapid rate. For example stock quotes, market data, and orders come flying at you through some sort of wire and you as a programmer have to handle them in a way that doesn’t overwhelm you or the machine.
Chat Server and Client in C# Using Remoting Technology
1/6/2006 12:20:24 AM.
This application is a simple Chat server and Client, which is conversion of Java RMI chat server and client. The Java client was a Applet and present application client in Windows Forms.
Singleton Patterns in C# Revised
12/21/2005 6:58:39 AM.
I am coming from the Java world, where synchronizing the Singleton creation is common practice.
Creational Patterns – Singleton
11/28/2005 11:07:02 PM.
This article discusses the implementation of the Singleton Design Pattern.