DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Data Structures in C# - The complex ones... and some other ones as well

Data Structures in C# - The complex ones... and some other ones as well

2
Comments
12 min read
Minimal APIs Revolutionize ASP.NET Core Development

Minimal APIs Revolutionize ASP.NET Core Development

Comments
3 min read
Exploring Enhanced Serialization in .NET 9 with System.Text.Json

Exploring Enhanced Serialization in .NET 9 with System.Text.Json

2
Comments
3 min read
async void Methods In C# – The Dangers That You Need to Know

async void Methods In C# – The Dangers That You Need to Know

3
Comments
7 min read
Why I Don't Use AutoMapper in .Net

Why I Don't Use AutoMapper in .Net

2
Comments
8 min read
Extract Method Refactoring Technique in C# – What You Need To Know

Extract Method Refactoring Technique in C# – What You Need To Know

Comments
5 min read
Dynamic Querying in C#: Real-World Scenarios and Techniques

Dynamic Querying in C#: Real-World Scenarios and Techniques

11
Comments
9 min read
Is Dependency Injection the Missing Technique That's Holding Your Career Back?

Is Dependency Injection the Missing Technique That's Holding Your Career Back?

4
Comments
13 min read
Our Focus is on Elanat CMS

Our Focus is on Elanat CMS

1
Comments
2 min read
IndexOf Usage in C#: Tutorial

IndexOf Usage in C#: Tutorial

3
Comments 1
8 min read
Aprimorando a Robustez do CĂłdigo com Membros ObrigatĂłrios no C# 11

Aprimorando a Robustez do CĂłdigo com Membros ObrigatĂłrios no C# 11

1
Comments
2 min read
Implicit Operators in C#: How To Simplify Type Conversions

Implicit Operators in C#: How To Simplify Type Conversions

Comments
9 min read
Understanding the .NET Internal Compile Process

Understanding the .NET Internal Compile Process

1
Comments
2 min read
Creating Custom NuGet Packages in C#

Creating Custom NuGet Packages in C#

3
Comments
2 min read
Gentle introduction to IDataProtector (C#)

Gentle introduction to IDataProtector (C#)

14
Comments 3
4 min read
.NET Controllers, Minimal API, or Fast Endpoints?

.NET Controllers, Minimal API, or Fast Endpoints?

1
Comments
1 min read
Converting String to DateTime in C#: Step-By-Step Guide

Converting String to DateTime in C#: Step-By-Step Guide

1
Comments 1
5 min read
Let's refactor a test: AccountController

Let's refactor a test: AccountController

1
Comments
4 min read
Scrutor in C# – 3 Simple Tips to Level Up Dependency Injection

Scrutor in C# – 3 Simple Tips to Level Up Dependency Injection

Comments
6 min read
Nameof in C#

Nameof in C#

Comments
1 min read
How to Load Controller Class From Another DLL?

How to Load Controller Class From Another DLL?

3
Comments
4 min read
Virtual in C#: How to Use it?

Virtual in C#: How to Use it?

23
Comments 4
5 min read
Common Implementation Mistakes of Work Pattern in C#

Common Implementation Mistakes of Work Pattern in C#

Comments
2 min read
C#: From Fundamentals to Advanced Techniques — A Comprehensive Cheat Sheet

C#: From Fundamentals to Advanced Techniques — A Comprehensive Cheat Sheet

27
Comments 7
7 min read
Programming: Impostor Syndrome and Satisfaction

Programming: Impostor Syndrome and Satisfaction

Comments
2 min read
Refactoring C# Code – 4 Essential Techniques Simplified

Refactoring C# Code – 4 Essential Techniques Simplified

1
Comments
10 min read
Ultimate .NET Reference Texts

Ultimate .NET Reference Texts

Comments
1 min read
Game Dev Digest — Issue #225 - Math, Optimization, Flash Deals and more!

Game Dev Digest — Issue #225 - Math, Optimization, Flash Deals and more!

1
Comments
10 min read
Advanced C# Delegates like a Senior Developer

Advanced C# Delegates like a Senior Developer

1
Comments
1 min read
Activator.CreateInstance in C# – A Quick Rundown

Activator.CreateInstance in C# – A Quick Rundown

10
Comments 4
3 min read
.NET internals: Writing Object-Oriented .NET IL code

.NET internals: Writing Object-Oriented .NET IL code

Comments
1 min read
Functional Programming With C#: What, Why, How?

Functional Programming With C#: What, Why, How?

Comments
1 min read
Developing .NET MAUI iOS Apps to Scan Barcode, Document and MRZ

Developing .NET MAUI iOS Apps to Scan Barcode, Document and MRZ

Comments 1
6 min read
async await in C#: 3 Beginner Tips You Need to Know

async await in C#: 3 Beginner Tips You Need to Know

2
Comments 2
7 min read
Pro{gramadores}, pro{ductivos} y pro{crastinadores}.

Pro{gramadores}, pro{ductivos} y pro{crastinadores}.

2
Comments
1 min read
Rest API in C#

Rest API in C#

7
Comments 4
4 min read
Writing pure MSIL/IL/CIL code: .NET Internals. Part 2

Writing pure MSIL/IL/CIL code: .NET Internals. Part 2

1
Comments
1 min read
Master C# Generics Like a Senior Developer

Master C# Generics Like a Senior Developer

1
Comments
1 min read
Writing pure MSIL/IL/CIL code: .NET internals, CLR, JIT compiler and more

Writing pure MSIL/IL/CIL code: .NET internals, CLR, JIT compiler and more

1
Comments
1 min read
Reflection In C#: 4 Simple But Powerful Code Examples

Reflection In C#: 4 Simple But Powerful Code Examples

2
Comments 2
8 min read
Factory Method Design Pattern in C#

Factory Method Design Pattern in C#

Comments
2 min read
Nameof in C#: Understanding the Usage

Nameof in C#: Understanding the Usage

12
Comments 6
6 min read
Turning a String into an Int in C#: Full Guide

Turning a String into an Int in C#: Full Guide

2
Comments
7 min read
Creating Plugins with the Semantic Kernel SDK and C#

Creating Plugins with the Semantic Kernel SDK and C#

12
Comments
12 min read
Using Autofac In C# – 3 Simple Tips For Beginners

Using Autofac In C# – 3 Simple Tips For Beginners

1
Comments 2
7 min read
Building AI agents with the Semantic Kernel SDK and Azure OpenAI

Building AI agents with the Semantic Kernel SDK and Azure OpenAI

9
Comments
5 min read
Key derivation in .NET using HKDF

Key derivation in .NET using HKDF

Comments
3 min read
In C#, readonly and const are both used to define constants, but they have some key differences

In C#, readonly and const are both used to define constants, but they have some key differences

1
Comments 1
1 min read
Building NLP applications with Azure OpenAI

Building NLP applications with Azure OpenAI

4
Comments
6 min read
What is Serialization and Deserialization in C#?

What is Serialization and Deserialization in C#?

Comments
2 min read
EF Core/NorthWind for Oracle

EF Core/NorthWind for Oracle

1
Comments
14 min read
Common Sorting Algorithms in C# - From My Experience

Common Sorting Algorithms in C# - From My Experience

1
Comments
9 min read
Pitfalls of Hosting Background Workers as Azure App Service

Pitfalls of Hosting Background Workers as Azure App Service

Comments 3
1 min read
Lightweight In-Memory Message Bus Using .NET Channels

Lightweight In-Memory Message Bus Using .NET Channels

1
Comments
6 min read
Object Creation in C#: Step-by-Step Guide

Object Creation in C#: Step-by-Step Guide

9
Comments
7 min read
Understanding the Art of C# Generics

Understanding the Art of C# Generics

1
Comments
2 min read
Getting Started with ASP.NET Core Pie, Pyramid, and Funnel Charts

Getting Started with ASP.NET Core Pie, Pyramid, and Funnel Charts

Comments
2 min read
C# For Beginners – 5 Simplified Concepts In C#

C# For Beginners – 5 Simplified Concepts In C#

1
Comments
7 min read
Using dependency injection with Azure .NET SDK

Using dependency injection with Azure .NET SDK

1
Comments
5 min read
Getting Started with the .NET MAUI Sunburst Chart Control

Getting Started with the .NET MAUI Sunburst Chart Control

Comments
1 min read
loading...