News

A static class can only have static members — you cannot declare instance members (methods, variables, properties, etc.) in a static class.
Understand the differences between a singleton class and a static class and when to use which in your applications.