Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
TECHNOLOGIES
ANSWERS
LEARN
NEWS
BLOGS
VIDEOS
INTERVIEW PREP
BOOKS
EVENTS
Training
Live
JOBS
MORE
CAREER
MEMBERS
About Static Class
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (2)
Vithal Wadje (2)
Mukesh Kumar (2)
Ayan Ansuman (1)
Sachin Kalia (1)
Amit Saxena (1)
Sandeep Sharma (1)
Mageshwaran R (1)
Matthew Cochran (1)
Jatin Malik (1)
Akkiraju Ivaturi (1)
Tapan Dubey (1)
Ehsan Sajjad (1)
Kalyan Bandarupalli (1)
Abhishek Arora (1)
Kumar Saurabh (1)
Scott Lysle (1)
Chandramouli Muralidaran (1)
Ken Wong (1)
Prabuvel A (1)
Related resources for Static Class
No resource found
When To Use Static Classes In C#
2/16/2023 3:17:07 PM.
The static modifier in C# declares a static member of a class. The static modifier can be used with classes, properties, methods, fields, operators, events, and constructors, but it cannot be used wit
What Are The Differences Between Singleton Vs Static Classes In C#?
2/13/2023 10:36:10 AM.
In this article, you will learn what are the differences between singleton vs static classes in c#?
Types of Classes in C#
1/19/2023 10:46:00 AM.
In this article we will learn about various types of classes in C#.
Few Ways to Prevent Instantiation of Class
11/17/2022 9:05:34 AM.
Let’s go with very interesting facts about oops. There are few ways Stop Instantiation of class.
Constructor vs Static Constructor
5/9/2022 10:15:18 AM.
This article explains you the basic difference between the constructor and static constructor via example.
Introduction To Nested Class In Java
9/18/2019 3:55:35 AM.
In this article we discuss nested classes (inner classes) in Java.
Static Class And Static Class Members In C#
8/23/2019 10:45:00 AM.
Today, I will explain the concept of Static class and Static class Members in C# with some examples and how we can use it in a Static class .
C# Heap(ing) Vs Stack(ing) In .NET - Part Four
1/5/2019 6:26:39 AM.
Having a basic understanding of how memory management works will help explain the behavior of the variables we work with in every program we write. In this article we’ll look further into Garbage Col
Static Keyword: Static Class & Members
8/18/2017 2:35:06 AM.
In this video learn about static keyword in C#. This video has code walkthrough for C# static examples. BY the end of this video, you will be able to understand about the static keyword in c#.
Singleton Vs Static Classes
6/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?
Static Class In C#
1/11/2016 12:36:24 PM.
In this article you will learn about Static Class in C#.
Static And Sealed Class In C#
1/10/2016 12:58:26 PM.
In this article you will learn about static and sealed lass in C#.
Singleton Design Pattern Vs Static Class
11/2/2015 12:32:06 AM.
In this article, I will demonstrate you what is singleton design pattern and static class.
All About Static Class In C#
10/8/2015 3:01:40 PM.
In this article you will learn about Static Class in C#.
C# 6 Features Overview
2/11/2015 12:24:41 PM.
This article outlines the new features that have been added to the new C# version 6.0.
Using Static Class Statements: A New Feature of C# 6.0
2/5/2015 7:40:57 AM.
In this article we will learn about the new features of C# 6.0 Using Static Class Statements.
Static Classes in C#
6/9/2014 4:33:46 AM.
In this article we will learn about static classes in C#.
C# Static Constructor
11/25/2012 12:48:19 PM.
In this article I will be explaining Static Constructors with the help of small demo.
Fade Out a Form in C#
5/15/2012 6:39:35 PM.
This article describes a simple approach to fading out a form.
Singleton Pattern Unleashed in C#
5/15/2012 2:34:47 PM.
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.
Customized Windows Forms Look and Feel
1/13/2006 6:24:12 AM.
I have encountered instances when I needed a high level look and feel of Windows Forms and controls.
New Features of C#2.0 - Static Classes
12/19/2005 1:05:28 AM.
Static classes are used when a class provides functionality that is not specific to any unique instance.