DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Multiple Pointers | C#

Multiple Pointers | C#

Comments
1 min read
Modular Dependency Injection in .NET

Modular Dependency Injection in .NET

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

Multiple connections for appsettings.json (C#)

23
Comments 2
5 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

34
Comments 9
6 min read
Bulk Insert, Bulk Delete, Bulk Update with Dapper by Bulk.Dapper

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

7
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

3
Comments
7 min read
Explorando o Suporte Matemático Genérico no C# 11

Explorando o Suporte Matemático Genérico no C# 11

Comments
3 min read
Managed Identity Identidade Gerenciada (Azure)

Managed Identity Identidade Gerenciada (Azure)

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

Blazor in dotnet 8.(Static Server Side Rendering)

3
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
Understanding Implicit Usings in C#

Understanding Implicit Usings in C#

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

Reading Configuration Values in Your ASP.NET Application

2
Comments 2
3 min read
Primary Constructors in C# 12

Primary Constructors in C# 12

8
Comments 2
2 min read
A .NET Programmer's Guide to CancellationToken

A .NET Programmer's Guide to CancellationToken

6
Comments 2
4 min read
N-Layered Architecture With Azure Functions

N-Layered Architecture With Azure Functions

2
Comments
4 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
How to Automatically Document C# Code in Rider

How to Automatically Document C# Code in Rider

1
Comments
3 min read
Frequency Counter Technique in C#

Frequency Counter Technique in C#

1
Comments
2 min read
Activator.CreateInstance vs Type.InvokeMember – A Clear Winner?

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

2
Comments
9 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

7
Comments
3 min read
Invincible null: digging into nopCommerce source code

Invincible null: digging into nopCommerce source code

Comments
9 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

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

1
Comments
4 min read
Day 1 of 30-Day .NET Challenge: Boolean Expressions

Day 1 of 30-Day .NET Challenge: Boolean Expressions

4
Comments
3 min read
C# ARRAYS | DATA STRUCTURE.

C# ARRAYS | DATA STRUCTURE.

1
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
How to Sort Two-Dimensional Array in C# by Selected Column Index in Selected Column Sort Order

How to Sort Two-Dimensional Array in C# by Selected Column Index in Selected Column Sort Order

Comments
1 min read
Plugin Architecture in C# for Improved Software Design

Plugin Architecture in C# for Improved Software Design

5
Comments 2
10 min read
Modern C# Development: Record Types 101

Modern C# Development: Record Types 101

3
Comments
3 min read
Revolucionando a Verificação de Coleções com Padrões de Lista no C# 11

Revolucionando a Verificação de Coleções com Padrões de Lista no C# 11

5
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 2
2 min read
C# Model Validation Attribute Cheatsheet

C# Model Validation Attribute Cheatsheet

5
Comments
2 min read
Blazor DateRangePicker Overview

Blazor DateRangePicker Overview

Comments
2 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

5
Comments
3 min read
How to Automatically Cast Between Types in C#

How to Automatically Cast Between Types in C#

2
Comments
4 min read
Simplificando Strings Formatadas com Quebras de Linha no C# 11

Simplificando Strings Formatadas com Quebras de Linha no C# 11

5
Comments
2 min read
After one year of using CSharpFunctionalExtension

After one year of using CSharpFunctionalExtension

3
Comments
4 min read
Running Ruby on Rails web apps with .NET Aspire

Running Ruby on Rails web apps with .NET Aspire

1
Comments
3 min read
Giving our AI Agents skills using native functions in the Semantic Kernel SDK

Giving our AI Agents skills using native functions in the Semantic Kernel SDK

1
Comments
4 min read
Let's refactor a test: PaymentProxy

Let's refactor a test: PaymentProxy

Comments
3 min read
The Facade Design Pattern in C#: How to Simplify Complex Subsystems

The Facade Design Pattern in C#: How to Simplify Complex Subsystems

1
Comments 2
9 min read
Polymorphic Type Support in SignalR Hubs

Polymorphic Type Support in SignalR Hubs

Comments
2 min read
Trying to use dotnet watch with Svelte

Trying to use dotnet watch with Svelte

Comments
11 min read
ASP.Net 9.0: Authentication Enhancements

ASP.Net 9.0: Authentication Enhancements

8
Comments 2
2 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

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

3
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#)

15
Comments 3
4 min read
loading...