Static (Shared in VB.NET) or Normal Methods - Stack Overflow
november 2009 by keithly
If you have lots of static methods, then I assume you are not following OOP principles. Static methods are helpful as factory methods or as an auxiliary methods. But I'd avoid to build application design on top of them.
oop
november 2009 by keithly