Always remain updated about current software development trends

Articles having tag: SINGLETON

Using jQuery Mobile with MVC and Netduino for Home Automation

This article is great for anybody learning jQuery Mobile or building mobile applications with MVC3. I built a remote control for my phone to control a squirt gun for my pool, open my garage door, water the garden and control for my gas fireplace using jQuery...

ReaderWriterLock FTW!

Describes the .NET ReaderWriterLock object and how to use it effectively to create a thread safe Singleton.

SystemFramework library

The SystemFramework defines the interfaces, classes and types to support native runtime system with own garbage collector, delegates, etc. The design of system framework classes is similar to the .NET Framework.

To repeat or not to repeat yourself?

What do modern developers if they are forced to write repeated code?\xa0Of course, they follow DRY principle and try to write generic code that covers as much as possible cases and can easily be extended to the rest. But sometimes such a change is complex,...

Singleton Design Pattern

This post describes all about singleton design patterns

  • Page 1 of 1
  •