|
|
Stories recently tagged with 'Singleton'
|
|
submitted by
questpond
1 month, 23 days ago
codeproject.com — This article has all design patterns abstract factory pattern ,builder pattern, prototype pattern , shallow copy and deep copy in prototype patterns , singleton pattern , command patterns , Interpreter pattern, iterator pattern , mediator pattern , memento pattern , observer pattern , state pattern , strategy pattern , visitor pattern , difference between visitor and strategy pattern , adapter pattern ,fly weight pattern , bridge pattern , composite pattern , decorator pattern , Façade pattern , chain of responsibility ( COR) , proxy pattern and template pattern, read more...
add a comment
|
category: C# | Views: 49
|
|
tags:
has, template, shallow, mediator, Interpreter | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CumpsD
4 months, 8 days ago
blog.cumps.be — A little follow up from yesterday ’s Singleton Pattern, where I asked for some help on how you would approach a generic singleton. With the help of Andrew Stevenson and ExNihilo, we came up with the following Generic Singleton Pattern. read more...
add a comment
|
category: Patterns | Views: 4
|
|
tags:
Singleton, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
4 months, 8 days ago
dotnetfunda.com — The Singleton pattern ensures that a class only has one instance and provides a global point of access to it from a well-known access point. The class implemented using this pattern is responsible for keeping track of its sole instance rather than relying on global variables to single instances of objects. read more...
add a comment
|
category: Patterns | Views: 8
|
|
tags:
Singleton, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
CumpsD
4 months, 9 days ago
blog.cumps.be — Today we’ll have a look at a well known pattern, the Singleton Pattern. Most people have already heard about this one.
The definition: “Ensure a class has only one instance and provide a global point of access to it.“ read more...
add a comment
|
category: Patterns | Views: 6
|
|
tags:
Singleton, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
4 months, 12 days ago
west-wind.com — When building generic ASP.NET Server controls that also provide a sort of API service to other custom controls or page level code, it's often necessary to ensure that only a single instance of a control exists, and that only that single instance of this control or component can be accessed in the context of an ASP.NET request. Using HttpContext and it's Item collection makes it easy to create reusable, cacheable instances and ensure you're only running a Singleton instance of it. read more...
add a comment
|
category: ASP.NET | Views: 12
|
|
tags:
static, Singleton, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
volume4
4 months, 20 days ago
dotnet.dzone.com — Problem: Store some common data in a singleton or static class about your program in an object array, which you store in a class. It saves state between usages and stores some caches, and must be initialized only once and shared in many code locations. Making a new object each time would be expensive. read more...
add a comment
|
category: C# | Views: 46
|
|
tags:
Patterns, Singleton, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
fquednau
6 months, 24 days ago
realfiction.net — The umpteenth pattern to singletons...I know you've seen it by the gross ton.
Anyway, I just wanted to add a twist with the implicit operator and here you find the result. read more...
add a comment
|
category: C# | Views: 0
|
|
tags:
Patterns, Singleton, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 7 days ago, submitted by
yoavsion
7 months, 10 days ago
sharpregion.com — I've decided to stop the copy-paste madness.
Not that I use singletons so very often, but still - It never changes, so lets use a snippet. read more...
add a comment
|
category: C# | Views: 32
|
|
tags:
Singleton, Snippet, C#, sharpregion | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 7 months, 7 days ago, submitted by
yoavsion
7 months, 10 days ago
sharpregion.com — I've decided to stop the copy-paste madness.
Not that I use singletons so very often, but still - It never changes, so lets use a snippet. read more...
add a comment
|
category: C# | Views: 32
|
|
tags:
Singleton, Snippet, C#, sharpregion | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
jeremyjarrell
1 year, 6 months ago
jeremyjarrell.com — Here's an easy to minimize the overhead of an expensive resource, such as an image or a network connection, using the singleton pattern and some simple hints to the garbage collector. read more...
add a comment
|
category: C# | Views: 1
|
|
tags:
Singleton, GC, C#, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|