<groan>
If you try really hard you can write a whole application using only static
methods and ensuring the maximum of spaghetti code too.
Static functions should be used only where the architecture demands a clean
and stateless system of operation. The Math class in .NET is a primary
example of good use of static methods.
Using static as a replacement for Global is a recipie for disaster and a
sign of one of two things. #1 having learned programming with classic VB and
#2 having no clue about object oriented architecture.
--
Bob Powell [MVP]
Visual C#, System.Drawing
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.