In C# what is the difference between:
public static class ClassName {}
And:
public class ClassName {}
http://www.javaworld.com/javaworld/javaqa/1999-08/01-qa-static2.html - very good article on this. This is for Java. But i think concept should should same in C# too.