In this article, the first in a series, I will introduce the concept of a container and show you how to build and implement a very simple, but limited container. This article illustrates the concept using a singleton, which is not optimal but is simple.
Note, this example code will start with using a singleton.
Read Full Tutorial