woensdag, april 26, 2006

 

singleton pattern

A singleton pattern is one that states that there would be only one instance of a class throughout the application domain. This article illustrates this pattern with lucid code examples.

http://aspalliance.com/810
http://www.dofactory.com/Patterns/PatternSingleton.aspxhttp://www.yoda.arachsys.com/csharp/singleton.html

more patterns in my post:

http://dotnetpret.blogspot.com/2006/04/design-patterns-list-edit.html