When you are programming your application using the ArcGIS ArcObjects API it’s best to remain aware of classes which support only one instance across your application or in each thread. This type of class is called a “ singleton ”. The coding techniques
Read More...