Related resources for Static classes
  • Static Class In C#10/30/2017 7:33:24 AM. In this article you will learn how to use Static classes in c#.
  • Singleton Vs Static Classes6/27/2017 3:04:10 AM. Why do you use a Singleton class if a Static class serves the purpose What is the difference between Singleton and Static classes and when do you use each one in your program?
  • C# 6 Features Overview2/11/2015 12:24:41 PM. This article outlines the new features that have been added to the new C# version 6.0.
  • Fade Out a Form in C#5/15/2012 6:39:35 PM. This article describes a simple approach to fading out a form.
  • Static class in C#8/28/2010 8:57:54 AM. This article will discuss about static class in C#. Different feature of static class and different way of creating static class also will be discussed.
  • What is new in C# 2.0?8/13/2007 10:06:35 AM. In this article, I discuss new features added to C# 2.0.
  • New Features of C#2.0 - Static Classes12/19/2005 1:05:28 AM. Static classes are used when a class provides functionality that is not specific to any unique instance.