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
C#
FOLLOW
C# is a multi-paradigm programming language. This section contains C# related articles and syntaxes.
Articles
(3520)
Blogs
(2110)
Resources
(71)
Videos
(96)
News
(17)
Blogs
Exploring Frozen Collections in C#
C# programming, frozen collections serve as a specialized type of collection that offers immutability, ensuring that once created, their contents cannot be modified. This blog delves into the conce...
Siva V
Mar 06, 2024
Exploring Frozen Dictionaries in C#
In the realm of C# programming, frozen dictionaries stand out as specialized data structures that offer immutability, ensuring that once created, their contents cannot be modified. Concept of froze...
Siva V
Mar 06, 2024
How to Write New Plugin Project in VS-2022 Using C#?
Learn how to kickstart your plugin development journey in Visual Studio 2022 using C#. This guide walks you through setting up a new project, exploring the plugin architecture, and leveraging the S...
U T
Mar 04, 2024
Difference between IEnumerable and IQueryable interfaces in C#
Know the difference between IEnumerable and IQueryable interfaces in C#. Get the best basic guides and IEnumerable and IQueryable interfaces with their differences.
Mithilesh Tata
Mar 01, 2024
Usage of Mutex in C# Programming
Mutex is a synchronization primitive utilized in C# to regulate the access to a shared resource among multiple threads or processes. The provided C# code demonstrates implementation and testing thr...
Sanjay Kumar
Mar 01, 2024
Exploring the Role of Preprocessor Directives C#
In C#, preprocessor directives like #define are commonly used to selectively compile code based on specific conditions. By defining symbols using #define, you can instruct the compiler to include o...
Sanjay Kumar
Mar 01, 2024
Utilizing AutoResetEvent in a Multi-Threaded Program in C#
In C#, a thread serves as the smallest unit of execution within a process. It functions as a pathway through a program's code and has the ability to run independently, enabling concurrent execu...
Sanjay Kumar
Mar 01, 2024
Guide on Utilizing SemaphoreSlim in C#
SemaphoreSlim in C# serves as a synchronization primitive for managing access to a limited resource concurrently. It's particularly useful when restricting access to a resource for a specific n...
Sanjay Kumar
Mar 01, 2024
Exploring LINQ in C#: Syntax and Types
LINQ with method and query syntax, and discover the various types of LINQ with practical examples. LINQ (Language-Integrated Query) in C# provides a unified way to query various data sources. Two s...
Yogesh Vedpathak
Feb 24, 2024
How to Use FileSystemWatcher in C#
FileSystemWatcher is a class in C# that allows developers to monitor file system changes in a specific directory or a set of directories. It provides events that are raised when certain types of ch...
Sanjay Kumar
Feb 22, 2024
Understanding the Declaration Pattern in C#
In the realm of C# programming, developers often encounter scenarios where they need to check and extract information from objects in a concise and readable manner. The declaration pattern in C# pr...
Prasad Raveendran
Jan 27, 2024
Why Do We Need to Understand Threads in C#
Threads play a crucial role in concurrent programming, allowing multiple tasks to execute concurrently. This blog provides a comprehensive introduction to threads in C#, starting from the basics an...
Siva V
Jan 13, 2024
Create a Windows Service in C#
A Windows service is a background application that runs without direct user interaction. It can start automatically with the operating system and is designed to perform tasks that run continuously ...
Siva V
Jan 12, 2024
Mutex in C#: Ensuring Synchronization and Exclusive Access
In concurrent programming, ensuring synchronized access to shared resources is paramount to prevent data corruption and maintain consistency. Mutex (Mutual Exclusion) is a synchronization primitive...
Siva V
Jan 10, 2024
What is YAGNI Principle in C#?
the YAGNI (You Ain't Gonna Need It) principle emerges as a beacon of wisdom. YAGNI encourages developers to refrain from implementing features or functionality until they are actually deemed ne...
Siva V
Jan 04, 2024
C# Garbage Collection: Simplifying Memory Management
Learn how it spares developers' manual cleanup, prevents leaks, and boosts performance, making code cleaner and more efficient. C# employs an automatic garbage collector to identify and reclaim...
Subarta Ray
Jan 01, 2024
Constructor in C#
In C#, constructors are special methods within a class that are used to initialize objects of that class. The name of the constructor is always is the same name as the class. A C# constructor can b...
Anandu G Nath
Dec 27, 2023
Explain DateOnly and TimeOnly in C#
This article has provided insights into the recently introduced DateOnly and TimeOnly types of C# in .NET 6. .NET 6. These structs were also accessible in the .NET Framework. However, their utiliza...
Muhammad Imran Ansari
Dec 25, 2023
REST API Authentication Methods in C#
From the humble beginnings of Basic Authentication to the sophistication of Token, OAuth, and API Key Authentication, this narrative will explore the background, highlight real-world problems, and ...
Siva V
Dec 23, 2023
KISS Principle for Making Sandwich in C#
The KISS principle advocates for simplicity in code design. It encourages developers to favour straightforward solutions that are easy to understand, maintain, and less prone to errors. In essence,...
Siva V
Dec 20, 2023
No Records Available.
61
-
80
of
2029
<<
2
3
4
5
6
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
HTML5 Developer