C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Debasis Saha(3)
Rahul Bansal(3)
Mukesh Kumar(3)
George (2)
Jitendra Mesavaniya(2)
Ojash Shrestha(2)
Nanddeep Nachan(2)
Mahesh Chand(2)
Abhishek Jaiswal (2)
Ashwani Tyagi(2)
Ananya Desai(1)
Riya Patel(1)
Cristopher Coronado(1)
Vineet Goswami(1)
Jayant Kumar(1)
Sardar Mudassar Ali Khan (1)
Pankajkumar Patel(1)
Baibhav Kumar(1)
Rikam Palkar(1)
Babita (1)
Raveena Attri(1)
Ashish Bhatnagar(1)
Manikandan Murugesan(1)
Shilpa Tanwar(1)
Jaimin Shethiya(1)
Bohdan Stupak(1)
Vinoth Xavier(1)
Tahir Ansari(1)
Alagunila Meganathan(1)
Ayan Ansuman(1)
Prasad Rane(1)
Shalin Dashora(1)
Vinodh Kumar(1)
Santosh Karanam(1)
Kirtesh Shah(1)
Miguel Teheran(1)
Anish Ansari(1)
Ganesan C(1)
Jay Krishna Reddy (1)
Ankit Prajapati(1)
Jin Necesario(1)
Ethan Millar(1)
Aman Gupta(1)
Atul Sharma(1)
Ankit Kanojia(1)
Daniel Gomez(1)
Prakash Tripathi(1)
Aadarsh Sharma(1)
Gokulakrishna (1)
Mageshwaran R(1)
Sai Kumar Koona(1)
Jeetendra Gund(1)
Mohit Chhabra(1)
Sandeep Soni(1)
Jamil Ahmed(1)
Hemant Jindal(1)
Akbar Mulla(1)
Vignesh Mani(1)
Guest User(1)
Praveen Sreeram(1)
Priyaranjan K S(1)
Ehsan Sajjad(1)
Neeraj Kumar(1)
Shweta Lodha(1)
Shakti Saxena(1)
Iqra Ali(1)
Muneer Akhtar(1)
Ankur Mishra(1)
Abhishek Arora(1)
Gaurav Kumar(1)
Anubhav Chaudhary(1)
Govind Khandelwal(1)
Rohatash Kumar(1)
Palle Technologies(1)
Sri Kanth(1)
Vinod Kumar(1)
Amit Choudhary(1)
Sandeep Sharma(1)
Naveed Zaman(1)
Yogendra Kumar(1)
Pratiyush Anand(1)
Sam Hobbs(1)
Aman Singhal(1)
Prabhakar Maurya(1)
Hector Hugo Alpizar Cesena(1)
Akkiraju Ivaturi(1)
Mike Steward(1)
Resources
No resource found
What is browser caching and how to configure it for static assets?
Apr 22, 2026.
Boost website speed! Learn browser caching: store static assets locally for faster loading, reduced server load, and improved user experience. Configure it now!
Difference Between Sealed Class and Static Class in C# with Examples?
Apr 21, 2026.
Learn the key differences between sealed class and static class in C# with simple examples, real-world use cases, and when to use each for better performance and design.
Building a Modern Task Management AI Agent: Separating Backend and Frontend with Next.js and Azure Static Web Apps
Nov 17, 2025.
Modernize your AI Task Agent! Learn to separate .NET backend from a Next.js frontend with Azure Static Web Apps. Boost UX, scalability, and development speed.
đ How to Host a Static Website on AWS Using S3, CloudFront, Route 53, and SSL
Oct 22, 2025.
Learn how to host a static website on AWS using S3, CloudFront, Route 53, and ACM. This step-by-step guide provides a cost-effective and scalable solution for deploying static websites. Achieve fast loading times, global availability, and robust security with a serverless architecture. Perfect for portfolios, landing pages, and blogs. Get your website live quickly and efficiently!
Static Classes and Static Methods in Python
Oct 22, 2025.
Explore static methods and emulated static classes in Python. Learn how to define and use static methods with @staticmethod, understand the difference between class methods and static methods, and discover how to group related utility functions using class design. Improve code organization and avoid global namespace clutter by encapsulating helper functions within classes, promoting cleaner, modular, and maintainable Python code.
Using Static Code Analysis Tools for .NET Security
Sep 18, 2025.
This article guides you through integrating tools like Roslyn Analyzers, Security Code Scan, and SonarQube into your CI/CD pipeline. Learn to identify vulnerabilities early, enforce secure coding practices, and reduce risks by automating security checks. Shift left, fail fast, and combine SAST with DAST for comprehensive protection.
How to create a static HTML web app by using Azure Cloud Shell?
Sep 01, 2025.
Learn how to quickly deploy a static HTML web application to Azure App Service using Azure Cloud Shell. This tutorial guides you through cloning a sample application, deploying it with the Azure CLI's az webapp up command, updating the code, and redeploying the changes. Perfect for beginners, this method offers a streamlined approach to web app deployment on Azure, leveraging the power of PaaS and the convenience of a browser-based shell. Get your web app up and running in minutes!
What is the difference between class method, static method, and instance methods?
Aug 21, 2025.
In Python, methods are functions defined inside a class. They can be categorized into three types: instance methods, class methods, and static methods. Each serves a different purpose and is used in different situations. This article explains the differences in simple words with detailed explanations and examples.
Hosting a Static Website with Docker and NGINX
Apr 19, 2025.
Spin up your first static site in Docker using NGINX in minutes, no backend, just clean HTML and containers.
Assigning a Static Private IP While Launching an Instance in AWS
Jan 29, 2025.
Learn how to assign a static private IP to an AWS EC2 instance during launch for consistent internal communication, avoiding IP conflicts, and ensuring predictable application dependencies within a VPC subnet.
How to Set Up an S3 Bucket for Static Website Hosting in AWS
Dec 27, 2024.
Amazon S3 enables hosting static websites with ease. Configure your bucket by enabling static website hosting, setting an index and error document, and making it public with a bucket policy. Upload your files and access the site using the S3 endpoint URL.
Difference Between Static Modifier and Final Modifier
Sep 26, 2024.
Sometimes, a programmer might need to define a class member that will be used independently of any object of that class.
Hosting a Static Website in Cloudflare Pages without Any Cost
Aug 28, 2024.
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 deploying, allow time for DNS to propagate, and your site will be live with a custom domain.
Can a Static Member be Inherited by Derived Class?
Jul 23, 2024.
This article discusses if a static Member be Inherited by Derived Class?
What is Incremental Static Regeneration (ISR) in Next Js.?
Jul 22, 2024.
"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 revalidate interval to keep content fresh without a full rebuild.
Prefer Static HashData Method over ComputeHash in C# .NET
Jul 08, 2024.
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 performance, and provides a consistent API for various algorithms.
Design Pattern (3-1), Differences between Singleton & Static Class
Jul 02, 2024.
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 classes, highlighting their roles in maintaining global state in an application.
Singleton vs. Static Class in C# - Choosing the Right Approach
Apr 17, 2024.
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 them. In this article, I explain what their differences are.
Learn about Static Class in C#
Apr 16, 2024.
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 dependency injection considerations.
Generating and Serving Static HTML Page with AWS CloudFront
Apr 04, 2024.
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
An Overview of C# Static Constructors
Mar 20, 2024.
Static Constructors are a powerful mechanism for initializing static members and performing one-time setup tasks in C# classes.
A Deep Dive into Static Classes in C#
Sep 25, 2023.
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 fundamental characteristics of static classes, their unique features, and how they differ from regular classes. Readers will gain a comprehensive understanding of how static classes are used to encapsulate static members, such as methods, properties, and constants, within a C# application.
Develop a Blazor Web-Assembly App with Azure Function and Deploy as a Azure Static Apps
Jun 16, 2023.
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 Static Apps
Create and Publish a Static Angular App using Azure Static Apps
May 01, 2023.
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
Start Working On Azure Static Web Apps
Mar 19, 2023.
In this article, we are going to learn about "Azure Static Web Apps."
What Are The Differences Between Singleton Vs Static Classes In C#?
Feb 13, 2023.
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
Jan 30, 2023.
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.
How to Host a Static Website on AWS S3: A Step-by-Step Guide
Jan 04, 2023.
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 show you how to host your static website on S3, from creating an S3 bucket
Azure Synapse Security: Static Data Masking
Sep 05, 2022.
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 managed instance and Azure synapse analytics.
Deploy Your Website In Azure Static Web App For Free
May 05, 2022.
In this article, you will learn how to deploy website for Free with Azure Static Web App.
Global Static Using Directive In C# 10
Jan 13, 2022.
In this article, we are going to discuss how to use the "global using" directive with the "static" modifier.
Deploying Landing Pages Using GitHub Actions And Azure Static Web Apps
Dec 31, 2021.
Learn how to deploy your landing page for free using github actions and Azure static web apps
Azure Static Web Apps - Adding API Using Azure Functions
Nov 24, 2021.
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.
Azure Static Web Apps
Nov 23, 2021.
In this article, we'll learn about Azure Static Web Apps.
Getting Started With Azure Static Web App
Sep 23, 2021.
In this article, you will learn all about the Azure Static Web App. You will learn how to create a static web app and connect it to GitHub and how to map the custom domain and get free SSL.
Method Implementation, Private, Static Members In C# Interfaces⥠- New Feature In C# Interfaces
Sep 21, 2021.
In this article, we are going to see about âDefault implementations in interfacesâ feature in C#.
Using Static Files (HTML, JavaScript) In Web API
Apr 08, 2021.
In this article, you will learn how to serve static files in ASP.Net Core 5.0 Web API.
Getting Started With Scully - Angular Static Site Generator
Apr 03, 2021.
Scully is a static site generator for angular, which helps us to build super-fast web applications.
Klocwork - Get Started With A Static Code Analyzer
Nov 06, 2020.
This article helps you get started with a static code analyzer. It begins with the theoretical concepts and ends with a static code analyzer's practical usage using Klocwork.
Exploring Microsoft Azure Storage Static Website Features
Aug 26, 2020.
If you have static content that needs to be exposed to the public, using Microsoft Azure Storage Account can be an exciting option.
Use Of Static Keyword In Java
Aug 20, 2020.
In this article, you will learn different use-cases of static keyword in java.
NDepend - A Complete Static Code Analysis Tool
Aug 18, 2020.
A few months ago, I came across one static code analysis tool named NDepend and found this to be the next level of static code analysis
Host A Static Website Using Firebase Hosting Service - Part One
Jul 17, 2020.
Google cloud provides a hosting service. Using that service we can host static web application easily, free, and securely.In this article, we will learn host static websites on Firebase step by step.
Hosting A Static Website On Azure Web App
Jun 12, 2020.
In this article, you will learn how to host a static website on azure web app.
SharePoint Site As Static App In MS Teams
Jun 02, 2020.
In this article, you will learn about SharePoint Site as static app in MS Teams.
Working With Async Stream And Static Local Function In C# 8.0
Oct 29, 2019.
This article explains how to work with Async Stream and Static local functions in C# 8.0 and demonstrates how to use it in application development.
Hosting Static Website On Amazon S3
Oct 16, 2019.
In this article, you will learn about hosting a static website on Amazon s3.
How To Create A Static Website In AWS Serverless Options
Oct 11, 2019.
In this article, you will learn how to create a static website in AWS serverless options.
Static Class And Static Class Members In C#
Aug 23, 2019.
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# 8.0 Static Local Functions
Aug 05, 2019.
In this article, you will learn about C# 8.0 Static Local Functions.
When To Use Static Classes In C#
Apr 30, 2019.
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 with indexers, finalizers, or types other than classes.
C# 8.0 New Feature - Using Declarations And Static Local Functions
Mar 15, 2019.
In this article, we are going to learn a new feature of C# 8.0 - Using declarations and Static local functions with examples.
Assign Static Public IP Address To Azure VM
Feb 18, 2019.
In this article, we will explore what a public IP address brings to a virtual machine, how we can assign a static public IP address during creation of a VM, and on an existing VM.
Hosting Static Website With Azure Storage Service
Nov 20, 2018.
At Build 2018, Microsoft announced a capability to host the static website with their Azure Storage Service. The feature is in preview and Microsoft is collecting the feedbacks so If you try it and have any suggestions feel free to go to user's voice and pass on the feedback to Microsoft. Also, we wonât suggest you run your production load until it becomes GA.
Working with static in C#
Oct 23, 2018.
Learn what is static in C# and how to create static methods and fields in a C# class.
A Static Type Checking Limitation Of Dependency Properties
Jun 25, 2018.
WPF [4] is a Microsoft technology for building window forms applications that allow using the MVVM (Model âView-View Model) framework. Dependency properties are at the core of MVVM framework.
Learn About Static VS Singleton
Jun 15, 2018.
Static class is implicitly abstract meaning Static class object can neither be created nor instantiated whereas Singleton pattern allows us to create a single (only one) instance of a class.
Keywords - Const, ReadOnly, And Static ReadOnly In C#
Mar 20, 2018.
In this article, I am going to explain about const, read-only, & static keywords in C#.
Serve Static Files In ASP.NET Core Using Visual Studio 2017
Sep 18, 2017.
This article explains about static files and how to set default page using static files in ASP.NET using Visual Studio 2017 in a step by step way.
ASP.NET Core 2.0 Static Files
Sep 13, 2017.
Static files can also be served from folders outside wwwroot by passing in StaticFileOptions to middleware and setting a FileProvider and RequestPath. This is useful when you want authorised access to files e.g. by returning FileResult action result from a secure controller.
Building .NET Core Basic Application With Static Files - Day Three
May 09, 2017.
In this article, we will discuss how to access static files like html files in asp.net core applications.
How To Customize Static And Dynamic Column Chart In WPF With MVVM Pattern Using Prism Library
Mar 01, 2017.
In this article, I will demonstrate how you can customize a Column chart like changing foreground color, background color, and label transformation of either static or dynamic WPF with MVVM pattern, using Prism library.
How To Hide The Legend In Static And Dynamic Column Chart In WPF With MVVM Pattern Using Prism Library
Feb 18, 2017.
In this article, I will demonstrate how you can hide the legend in a column chart, which is either a static or dynamic WPF with MVVM pattern, using Prism library.
Azure Virtual Machine - Configure Static IP Address
Jan 17, 2017.
In this article, we will learn how to configure a static IP address to a virtual machine.
Assign Static IP To Azure Virtual Machines Within A Virtual Network
Oct 01, 2016.
In this article, you will learn about assigning a static IP to Azure Virtual Machines within a Virtual Network.
Understand Virtual Object.Equals, Static Object.Equals and Reference.Equals in Object Class
Jun 27, 2016.
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 reference equality. Understanding these aids in effective object comparison and customization.
Python Django Tutorial: Use of Static Files - Part Eight
May 23, 2016.
In this article you will learn about the usage of Static files in Python Django Framework.
Consuming Static Resources In ASP.NET Core 1.0
Jan 30, 2016.
This article focuses on how to use static resources in ASP.NET Core 1.0.
Singleton Design Pattern Vs Static Class
Oct 29, 2015.
In this article, I will demonstrate you what is singleton design pattern and static class.
All About Static Class In C#
Oct 08, 2015.
In this article you will learn about Static Class in C#.
Constant, ReadOnly And Static Keyword In C#
Oct 06, 2015.
In this article, I will demonstrate you all, what are the Constant, ReadOnly and Static keyword in C#.
Using Directive With Keyword Static in C# 6.0
Sep 02, 2015.
In this article you will learn how to use directive with Keyword Static in C# 6.0.
A Conceptual Guide to Learn Static Constructors With Real Examples
Aug 01, 2015.
In this article you will learn static constructors with real examples.
Const, ReadOnly And Static Variables In C#
Jun 04, 2015.
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` allow the definition of custom data structures and behaviors, while `async` and `await` facilitate asynchronous programming, making it easier to handle tasks concurrently. The `delegate` keyword empowers event handling and callbacks, fostering interactive applications. C# supports object-oriented principles with keywords like `interface` and `override`, promoting code reuse and maintainability. Additionally, `try-catch` ensures robust error handling, and `readonly` and `const` enforce data immutability. These keywords, among others, make C# a preferred choice for building a wide range of software, from desktop applications to web services and games.
Recommended CMS For a Static HTML5 Blog
Feb 08, 2015.
This article provides many recommended CMSs for a static HTML5 blog.
Using Static Class Statements: A New Feature of C# 6.0
Jan 09, 2015.
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 in .NET programming.
Easy to Access Static Methods in C# 6.0
Jan 05, 2015.
This article explains a new feature of C# 6.0 using Visual Studio Ultimate 2015 Preview.
Using Static Statements Improvements in C# 6.0
Dec 05, 2014.
In this article we will learn new features of C# 6.0 using static statements introduced in Visual Studio 2015 preview.
Binding To Static Property in WPF 4.5
Aug 21, 2014.
In our applications, we often use static properties. Prior to WPF 4.5, the Binding object did not support binding with static properties. WPF 4.5 now supports binding with static properties.
Constant vs Readonly vs Static Keywords in C#
Aug 20, 2014.
This article explains the three most commonly used but confusing keywords. I am explaining them in reference to C#.
Constant vs Readonly vs Static in C#
Aug 18, 2014.
This article explains the three most commonly used but confusing keywords. I am explaining them in reference to C#.
Click Event For Static and Dynamic Controls Using jQuery
Aug 16, 2014.
This article explains how to get a Click Event for static and dynamic controls in jQuery.
Working With Instance and Static Data Members of a Class in C#
Jul 02, 2014.
This article explains instance and static data members of a class in C#.
Const, ReadOnly and Static Keywords in C#
May 15, 2014.
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 use these keywords to define constants, immutable fields, and class-level members in your code.
Internals of Static Polymorphism
May 10, 2014.
This article explains why overloading is called static polymorphism.
What is a Static Class in C#?
Mar 06, 2014.
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.
Late Static Binding in PHP
Oct 24, 2013.
In this example I will explain late static binding in PHP.
How to Display Static Label Text on Screen in Lightswitch 2012
Jul 25, 2013.
This article shows how to display a Static Label Text on the screen using a LightSwitch Application (Visual C#) in Visual Studio 2012.
Rhino MockRepository Concrete vs Static Usage
Jun 12, 2013.
In this article weâll see difference between usage of MockRepository object initialization vs using Static functions to create and setup the mock/stubs.
Adding a Static Text to the Screen in LightSwitch Using Visual Studio 2012
May 21, 2013.
In this article I describe how to add static text to a screen in LightSwitch Visual Studio 2012
Introduction To Static Keyword In Java
Apr 30, 2013.
In this article we discuss static keyword in Java.
Changing Static Themes to Dynamic Themes Using C# With SQL Server
Apr 21, 2013.
In this article, you will learn how to Change Static themes to Dynamic themes using C Sharp with SQL Server.
Difference Between Const, ReadOnly and Static ReadOnly in C#
Mar 26, 2013.
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 in C#.
Static Variables, Static Methods and Objects in C#
Jan 11, 2013.
In this article you will learn what is and how to work with static variables, static methods and objects in C#.
The Basics of Creating a Static Library Using Visual C++
Jan 05, 2013.
Explains the basics of creating a static library, with explanations, and how to use a static library.
Assign a Static Drive Letter to a USB Drive in Windows 8
Jan 04, 2013.
In this article we explain how to assign a static drive letter to a USB drive in Windows 8.
How to Assign Static IP Address in Windows 8
Dec 06, 2012.
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 Network Connection settings, selecting the appropriate Internet Protocol version, and verifying changes through the command prompt.
How to Create and Implement Static Library in VC++
Aug 06, 2012.
In this article I am going to explain how to create and implement a static library in VC++.
Singleton Vs Static Classes in C#
Aug 06, 2012.
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?
Work with Static Methods and Variables in PHP
Dec 19, 2011.
In this article we are going to understand the concept of static methods and variables. Methods and variables can also be used and accessed if they are defined as static in a class.