Results 1 to 8 of 8

Thread: Singleton Design Pattern & Facade Pattern

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2003
    Location
    UK
    Posts
    95

    Singleton Design Pattern & Facade Pattern

    An interesting FAQ about the singleton design pattern. The examples are in C# altho the VB.NET implementation is very similar. (one difference is I tend to use the Mutex class rather than the VB Synclock or lock in C#)

    Singleton Design Pattern
    Last edited by shutty; Jun 9th, 2003 at 08:34 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width