DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
confusing issues with EF Core

confusing issues with EF Core

8
Comments 2
6 min read
Easily Design a Sleep Tracker Using WinUI Radial Gauge

Easily Design a Sleep Tracker Using WinUI Radial Gauge

2
Comments 4
10 min read
Easily Use a Dynamic Blob Container in the Blazor File Manager

Easily Use a Dynamic Blob Container in the Blazor File Manager

Comments
8 min read
The Best C# 11 Feature You Don't Need

The Best C# 11 Feature You Don't Need

5
Comments 1
3 min read
Azure Functions + PnP.Core + Managed Identity=💙

Azure Functions + PnP.Core + Managed Identity=💙

11
Comments 4
5 min read
Introducing the C# 11 Required Keyword

Introducing the C# 11 Required Keyword

10
Comments 4
6 min read
Introduction to Clean Architecture with .NET

Introduction to Clean Architecture with .NET

24
Comments 7
4 min read
Do Yourself a Favor When Writing Connection Strings In Configuration

Do Yourself a Favor When Writing Connection Strings In Configuration

7
Comments
7 min read
Single-Responsibility Principle (SRP)

Single-Responsibility Principle (SRP)

Comments
1 min read
Future of HSEG

Future of HSEG

4
Comments
1 min read
Hangfire Introduction and Implementation in .NET Core 6 Web API

Hangfire Introduction and Implementation in .NET Core 6 Web API

7
Comments
5 min read
Minimal API endpoints getting messy? Let's get organized

Minimal API endpoints getting messy? Let's get organized

6
Comments 1
3 min read
C# / Blazor Wolfenstein - Part 1 - Blazor

C# / Blazor Wolfenstein - Part 1 - Blazor

4
Comments
4 min read
Receive Real-Time Data In .NET 6 Client Application Using SignalR

Receive Real-Time Data In .NET 6 Client Application Using SignalR

3
Comments
5 min read
Deploying a .NET Core Application in Azure Kubernetes

Deploying a .NET Core Application in Azure Kubernetes

2
Comments
8 min read
How to solve InvalidOperationException for constructors using HttpClientFactory in C#

How to solve InvalidOperationException for constructors using HttpClientFactory in C#

9
Comments
3 min read
Creating a weak dictionary in .NET

Creating a weak dictionary in .NET

9
Comments 1
3 min read
ItalianSyllabary is out!

ItalianSyllabary is out!

2
Comments
2 min read
Top 10 Dotnet Exception Anti-Patterns in C#

Top 10 Dotnet Exception Anti-Patterns in C#

49
Comments 6
10 min read
How to split PDF File in C# (Code Example Tutorial)

How to split PDF File in C# (Code Example Tutorial)

9
Comments 1
5 min read
Visual Studio Code con .NET 7 y C# 11

Visual Studio Code con .NET 7 y C# 11

12
Comments 1
5 min read
Build a stock update notification bot for Microsoft Teams using C# and Teams Toolkit for Visual Studio

Build a stock update notification bot for Microsoft Teams using C# and Teams Toolkit for Visual Studio

9
Comments 2
9 min read
Creating HttpCookie Class in C#

Creating HttpCookie Class in C#

2
Comments
2 min read
Strategy Pattern in C#

Strategy Pattern in C#

4
Comments
9 min read
Use Model Features to Speed Up Backend Development in a DRY Manner

Use Model Features to Speed Up Backend Development in a DRY Manner

17
Comments 2
9 min read
Dapr Service Invocation with Azure Container Apps

Dapr Service Invocation with Azure Container Apps

8
Comments
7 min read
Do you plan to take on .NET MAUI? Get ready for an adventure with NullReferenceException

Do you plan to take on .NET MAUI? Get ready for an adventure with NullReferenceException

2
Comments
3 min read
Desempenho: Toda regra tem exceção?

Desempenho: Toda regra tem exceção?

17
Comments 6
5 min read
RabbitMQ Message Queue using .NET Core 6 Web API

RabbitMQ Message Queue using .NET Core 6 Web API

3
Comments
8 min read
A Tale of 2 Codebases (Part 2 of 4): Testability

A Tale of 2 Codebases (Part 2 of 4): Testability

Comments
9 min read
What are Generics in C#?

What are Generics in C#?

30
Comments 5
6 min read
Game Dev Digest — Issue #162 - Important Tools And Enhancements

Game Dev Digest — Issue #162 - Important Tools And Enhancements

5
Comments 1
8 min read
.NET 7 Release Candidate 2 Is Here — Here’s What’s New!

.NET 7 Release Candidate 2 Is Here — Here’s What’s New!

25
Comments
5 min read
Introducing the New Blazor AppBar Component

Introducing the New Blazor AppBar Component

Comments
8 min read
Comparing Init-Only, Get-Only, and Readonly in C# Code

Comparing Init-Only, Get-Only, and Readonly in C# Code

13
Comments 4
4 min read
Handling CSV Files in ASP.NET Core Web APIs

Handling CSV Files in ASP.NET Core Web APIs

3
Comments 1
7 min read
Enable file nesting for C# razor, Xaml and blazor pages in vscode

Enable file nesting for C# razor, Xaml and blazor pages in vscode

8
Comments 1
1 min read
Using Amazon .NET Lambda Annotations (Preview)

Using Amazon .NET Lambda Annotations (Preview)

4
Comments
2 min read
i'm going to create a space game tutorial

i'm going to create a space game tutorial

5
Comments 2
1 min read
.NET 7 Rate Limiting

.NET 7 Rate Limiting

6
Comments
6 min read
C# Program to convert Roman numerals to decimal integers.

C# Program to convert Roman numerals to decimal integers.

5
Comments
2 min read
Understanding C# Delegates

Understanding C# Delegates

Comments 1
5 min read
Length of Last Word

Length of Last Word

1
Comments
1 min read
How To Use Global Query Filters in EF Core

How To Use Global Query Filters in EF Core

1
Comments
3 min read
Implementación de Tareas Programadas en ASP.NET Core con Expresiones CRON

Implementación de Tareas Programadas en ASP.NET Core con Expresiones CRON

19
Comments 1
5 min read
Introducing New Blazor Speed Dial Component

Introducing New Blazor Speed Dial Component

Comments 1
9 min read
Introducing the New .NET MAUI ComboBox Control

Introducing the New .NET MAUI ComboBox Control

Comments 1
5 min read
What's new in C# 11: overview

What's new in C# 11: overview

5
Comments 1
12 min read
C# Interfaces

C# Interfaces

3
Comments 2
3 min read
How to write clear and robust unit tests: the dos and don'ts

How to write clear and robust unit tests: the dos and don'ts

5
Comments
13 min read
Remove Duplicates from Sorted List

Remove Duplicates from Sorted List

4
Comments
1 min read
Setting up one-to-many & many-to-many relationships in Entity Framework Core

Setting up one-to-many & many-to-many relationships in Entity Framework Core

5
Comments
3 min read
Differences between .NET Collection Interfaces

Differences between .NET Collection Interfaces

31
Comments 3
5 min read
A brief history of async/await

A brief history of async/await

30
Comments
3 min read
My Favorite New C# Feature: Target-Typed New

My Favorite New C# Feature: Target-Typed New

12
Comments 2
4 min read
Creating Overridable Hierarchical Attribute Filters for ASP.net 6

Creating Overridable Hierarchical Attribute Filters for ASP.net 6

1
Comments
4 min read
Remove Element

Remove Element

Comments
2 min read
Utilizando HttpClient con IHttpClientFactory en .Net 6

Utilizando HttpClient con IHttpClientFactory en .Net 6

8
Comments
5 min read
Game Dev Digest — Issue #160 - Get Your Game Discovered

Game Dev Digest — Issue #160 - Get Your Game Discovered

7
Comments
14 min read
PostgreSQL CRUD operations with C# and Dapper

PostgreSQL CRUD operations with C# and Dapper

5
Comments
7 min read
loading...