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
(3474)
Blogs
(2101)
Resources
(71)
Videos
(96)
News
(17)
Articles
Usage of “Required” Keyword in C#
In this article, we will learn about the usage of required keywords in C#. In C# 11, the `required` keyword enforces the initialization of properties and fields within classes, records, or structs,...
Jay Krishnareddy
May 16, 2024
For Loop in C#
Learn about the versatile "for" loop in C#. Master the syntax and applications of this essential control structure for iterating through arrays, lists, and more. Explore loop optimization...
Sreenath Kappoor
May 16, 2024
Switch Statement in C#
Learn how to use the switch statement in C# for efficient control flow. Explore its syntax, including case labels, break statements, and default handling. Discover how to leverage switch with enums...
Sreenath Kappoor
May 13, 2024
Under The Hood Of Thread Synchronization With LOCK
The LOCK keyword is the most popular mutual-exclusive thread synchronization construct. The LOCK statement in C# is crucial for thread synchronization, preventing race conditions by restricting acc...
Rasul Huseynov
May 15, 2024
Exploring in Depth Of Abstraction in C#
Dive deep into abstraction in C#, exploring OOP concepts like encapsulation, inheritance, and polymorphism. Learn about abstract classes, interfaces, generics, and advanced features like delegates ...
Tahir Ansari
May 14, 2024
Using The Strategy Pattern In C#
The Strategy Pattern in C# facilitates flexible behavior encapsulation by defining a family of algorithms, encapsulating each one, and making them interchangeable. This promotes code reuse and simp...
Munib Butt
Dec 02, 2020
Introduction to Monitor Class in C#
The Monitor class is built on dotNET’s FCL (Framework Class Library) infrastructure. In general, it provides to achieve thread safety.
Rasul Huseynov
May 13, 2024
😇How the Compiler Reads Your Code?
C# compilation, from syntactic and semantic analysis to optimization techniques. Learn how the Common Language Runtime (CLR) executes compiled code and discover the role of the Just-In-Time (JIT) c...
Tahir Ansari
May 13, 2024
Mastering OOP in C#: A Real-World Project Journey
Explore Object-Oriented Programming in C# through a practical journey. Learn key concepts like inheritance, polymorphism, and encapsulation while working on real-world projects. Master C# developme...
Vikas Singh
May 13, 2024
C# Inheritance: Basics and Practical Examples
Inheritance in C# allows classes to inherit properties and behavior from other classes, facilitating code reuse and creating a hierarchy of classes. Beginners learn to establish relationships betwe...
Rishabh Bhardwaj
May 10, 2024
Implementing Railway-Oriented Programming
In this tutorial, we will learn how to implement Railway-Oriented programming with Result Design Pattern. Railway-oriented programming enhances error handling by structuring code like a railway tra...
Tural Suleymani
May 09, 2024
SOLID Principles in Software Development using C#
This article will explore each SOLID principle and demonstrate how they can be applied in C#.
Shrikrishn Bansal
May 09, 2024
Introduction to Railway-oriented programming
This article delves into Railway-oriented Programming (ROP), a functional approach to error handling and data flow. It compares ROP to exceptions, offers a C# implementation, and discusses its bene...
Tural Suleymani
May 08, 2024
Checksum Using the Verhoeff Algorithm
In this article we will see how we can calculate Checksum Using the Verhoeff algorithm. This article introduces the Verhoeff algorithm, a method for ensuring data integrity, particularly in sensiti...
Ishika Tiwari
May 08, 2024
Scrutor vs Autofac in C# - Dependency Injection Examples
This article compares Scrutor and Autofac, two popular dependency injection (DI) libraries in C# projects. Scrutor focuses on convention-based registration, while Autofac offers advanced configurat...
Ajay Kumar
May 08, 2024
C# as a Scripting Language to Import CSV Data into SQL Server
This article introduces leveraging C# for importing CSV data into SQL Server databases. It outlines the benefits of using C# and provides a step-by-step guide along with a practical example script.
Ajay Kumar
May 07, 2024
Using The Proxy Pattern In C#
Explore the Proxy Pattern in C#, a structural design pattern facilitating controlled access to an object. Enhance security, logging, and lazy initialization for efficient client-server communicatio...
Munib Butt
Dec 03, 2020
Creating Immutable Objects in C# with Examples
This article explores the concept of immutability in C#, highlighting its benefits and implementation techniques. It covers creating immutable objects using read-only properties, readonly fields, a...
Gurpreet Arora
May 07, 2024
How to write Clean code in C#?
Writing clean code is important so that it makes reading code easier, helps us fix and update it faster, and ensures it works smoothly and reliably. Here we will look for few tips to write clean co...
Darshan Adakane
May 06, 2024
Composite Design Pattern With C#
A composite design pattern is a structural design pattern. It allows developers to create multiple nested objects of the same type to complete one single system hierarches Players in this pattern.
Nagaraj M
Dec 23, 2020
No Records Available.
221
-
240
of
3474
<<
10
11
12
13
14
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
Full Stack Beginner