No announcements
Found 73999 threads
-
0 Votes
.NET Singleton Pattern Creation
Hi, While creating a singleton Class i came across two type of implementation 1.Answered | 1 Replies | 1964 Views | Created by kgaurav1023 - Wednesday, November 28, 2012 6:53 AM | Last reply by Mike Danes - Wednesday, November 28, 2012 9:18 AM -
2 Votes
Singleton Design Pattern using a Form
This example demonstrates lazy-initialized thread-safe singletons.Answered | 4 Replies | 1509 Views | Created by Yuppski - Wednesday, October 31, 2012 3:14 PM | Last reply by servy42 - Thursday, November 1, 2012 1:58 PM -
4 Votes
The Singleton Pattern
Thanks, a simple restart resolved the problem, but also the articles Leonid Ganeline posted were very helpfull to understand the Singleton Pattern.Answered | 6 Replies | 5808 Views | Created by tobg - Monday, January 23, 2012 1:21 PM | Last reply by tobg - Tuesday, January 24, 2012 10:33 AM -
0 Votes
Question of thread-safe singleton pattern?
Hi CoolDadTx, Thanks for providing the new way for thread-safe singleton creation by CLR.Answered | 4 Replies | 763 Views | Created by E-John - Friday, May 4, 2018 7:39 AM | Last reply by E-John - Tuesday, May 8, 2018 3:36 PM -
0 Votes
Best Usage of Singleton and Factory pattern with a CRUD application
Well, Okay Following are few snippets I have create on the fly, hope that can helps you, Case 1: Is to demonstrate Singleton ...Answered | 4 Replies | 6353 Views | Created by Mojamcpds - Monday, February 4, 2013 9:25 AM | Last reply by Mou_kolkata - Friday, April 4, 2014 2:50 PM -
3 Votes
Implement Singleton Pattern in my Orchestration
Hi, You can make use scatter and gather pattern with self correlating port.Answered | 8 Replies | 1093 Views | Created by JaguarsJag - Friday, October 14, 2016 4:54 PM | Last reply by Mandar Dharmadhikari - Friday, October 14, 2016 6:48 PM -
1 Votes
Singleton Pattern - Shared/Synclock confusion...
When talking about implementing a singleton object, Mr.Answered | 5 Replies | 15618 Views | Created by Brad Hehe - Wednesday, July 6, 2005 6:55 PM | Last reply by RichardR - Saturday, July 9, 2005 11:46 AM -
0 Votes
How to : Singleton Pattern using Interfaces
As a first step, i am creating the container UI using a singleton pattern.Answered | 2 Replies | 2833 Views | Created by Devasena_ace - Monday, July 5, 2010 3:22 PM | Last reply by Devasena_ace - Tuesday, July 6, 2010 3:38 AM -
0 Votes
Singleton Design Pattern
But as you said *A::GetInstance() = *A::GetInstance() will invoke public assign operator, So i can summarize this thread before close that: - For a ...Answered | 5 Replies | 1391 Views | Created by LokanathNayak - Sunday, April 20, 2014 2:44 AM | Last reply by LokanathNayak - Sunday, April 20, 2014 6:44 PM -
0 Votes
Singleton
I agree you should do a bit of reading on it as it is a pretty cool pattern.Answered | 4 Replies | 2994 Views | Created by Yair Nevet - Friday, March 12, 2010 5:51 PM | Last reply by paully21 - Friday, March 12, 2010 7:03 PM -
3 Votes
need an example to establish a connection to sqlserver using singleton pattern
According to your description, you want to have an example to connect sqlserver by using singleton pattern.Answered | 3 Replies | 452 Views | Created by Sai Pranav - Tuesday, August 13, 2019 3:13 PM | Last reply by Jack J Jun - Wednesday, August 14, 2019 2:48 AM -
0 Votes
Singleton pattren
Cor Ligthert, It's not for unix application.I want to implement this for Winform application.That's why i am asking.I am new to Design pattern at now i am learning ...Answered | 5 Replies | 1658 Views | Created by Sudhakara.vintha - Tuesday, September 13, 2011 12:38 PM | Last reply by Sudhakara.vintha - Tuesday, September 13, 2011 2:41 PM -
0 Votes
DomainService singleton pattern?
I think there aren't many good usages of the Singleton Pattern, this isn't one if it.Answered | 4 Replies | 7689 Views | Created by stefan.chernev - Sunday, August 2, 2009 9:48 AM | Last reply by theo67 - Monday, August 3, 2009 2:53 AM -
2 Votes
c# Which situation people go for singleton design pattern
>I often saw people develop logger with singleton design pattern approach but why it is required For logger function.A singleton is a very ...Answered | 3 Replies | 2735 Views | Created by Sudip_inn - Monday, October 9, 2017 4:14 PM | Last reply by Fei Hu - Sunday, October 29, 2017 9:23 AM -
1 Votes
Singleton Orchestration
Do you really need a singleton orchestration?Answered | 7 Replies | 6437 Views | Created by Ricardo Marques - Tuesday, February 9, 2010 11:48 AM | Last reply by Thiago Antonio Brancher de Almeida - Tuesday, February 9, 2010 6:52 PM -
0 Votes
Can the canonical Singleton pattern use a static nested class ok?
It doesn't interact with beforefieldinit, so it has no effect on the lazyness of the singleton.Answered | 6 Replies | 4248 Views | Created by Matthew Watson - Monday, June 28, 2010 4:29 PM | Last reply by Figo Fei - Wednesday, July 7, 2010 5:10 AM -
0 Votes
Singleton using Static Type Initializer
Promote a discussion on the patterns, which this thread proves that there is much to be learned by discussing these patterns.Answered | 11 Replies | 3670 Views | Created by Doug Holland MVP - Friday, September 12, 2008 7:58 PM | Last reply by Doug Holland MVP - Thursday, September 18, 2008 2:19 AM -
2 Votes
how to use Singleton Form ?
Use of Singleton - You use singleton when you want to use only one instance of a class througout the project.Answered | 6 Replies | 11496 Views | Created by E_gold - Wednesday, March 30, 2011 11:34 AM | Last reply by Daniel Wan - Thursday, March 31, 2011 5:03 AM -
0 Votes
What is singleton and what its usage
The singleton design pattern is one of the twenty-three well-known "Gang of Four" design patterns.Answered | 4 Replies | 680 Views | Created by Tridip - Sunday, March 1, 2020 6:50 PM | Last reply by Timon Yang - Tuesday, March 10, 2020 6:09 AM -
0 Votes
Need help writing a Singleton
think he's going for something like this but his description is indeed a tad vague class Singleton { public string url { get; set; ...Answered | 2 Replies | 3035 Views | Created by Newmanb1 - Monday, December 21, 2009 9:10 PM | Last reply by Ray M_ - Monday, December 21, 2009 9:26 PM - Items 1 to 20 of 73999 Next ›
No announcements