Static Object, Global Variable, Lazy Loading in C# January 9, 2015 c #, programming languages No Comments The static attributes in a class are served as global variables. A static variable can be accessed directly by class. You don’t need the instances (of class) in order … [Continue Reading...]