Monday, February 20, 2006

When To Use Static Methods

Use static methods when the state of a class instance does not matter.

http://www.javaworld.com/javaworld/javaqa/2001-11/03-qa-1121-mrhappy.html

Fixes to common .NET problems, as well as information on .NET features and solutions to common problems that are not language-specific.

Fixes to common .NET problems, as well as information on .NET features and solutions to common problems that are not language-specific.

Z