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
(3472)
Blogs
(2101)
Resources
(71)
Videos
(96)
News
(17)
Blogs
C# 11.0: List patterns
List Patterns in C# 11 introduce powerful ways to match arrays or lists with sequence elements. Here are three distinct list pattern matching techniques.
Siva V
Nov 24, 2023
C# 12 - Collection Expression
From this blog, you will learn how to work with Collection Expression in C# 12. A collection expression in C# provides a concise syntax for creating common collection values, and it can be assigned...
Gowtham K
Nov 19, 2023
Regex in C# to Handle case-insensitive
From this blog, you will learn how to handle the case-insensitive with Regex pattern. In C#, manage case insensitivity with regular expressions from System.Text.RegularExpressions are crucial. This...
Gowtham K
Nov 15, 2023
IEnumerable, List, or IList in C#
In this blog we will discuss the selection of collection types in C# programming, specifically focusing on IEnumerable, List, and IList. It explores when to use each of these types, their performan...
Muhammad Omer Khan
Oct 23, 2023
Important Things to Remember While Learning C#
Azure Container Registry facilitates the management of container images and artifacts, enabling integration with various environments like Azure App Service, Kubernetes Service, Red Hat OpenShift, ...
Ramawatar Bhakar
Oct 18, 2023
Asynchronous Streams with IAsyncEnumerable
Asynchronous Streams with IAsyncEnumerable.
Keyur
Oct 07, 2023
Using Memory
and Unsafe Code for Memory Manipulation
Using Memory<T> and Unsafe Code for Memory Manipulation
Keyur
Oct 05, 2023
Using 'yield' for Deferred Execution
Using `yield` for Deferred Execution.
Keyur
Oct 04, 2023
Converting Enum Types to Strings Using nameof in C#
C# provides various ways to work with enum types, and one common requirement is to convert enum values into their string representations. One straightforward and type-safe method to achieve this is...
Prasad Raveendran
Oct 04, 2023
Constructor in C#
Explanation about what is constructor in C# with practical examples.
Divyesh Chauhan
Oct 02, 2023
Converting Excel sheet into an MS SQL Express database using C#
To Transform or convert your Excel Sheet data into MS SQL Database
Amit Shrivastava
Sep 25, 2023
Collections in C#
In C#, collections are essential for organizing and manipulating groups of objects efficiently. These collections are part of the System.Collections and System.Collections.Generic namespaces within...
Achla Gautam
Sep 18, 2023
Generic vs Non Generic collections
This blog contains details about Generic/Non Generic collections in C#.
Achla Gautam
Sep 18, 2023
Record in C#
Record types are a powerful feature introduced in C# 9.0 that simplify the creation of immutable objects while providing a concise and expressive syntax. They are designed to reduce boilerplate cod...
Prasad Raveendran
Sep 03, 2023
Explicit Operator in C#
In C#, an explicit operator allows you to define a custom conversion between two types. This can be useful when you want to provide a way to convert instances of one type into instances of another ...
Prasad Raveendran
Aug 27, 2023
Fixing Race Condition with Locking Mechanism in C# Multithreading
Fixing Race Condition with Locking Mechanism in C# Multithreading
Raj Bhatt
Aug 22, 2023
Exporting Data Into an SPSS File C#
Learn how to interact with SPSS files using IBM SPSS Statistics .NET Interop libraries. Install these libraries through NuGet in Visual Studio, follow the steps to import namespaces, create dataset...
Abhishek Yadav
Aug 17, 2023
Object-Oriented Programming (OOP) in C#
Dive into the realm of Object-Oriented Programming (OOP) with our comprehensive blog. Uncover the core concepts of encapsulation, inheritance, polymorphism, and abstraction, and learn how they shap...
Tahir Ansari
Aug 16, 2023
A Deep Dive into C# Events
Events in C# are a way for a class to provide notifications to clients of that class when some interesting thing happens to an object.
Laks Tutor
Aug 13, 2023
How to Create CSV File using C#?
CSV is a standard format for exchanging data between software applications. In this blog, I have explained code for creating CSV file using CSVHelper nuget package. I have used StreamWriter from Sy...
Vijendra Kushwaha
Jul 24, 2023
No Records Available.
81
-
100
of
2020
<<
3
4
5
6
7
>>
Learn C# 8.0
Challenge yourself
C# Skill
E-Book Download
Get Certified
C# Advanced