DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
C# - Optimize Performance with Span<T> and Memory<T>

C# - Optimize Performance with Span<T> and Memory<T>

Comments
2 min read
String to Byte Array Conversion in C#: Tutorial

String to Byte Array Conversion in C#: Tutorial

29
Comments
5 min read
Unleashing the Power of Delegates in C#: Boost Your Programming Skills

Unleashing the Power of Delegates in C#: Boost Your Programming Skills

2
Comments
2 min read
Understanding Generics in C#

Understanding Generics in C#

Comments
2 min read
Window Forms change notification

Window Forms change notification

1
Comments
3 min read
When does != true != !true?

When does != true != !true?

3
Comments
4 min read
Difference Between Array and ArrayList

Difference Between Array and ArrayList

1
Comments
2 min read
CodeBehind 2.0 is Released; ASP.NET Core Alternative

CodeBehind 2.0 is Released; ASP.NET Core Alternative

Comments
3 min read
C# - Function Pointers for High-Performance Scenarios

C# - Function Pointers for High-Performance Scenarios

1
Comments
1 min read
Getting started with the Azure Content Safety API.

Getting started with the Azure Content Safety API.

6
Comments
4 min read
Understanding the Observer Pattern in C#

Understanding the Observer Pattern in C#

Comments
2 min read
HashMap in C#: Detailed Guide

HashMap in C#: Detailed Guide

19
Comments
9 min read
Value Objects in .NET (DDD Fundamentals)

Value Objects in .NET (DDD Fundamentals)

Comments
6 min read
Bugs and suspicious places in .NET 8 source code

Bugs and suspicious places in .NET 8 source code

5
Comments
8 min read
Windows form move items up/down in ListView and more

Windows form move items up/down in ListView and more

2
Comments
9 min read
C# PDF Libraries Compared for .NET Developers: Pros & Cons

C# PDF Libraries Compared for .NET Developers: Pros & Cons

112
Comments 5
13 min read
Advent of Code 2023: Day 13 Point of Incidence

Advent of Code 2023: Day 13 Point of Incidence

Comments
5 min read
Events in C#: When and How to Implement Them

Events in C#: When and How to Implement Them

24
Comments 2
7 min read
C# - with expressions

C# - with expressions

Comments
1 min read
Removing comments from code-based data source

Removing comments from code-based data source

Comments
3 min read
How to Customize the Rows of ASP.NET Core DataGrid using Templates

How to Customize the Rows of ASP.NET Core DataGrid using Templates

1
Comments
2 min read
C# - Lambda Improvements in C# 10.0

C# - Lambda Improvements in C# 10.0

Comments
1 min read
What Is String Interpolation In C# – What You Need To Know

What Is String Interpolation In C# – What You Need To Know

2
Comments
8 min read
C#: IDE, por favor, no me "ayudes" más... (II)

C#: IDE, por favor, no me "ayudes" más... (II)

1
Comments
4 min read
Understanding Dependency Injection in C#

Understanding Dependency Injection in C#

Comments
1 min read
Explore.CLI - Progress

Explore.CLI - Progress

Comments
2 min read
The 5 C# Zip Libraries Every Developer Must Know

The 5 C# Zip Libraries Every Developer Must Know

21
Comments
6 min read
How to write SEO friendly Code Understanding With C++ Inheritance

How to write SEO friendly Code Understanding With C++ Inheritance

Comments
2 min read
📌 Stay Sharp! 9 Free Platforms to Learn C#

📌 Stay Sharp! 9 Free Platforms to Learn C#

43
Comments
8 min read
Understanding Encapsulation: Elevating Software Integrity in Object-Oriented Programming (OOP)

Understanding Encapsulation: Elevating Software Integrity in Object-Oriented Programming (OOP)

2
Comments
3 min read
How to Use Substring in C#: A Detailed Guide

How to Use Substring in C#: A Detailed Guide

9
Comments 1
7 min read
Implement G-suit Chat Service in .NET Using Google Chat API

Implement G-suit Chat Service in .NET Using Google Chat API

Comments
5 min read
C#: IDE, por favor, no me "ayudes" más...

C#: IDE, por favor, no me "ayudes" más...

Comments
2 min read
Unlocking the Power of Objects in Object-Oriented Programming (OOP)

Unlocking the Power of Objects in Object-Oriented Programming (OOP)

6
Comments 6
2 min read
Alias any type in C# 12

Alias any type in C# 12

Comments
1 min read
Playing with the .NET 8 Web API template

Playing with the .NET 8 Web API template

Comments
7 min read
Understanding Object-Oriented Programming Concepts: A Comprehensive Guide for Interviews

Understanding Object-Oriented Programming Concepts: A Comprehensive Guide for Interviews

2
Comments 4
1 min read
Migration of a Dynamic Website to a Static Website

Migration of a Dynamic Website to a Static Website

7
Comments 2
8 min read
Handle Waits in Selenium With C#

Handle Waits in Selenium With C#

Comments
1 min read
C# - Pattern Matching Enhancements

C# - Pattern Matching Enhancements

Comments
1 min read
Understanding Object-Oriented Programming: Unveiling the Power of Classes

Understanding Object-Oriented Programming: Unveiling the Power of Classes

6
Comments
2 min read
Introduction to C# User Bots with WTelegramClient

Introduction to C# User Bots with WTelegramClient

15
Comments 3
7 min read
Cancellation Token in C# - Explained

Cancellation Token in C# - Explained

2
Comments
4 min read
How to Refactor Duplicate Methods with Subtle Differences

How to Refactor Duplicate Methods with Subtle Differences

2
Comments
4 min read
Working With Numeric Format Specifiers in C# 10

Working With Numeric Format Specifiers in C# 10

Comments
2 min read
C# - Default Interface Methods

C# - Default Interface Methods

Comments
1 min read
Dealing with Date and Time in Humanizer in C#

Dealing with Date and Time in Humanizer in C#

Comments
2 min read
Coloring console text easily with Terminaux

Coloring console text easily with Terminaux

Comments
5 min read
Mejorando Rendimiento y Escalabilidad: Guía de Caché Distribuido en ASP.NET Core

Mejorando Rendimiento y Escalabilidad: Guía de Caché Distribuido en ASP.NET Core

9
Comments
8 min read
C#: Bug ou Feature?

C#: Bug ou Feature?

13
Comments
8 min read
C# - System.Text.Json Source Generators

C# - System.Text.Json Source Generators

Comments
2 min read
Game Dev Digest — Issue #216 - The Road Ahead

Game Dev Digest — Issue #216 - The Road Ahead

Comments
10 min read
Get The Total Free Space Available On A Drive

Get The Total Free Space Available On A Drive

Comments
1 min read
How To Take Advantage Of CSharp Optional Parameters For Cleaner Code

How To Take Advantage Of CSharp Optional Parameters For Cleaner Code

Comments
6 min read
Constructors vs Initializers vs Factories

Constructors vs Initializers vs Factories

4
Comments
4 min read
Multiple Inheritance

Multiple Inheritance

1
Comments
2 min read
Getting Started with the ASP.NET Core Scheduler Control

Getting Started with the ASP.NET Core Scheduler Control

3
Comments
2 min read
How to Replace Third-Party Services at Development Time

How to Replace Third-Party Services at Development Time

2
Comments
4 min read
How to Create a Zip Archive in C#

How to Create a Zip Archive in C#

1
Comments
5 min read
Planning More Enhancements for Explore.CLI

Planning More Enhancements for Explore.CLI

Comments
2 min read
loading...