TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
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
About static
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rohatash Kumar (3)
CSharp TV (3)
Ziggy Rafiq (2)
George (2)
Sanjay Kumar (2)
Jitendra Mesavaniya (2)
Abhishek Arora (2)
Ehsan Sajjad (2)
Jaimin Shethiya (2)
Abhimanyu K Vatsa (2)
Ajay Kumar (2)
Mahesh Chand (2)
Debasis Saha (2)
Harpreet Singh (2)
Vithal Wadje (2)
Jorge Levy (2)
Jin Necesario (1)
Ashish Bhatnagar (1)
Prabhakar Maurya (1)
Manikandan Murugesan (1)
Mohamed Shifan (1)
Shilpa Tanwar (1)
Anil Kumar Murmu (1)
Gowtham K (1)
Kiran Mohanty (1)
Jasminder Singh (1)
Jefferson S. Motta (1)
Michal Habalcik (1)
Akkiraju Ivaturi (1)
Farhan Ahmed (1)
Hari Lakkakula (1)
Bohdan Stupak (1)
Suraj Sahoo (1)
Yogendra Kumar (1)
Monica Rathbun (1)
Vinoth Xavier (1)
Prasad (1)
Deepak Tewatia (1)
Ankit Sharma (1)
Priyank Modi (1)
Jeetendra Gund (1)
Sourabh Mishra (1)
Yuvapriya P (1)
Mageshwaran R (1)
Tahir Ansari (1)
Alpesh Maniya (1)
Roshan Patil (1)
Aman (1)
Manish Sharma (1)
Muneer Akhtar (1)
Chris Harrison (1)
Pratiyush Anand (1)
Chandrakant Upadhyay (1)
Matthew Cochran (1)
Sam Hobbs (1)
Aravind Govindaraj (1)
Abhishek Sharma (1)
Aman Gupta (1)
Alagunila Meganathan (1)
Sri Kanth (1)
Sandeep Soni (1)
Naveed Zaman (1)
Ayan Ansuman (1)
Prasad Rane (1)
Shalin Dashora (1)
Anu Viswan (1)
Sachin Kalia (1)
Jigar Shah (1)
Sarathlal Saseendran (1)
Shivam Payasi (1)
Vinodh Kumar (1)
Robert Pattinson (1)
Amit Saxena (1)
Santosh Karanam (1)
Vishnu Prasad (1)
Sameer Shukla (1)
Anjali Joshi (1)
Kirtesh Shah (1)
Rajesh VS (1)
Miguel Teheran (1)
Aashina Arora (1)
Ojash Shrestha (1)
Related resources for static
No resource found
Advanced C# 13 and .NET 9 Features for Expert .NET Engineers
11/22/2024 5:43:02 AM.
With this guide, you will learn about enhanced pattern matching, static abstract members, Native AOT, and much more in C# 13 and .NET 9. Written by Ziggy Rafiq, this is the best resource for experienc
Can a Static Member be Inherited by Derived Class?
10/10/2024 10:23:29 PM.
This article discusses if a static Member be Inherited by Derived Class?
TypeScript Essential Features
10/7/2024 4:39:58 AM.
TypeScript offers essential features that enhance JavaScript development, including static typing, type inference, and support for interfaces and generics. It provides tools like classes, enums, and m
Difference Between Static Modifier and Final Modifier
9/26/2024 4:26:11 AM.
Sometimes, a programmer might need to define a class member that will be used independently of any object of that class.
How to Assign Static IP Address in Windows 8
9/20/2024 8:11:55 AM.
This article explains how to manually assign a static IP address in Windows 8, enhancing network control and reducing address conflicts. It details step-by-step instructions, including accessing the N
Hosting a Static Website in Cloudflare Pages without Any Cost
8/29/2024 5:20:00 AM.
Learn to host a static website for free using CloudFlare Pages. Start by signing up and logging in to CloudFlare Pages, then upload your local website files or connect to Git for deployment. After dep
Learn Use of Converters in WPF C#
8/21/2024 3:23:31 AM.
In WPF, IValueConverter and IMultiValueConverter are used to transform data for UI binding. IValueConverter converts single values (e.g., boolean to visibility), while IMultiValueConverter handles mul
Deploy Internet Information Services (IIS) on Windows Server
8/12/2024 11:13:33 AM.
Internet Information Services (IIS) is a Microsoft web server on Windows Server, used to host and manage websites and web applications. It supports various web technologies like HTML, ASP.NET, and PHP
Design Pattern (3-1), Differences between Singleton & Static Class
7/29/2024 2:24:17 AM.
This article will discuss the Differences between Singleton and Static Class. This series explores Design Patterns, starting with MVC. The article discusses differences between Singleton and Static cl
What is Incremental Static Regeneration (ISR) in Next Js.?
7/22/2024 6:13:17 AM.
"Incremental Static Regeneration (ISR) in Next.js combines static site generation with server-side rendering, allowing pages to be updated after the initial build. It uses getStaticProps with a r
Prefer Static HashData Method over ComputeHash in C# .NET
7/8/2024 12:20:33 PM.
In .NET, the HashData method offers a modern, efficient way to perform hashing operations, eliminating the need for instantiating hashing algorithm classes like SHA256. It simplifies code, enhances pe
Type-Safe Routing in React with React Router and TypeScript
6/25/2024 4:54:16 AM.
This insightful guide by Ziggy Rafiq explains how React Router and TypeScript can be used to achieve type-safe routing in React applications. Set up static routes using TypeScript's robust type sy
Static Keyword In C#
6/18/2024 10:47:06 AM.
In this article, I'll discuss the C# static keyword, its purpose, and how to create static classes using C#. I'll also cover static variables, static methods, and static properties in C#.
ASP.NET Core Application Code Analysis Using SonarQube
6/11/2024 12:20:41 PM.
Explore ASP.NET Core application development with comprehensive code analysis using SonarQube. Enhance code quality, identify issues, and maintain code health through detailed insights.
C# Basic OOPs Concepts
6/4/2024 12:47:27 PM.
"Basic OOPs concepts in C# involve classes, objects, inheritance, encapsulation, and polymorphism. It includes access modifiers, constructors, and destructors, along with method overloading and o
Using Static Class Statements: A New Feature of C# 6.0
5/29/2024 10:31:05 AM.
C# 6.0 introduces Static Class Statements, simplifying code organization and enhancing readability by allowing static members to be imported directly, improving code maintenance and reducing verbosity
String Interpolation: A New Feature of C# 6.0
5/29/2024 8:48:47 AM.
The provided C# 6.0 code demonstrates the use of string interpolation, auto-implemented properties, and object initialization syntax. It showcases the nameof operator to retrieve variable names static
Var Vs Dynamic Keywords In C#
5/24/2024 10:22:29 AM.
Difference Between Var And Dynamic In C#. The two concepts of static and dynamic types in C# can be illustrated with the use of the two keywords named var and dynamic. Var Vs Dynamic In C#.
Difference Between Object and Dynamic Keyword in C#
5/24/2024 9:36:56 AM.
In C#, both object and dynamic are used for handling data of any type, but they serve different purposes. The object keyword is used for static typing, requiring explicit type casting, while dynamic a
Const, ReadOnly and Static Keywords in C#
5/24/2024 9:36:40 AM.
Explore the differences between const, readonly, and static keywords in C#. This guide covers their unique functionalities, use cases, and best practices in C# programming. Learn how to effectively us
Publishing React on IIS - Part II
5/7/2024 10:36:57 AM.
Part II of React on IIS covers advanced deployment techniques: optimization, caching, and server-side rendering for high-performance web applications on Internet Information Services.
Understand Virtual Object.Equals, Static Object.Equals and Reference.Equals in Object Class
5/1/2024 11:12:00 AM.
In the Object class of C#, the Equals method can be overridden, creating virtual and static versions. Virtual Equals compares content, static compares references, while Reference. Equals provide refer
Extend the C# Types Easily With Extension Methods
4/26/2024 10:45:21 AM.
Easily extend C# types using extension methods for enhanced functionality without modifying the original type. Improve code readability and reusability by adding custom methods to existing types, fost
Learn about Extensions in C#
4/22/2024 8:30:46 AM.
Learn about extending class functionality in C# using extension methods without altering source code. Understand inheritance vs. extensions, handling sealed classes, method chaining, and key points li
Singleton vs. Static Class in C# - Choosing the Right Approach
4/17/2024 4:54:57 AM.
Singleton and Static classes can only have one instance available in memory, and both classes can be used to maintain the global state of an application, however, there are many differences between th
Singleton Vs Static Classes in C#
4/17/2024 4:49:59 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?
Learn about Static Class in C#
4/16/2024 4:43:10 AM.
This article explores the concept of static classes in C#, detailing their characteristics, usage, and limitations. It covers static class setup, static class features, static method usage, and depend
Static Files In wwwroot Folder ASP.NET MVC Core 3.0
4/11/2024 7:02:01 AM.
In this article, we will learn about Static files in the wwwroot folder are essential for serving CSS, JavaScript, images, and other client-side assets in ASP.NET MVC Core 3.0 applications. They provi
Learn about Static Method In C#
4/10/2024 5:36:37 AM.
This article explains the C# static method and code examples of stack methods in C#. C# features static and nonstatic class methods. Static methods, at the type level, are shared across all objects of
What is the Difference Between JavaScript and TypeScript?
4/9/2024 7:31:08 AM.
JavaScript is a scripting programming language used to build client-side and server-side applications. It provides a runtime element management and manages the DOM dynamically. And it is a prototype-b
Generating and Serving Static HTML Page with AWS CloudFront
4/4/2024 4:17:13 AM.
In this article, we'll have a look at how to generate a static HTML page using a mustache template, upload it to S3 and serve it with CloudFront
Routing In MVC with Code Example
4/1/2024 6:57:47 AM.
MVC applications rely on a routing system to handle URL requests, mapping them to controllers and actions. RouteConfig.cs defines routes, connected to Global.asax.cs. Routes can be added via RouteColl
Difference Between Const, ReadOnly and Static ReadOnly in C#
3/28/2024 10:38:00 AM.
Common keywords like Const, ReadOnly, and Static ReadOnly are quite confusing. So today we will discuss these keywords and try to understand the difference between Const, ReadOnly, and Static ReadOnly
Static Data Masking (SSMS 18.0 Preview)
3/28/2024 6:31:38 AM.
Static Data Masking in SSMS 18.0 Preview enhances data security by obscuring sensitive information in databases. It safeguards privacy during testing by replacing real data with masked values, ensurin
An Overview of C# Static Constructors
3/20/2024 11:28:16 AM.
Static Constructors are a powerful mechanism for initializing static members and performing one-time setup tasks in C# classes.
Static Resource vs Dynamic Resource in WPF
3/11/2024 5:17:44 AM.
Delve into WPF's resource binding, exploring both static and dynamic approaches. Static binding offers performance benefits and compile-time validation, while dynamic binding allows runtime update
Dynamic Theme Change Across Canvas App Screens
3/7/2024 8:33:35 AM.
This C# method compares files using WinMerge, generates an HTML report, and sends it via email. It utilizes ProcessStartInfo for execution, with configurable options and paths for comparison and outpu
What are Properties in C#?
3/4/2024 6:00:37 AM.
In this article, we will learn about properties in C#, different types of properties, how to define and use them, and some best practices when working with properties in C#, properties in C# are a way
Deploying A Blazor Application On Firebase
2/20/2024 9:13:16 AM.
To deploy a Blazor app on Firebase, first create a basic calculator using Blazor in Visual Studio, then publish it. After adding the project on Firebase, initialize and deploy using Firebase CLI. Use
Static Constructors in .NET
12/20/2023 11:22:44 AM.
Static constructors in .NET, a special breed in object-oriented programming. Unlike instance counterparts, they initialize once per type, controlling execution order and serving key roles in resource
9 Key Concepts To Keyword 'Static'
10/26/2023 7:05:54 AM.
This article summarizes some of the key concepts around the keyword static that every developer must remember.
C# 8.0 New Feature - Using Declarations And Static Local Functions
10/23/2023 9:37:25 AM.
In this article, we are going to learn a new feature of C# 8.0 - Using declarations and Static local functions with examples.
Extension Methods In C#
10/23/2023 7:27:51 AM.
This article explains Extension methods. Extension methods are static methods, that are always implemented in a static class. In C# we already have some built-in extension methods like Union, Where an
Constructors in C#
10/12/2023 6:35:42 AM.
In C#, constructors are essential methods responsible for initializing and creating objects within a given class. These functions are invoked when you create an instance of the class. Constructors sha
Static Class And Static Class Members In C#
10/9/2023 10:26:16 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 .
My First C# Program
10/5/2023 11:46:39 AM.
This article explains how to create your first C# program.My First C# Program" is a simple introductory program often created by beginners learning the C# programming language. It serves as a bas
A Deep Dive into Static Classes in C#
9/25/2023 4:26:42 AM.
This article, "Exploring Static Classes in C#," provides an in-depth exploration of the concept and practical applications of static classes in the C# programming language. It elucidates the
Static And Sealed Class In C#
9/25/2023 4:03:25 AM.
In this article you will learn about static and sealed lass in C#.
Static and Singleton Classes in C#
9/23/2023 7:31:15 AM.
Object-Oriented Programming (OOP) in C# is a way to organize code neatly. There are two types of classes: static and singleton. Static classes have functions that you can use without creating an objec
Enhancing Code Quality with SonarLint
9/21/2023 6:25:44 AM.
In today's software development landscape, code quality is essential for success. It ensures smooth application functioning, simplifies maintenance, and enhances security. SonarLint is a vital too
Types Of Classes And Their Characteristics
9/15/2023 6:38:29 AM.
In this article, you will learn about the types of classes and their characteristics.
Static Constructor in C#
9/11/2023 9:48:04 AM.
This article explains the Static Constructor in C#.
Some Useful and Important Concepts of C#
9/11/2023 7:11:12 AM.
In this article I have explained some important concepts related to the C# language such as Implicit & Explicit type conversion, Boxing and UnBoxing of data types, static and nonstatic methods an
Const, ReadOnly And Static Variables In C#
9/10/2023 10:06:01 PM.
C# (C Sharp) is a versatile programming language developed by Microsoft. It offers a rich set of keywords that enable developers to create powerful and efficient applications. Keywords like `class` al
.NET Static Variables : Better than Application!
8/29/2023 9:04:59 AM.
In traditional ASP, we always had the Application object to store application-wide variables in.In the .NET framework, both static variables and the Application object provide ways to store data that
Azure User Group Sweden: Explore the Azure Static Web Apps Ecosystem
6/20/2023 5:57:14 PM.
In this session, guest speaker Audrey Mengue will be sharing her knowledge about Azure Static Web Apps along with GitHub for modern cloud development for developers.
Develop a Blazor Web-Assembly App with Azure Function and Deploy as a Azure Static Apps
6/16/2023 5:31:47 AM.
In this article, we discuss the basic concept of Blazor Web Assembly. Also, demonstrate how we can consume API endpoints with the help of Azure Function. Finally, we deploy the application as Azure St
Static Variables, Static Methods and Objects in C#
6/7/2023 6:23:23 AM.
In this article you will learn what is and how to work with static variables, static methods and objects in C#.
Static Constructor In C# And Its Usages
6/6/2023 10:11:01 AM.
Static constructor is used to initialize static data members as soon as the class is referenced first time. This article explains how to use a static constructor in C#.
C# Heap(ing) Vs Stack(ing) In .NET - Part Four
6/6/2023 8:40:24 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
AI vs Rule-based Static Code Analysis
6/5/2023 5:47:16 PM.
In this session, We would love to open up the discussion about the impact of AI on the maintainability and quality of code, in light of Codacy's new launch: Quality AI, the next generation of auto
The Basics of Creating a Static Library Using Visual C++
5/26/2023 9:05:21 AM.
Explains the basics of creating a static library, with explanations, and how to use a static library.
Static hosting using S3
5/13/2023 10:04:41 AM.
How to host static files in AWS S3
Create and Publish a Static Angular App using Azure Static Apps
5/1/2023 2:04:30 AM.
In this article, we will discuss how to use Azure Static Web Apps and host any static web application like Angular App by using Azure Static Web App
Static Methods Vs. Non-Static Methods In C#
4/27/2023 7:06:51 AM.
The difference between static and non-static methods in C#.
Use Of Static Keyword In Java
3/27/2023 5:06:18 AM.
In this article, you will learn different use-cases of static keyword in java.
Basics of JavaScript: Part 2
3/20/2023 6:00:05 AM.
This is Part 2 of th Basics of JavaScript tutorial.
Basics of JavaScript: Part 1
3/20/2023 5:47:01 AM.
In this article we will learn the basics of JavaScript.
Start Working On Azure Static Web Apps
3/19/2023 3:23:09 PM.
In this article, we are going to learn about "Azure Static Web Apps."
What is a Static Class in C#?
2/16/2023 3:18:15 PM.
Static in c# is used to create a static class, struct, or member. A static class can only contain static data members, including static methods, static constructors, and static properties.
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
Working with static in C#
2/16/2023 3:09:54 PM.
Learn what is static in C# and how to create static methods and fields in a C# class.
Changing Static Themes to Dynamic Themes Using C# With SQL Server
2/16/2023 6:31:10 AM.
In this article, you will learn how to Change Static themes to Dynamic themes using C Sharp with SQL Server.
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#?
Understanding Internal/External IP Address in Google Cloud VM Instances And Working With Static IP Address
1/30/2023 7:27:11 AM.
In this article, we will understand difference between Internal and External IP address of VM instance. We would also learn how to create a static IP Address and assign it to VM Instance.
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#.
How to Host a Static Website on AWS S3: A Step-by-Step Guide
1/5/2023 8:35:03 PM.
Hosting your static website on Amazon Web Services (AWS) Simple Storage Service (S3) can provide significant benefits in terms of scalability, security, and cost. In this step-by-step guide, we'll sho
Static Abstract Interface Members In C# 11 And Curiously Recurring Template Pattern
12/23/2022 5:20:22 AM.
This articles explores the Static Abstract Interface Members in C# 11, along with understanding the Curiously Recurring Template Pattern
Static Cursor in SQL Server
12/21/2022 5:42:18 AM.
In this article, you will see how to use a Static Cursor in SQL Server.
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.
TezJS - Introducing The Revolutionary Jamstack Development Framework
10/20/2022 8:06:27 AM.
In this article, you will learn about TezJS - Introducing The Revolutionary Jamstack Development Framework.
Easily Improve Your .NET Code Quality With NDepend
10/4/2022 9:13:58 AM.
In this post, we will see how to use the NDepend tool to analyze and improve the .NET code quality by reducing the issues in our source code.
Static Web Apps - Deployments
9/22/2022 6:15:08 AM.
In this entry we'll review how to configure our Static Web App from our source code repositories in GitHub or Azure DevOps.
Dataflow In Inheritance Using C#
9/16/2022 5:58:56 AM.
In this article, I'm going to explain how data flows when we are using Inheritance, this article also helps in making your concept crystal clear about the data flow.
Constructors and Its Types in C#
9/15/2022 5:47:43 AM.
C# Constructor. A C# class constructor is a class method with the same name as the class and is automatically invoked when an instance of the class is created.
Azure Synapse Security: Static Data Masking
9/5/2022 10:51:05 AM.
This is the basic practical implementation of static data masking feature in the azure synapse. This feature is common for all the Microsoft data products such as SQL Server, Azure SQL, Azure SQL mana
Static Code Analysis of Terraform Based Infrastructure as Code IaC Scripts by Abhishek Mishra
9/5/2022 4:05:15 AM.
In this session we will discuss various options like TFLint and SonarQube to scan and analyze Terraform Infrastructure as Code (IaC) scripts.
Dynamic and Static Array Declarations
9/2/2022 9:58:09 AM.
Arrays can be declared in many ways. These examples demonstrate arrays that are created at “design time” (static) and at run time (dynamic)
Static Web Apps With APIs With Azure Functions
8/25/2022 5:06:13 AM.
In this article, we are going to review how we can implement Back-End services in our Azure Static Web Apps with Azure Functions
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.
Deploy Your Website In Azure Static Web App For Free
5/7/2022 12:31:21 PM.
In this article, you will learn how to deploy website for Free with Azure Static Web App.
How to use C# Constructors
2/23/2022 9:30:01 AM.
This article gives a brief introduction, features of constructors their usage and also an idea of how to use C# constructors.
@classmethod And @staticmethod In Python
2/23/2022 8:59:45 AM.
The article explains @classmethod and @staticmethod in Python.
Getting Started With Objective C - Working With Methods
1/17/2022 6:51:17 AM.
This article explains how to create and implement methods in Objective C.
Global Static Using Directive In C# 10
1/13/2022 5:54:14 AM.
In this article, we are going to discuss how to use the "global using" directive with the "static" modifier.
Static and Non-Static Methods in C#
1/12/2022 11:08:27 AM.
In this quick article you will take a look at static and non-static methods in C#.
Constructor And Destructors In C#
1/5/2022 9:14:52 AM.
This detailed article talks about how constructors and destructors work in C# and how to use them in your applications.
Deploying Landing Pages Using GitHub Actions And Azure Static Web Apps
12/31/2021 4:50:22 AM.
Learn how to deploy your landing page for free using github actions and Azure static web apps
Variables, Methods And Inner Class In Python
12/1/2021 10:44:11 AM.
In this article, we will touch base with further concepts Types of Variables, Types of Methods and Inner Class in Python
Azure Static Web Apps - Adding API Using Azure Functions
11/24/2021 9:05:36 AM.
In this article, we’ll dive deeper into Azure Static Web Apps and learnt to add and publish API using Azure Functions to Azure Static Web Apps.
- Ebook
Source Code: Graphics Programming with GDI+
Graphics Programming with GDI+ is the .NET developer's guide to writing graphics appl...
Download