DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Day 9 of 30-Day .NET Challenge: Null Safety

Day 9 of 30-Day .NET Challenge: Null Safety

Comments
3 min read
Autofac In ASP NET Core – How To Avoid This Debugging Nightmare

Autofac In ASP NET Core – How To Avoid This Debugging Nightmare

Comments
5 min read
Differences Between WCF And Web API. Which One To Choose?

Differences Between WCF And Web API. Which One To Choose?

Comments
4 min read
Implementing Diagnostings In .NET Applications

Implementing Diagnostings In .NET Applications

Comments
4 min read
Multiple Pointers | C#

Multiple Pointers | C#

Comments
1 min read
Perfect Class Syntax, Every Language Falls Short

Perfect Class Syntax, Every Language Falls Short

Comments
4 min read
Day 7 of 30-Day .NET Challenge: String built-in Methods Part 2

Day 7 of 30-Day .NET Challenge: String built-in Methods Part 2

5
Comments
2 min read
Day 2 — Azure Open AI Challenge: Image Generation

Day 2 — Azure Open AI Challenge: Image Generation

7
Comments
4 min read
Test JSON for .NET

Test JSON for .NET

Comments
3 min read
Game Dev Digest — Issue #226 - Behind The Implementation

Game Dev Digest — Issue #226 - Behind The Implementation

Comments
11 min read
7 C# Project Ideas For Beginners To Escape Tutorial Hell

7 C# Project Ideas For Beginners To Escape Tutorial Hell

1
Comments 1
9 min read
Techniques for building predictable and reliable API: Part 2

Techniques for building predictable and reliable API: Part 2

5
Comments
5 min read
Control HTTP Requests in .NET: Methods, Response Handling and Use of External Libraries

Control HTTP Requests in .NET: Methods, Response Handling and Use of External Libraries

Comments
4 min read
How to Automatically Document C# Code in Rider

How to Automatically Document C# Code in Rider

Comments
3 min read
Bulk Insert, Bulk Delete, Bulk Update with Dapper by Bulk.Dapper

Bulk Insert, Bulk Delete, Bulk Update with Dapper by Bulk.Dapper

Comments
2 min read
Invincible null: digging into nopCommerce source code

Invincible null: digging into nopCommerce source code

Comments
9 min read
How to create an Installer for a Winforms application using Visual Studio 2022 Installer project

How to create an Installer for a Winforms application using Visual Studio 2022 Installer project

Comments
6 min read
Quick Overview of Blazor Query Builder Component

Quick Overview of Blazor Query Builder Component

Comments
2 min read
Day 5 of 30-Day .NET Challenge: While & do-while

Day 5 of 30-Day .NET Challenge: While & do-while

5
Comments
3 min read
Blazor in dotnet 8.(Static Server Side Rendering)

Blazor in dotnet 8.(Static Server Side Rendering)

Comments
2 min read
Refinando a ConversĂŁo de Grupo de MĂ©todos para Delegado no C# 11

Refinando a ConversĂŁo de Grupo de MĂ©todos para Delegado no C# 11

Comments
2 min read
La SoluciĂłn del BillĂłn de DĂłlares

La SoluciĂłn del BillĂłn de DĂłlares

Comments
5 min read
Enriquecendo Operações Numéricas com `IntPtr` Numérico no C# 11

Enriquecendo Operações Numéricas com `IntPtr` Numérico no C# 11

Comments
3 min read
Dominando Campos `ref` e `ref` Escopados no C# 11

Dominando Campos `ref` e `ref` Escopados no C# 11

Comments
3 min read
Let's refactor a test: PaymentProxy

Let's refactor a test: PaymentProxy

Comments
3 min read
Aprimorando a Análise Estática com a Onda de Aviso 7 no C# 11

Aprimorando a Análise Estática com a Onda de Aviso 7 no C# 11

5
Comments
2 min read
C# Linked Lists: Exploring Dummy Nodes, Pointers, and More | Data Structures

C# Linked Lists: Exploring Dummy Nodes, Pointers, and More | Data Structures

Comments
4 min read
Explorando o Escopo Estendido do `nameof` no C# 11

Explorando o Escopo Estendido do `nameof` no C# 11

Comments
2 min read
Understanding the Difference Between ref and out Keywords in C#

Understanding the Difference Between ref and out Keywords in C#

2
Comments 1
2 min read
Avançando na Correspondência de Padrões com `Span<char>` no C# 11

Avançando na Correspondência de Padrões com `Span<char>` no C# 11

Comments
3 min read
Day 8 of 30-Day .NET Challenge: Exception Handling

Day 8 of 30-Day .NET Challenge: Exception Handling

6
Comments
3 min read
Techniques for building predictable and reliable API: Part 1

Techniques for building predictable and reliable API: Part 1

13
Comments
7 min read
Simplificando Inicializações com Structs com Auto-Default no C# 11

Simplificando Inicializações com Structs com Auto-Default no C# 11

Comments
3 min read
Creating Custom NuGet Packages in C#

Creating Custom NuGet Packages in C#

Comments
2 min read
The Dangling If-Else Problem: A Common Pitfall in Programming

The Dangling If-Else Problem: A Common Pitfall in Programming

Comments
2 min read
Organizando Melhor o CĂłdigo com Tipos Locais de Arquivo no C# 11

Organizando Melhor o CĂłdigo com Tipos Locais de Arquivo no C# 11

Comments
2 min read
Reading Configuration Values in Your ASP.NET Application

Reading Configuration Values in Your ASP.NET Application

1
Comments 2
3 min read
N-Layered Architecture With Azure Functions

N-Layered Architecture With Azure Functions

1
Comments
4 min read
Our Focus is on Elanat CMS

Our Focus is on Elanat CMS

1
Comments
2 min read
Day 3 of 30-Day .NET Challenge: Switch Constructs

Day 3 of 30-Day .NET Challenge: Switch Constructs

5
Comments 1
3 min read
Choosing the Right Language: Java, C#, or C++

Choosing the Right Language: Java, C#, or C++

Comments
2 min read
C# ARRAYS | DATA STRUCTURE.

C# ARRAYS | DATA STRUCTURE.

Comments
2 min read
Enhancing Object Initializers with the “From-the-End” Index Operator

Enhancing Object Initializers with the “From-the-End” Index Operator

Comments
2 min read
Multiple connections for appsettings.json (C#)

Multiple connections for appsettings.json (C#)

10
Comments 2
3 min read
Modular Dependency Injection in .NET

Modular Dependency Injection in .NET

3
Comments 1
1 min read
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

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

Common Sorting Algorithms in C# - From My Experience

Comments
9 min read
5 dicas para montar consultas mais performáticas com o LINQ

5 dicas para montar consultas mais performáticas com o LINQ

4
Comments
2 min read
Day 6 of 30-Day .NET Challenge: String built-in Methods

Day 6 of 30-Day .NET Challenge: String built-in Methods

6
Comments
2 min read
Architecting ASP.NET Core Applications—Unveiling the Third Edition

Architecting ASP.NET Core Applications—Unveiling the Third Edition

2
Comments
7 min read
How to Create ASP.NET Core Polar and Radar Charts

How to Create ASP.NET Core Polar and Radar Charts

Comments
1 min read
What is DateTime Manipulation in C#?

What is DateTime Manipulation in C#?

1
Comments
2 min read
Dominando os Literais de String Brutos no C# 11

Dominando os Literais de String Brutos no C# 11

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

Building AI agents with the Semantic Kernel SDK and Azure OpenAI

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

Key derivation in .NET using HKDF

Comments
3 min read
Day 2 of 30-Day .NET Challenge: Variable Scope & Logic Control with Code Blocks

Day 2 of 30-Day .NET Challenge: Variable Scope & Logic Control with Code Blocks

5
Comments
3 min read
Activator.CreateInstance vs Type.InvokeMember – A Clear Winner?

Activator.CreateInstance vs Type.InvokeMember – A Clear Winner?

1
Comments
9 min read
Async Event Handlers in C#: What You Need to Know

Async Event Handlers in C#: What You Need to Know

1
Comments
6 min read
How to Unzip A File in C#

How to Unzip A File in C#

Comments
5 min read
C# Model Validation Attribute Cheatsheet

C# Model Validation Attribute Cheatsheet

2
Comments
2 min read
loading...