Sreejumon on March 27th, 2005

I think it is too late to post this info. Still I can see some question related to this topic in public newsgroups, hence this entry. Here is my simple class.       public class MyClass       {             public static void StaticHello()             {                   Console.WriteLine(“Hello”);             }             public [...]

Continue reading about Static Vs Instance method performance differences