DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Generate a JSON list for a request body payload in C# using Collection Initializers

Generate a JSON list for a request body payload in C# using Collection Initializers

9
Comments
2 min read
Open-source .NET MAUI Workshop - Multi-platform apps with C#

Open-source .NET MAUI Workshop - Multi-platform apps with C#

32
Comments 6
2 min read
Explaining 5+1 SOLID Principles in C# (Learn How To Program Clean Code)

Explaining 5+1 SOLID Principles in C# (Learn How To Program Clean Code)

34
Comments 1
7 min read
101 touches of coding Linux tool with C# for fun

101 touches of coding Linux tool with C# for fun

4
Comments
3 min read
Seriously, stop using List<T> in APIs

Seriously, stop using List<T> in APIs

13
Comments
2 min read
out & ref | C#

out & ref | C#

19
Comments
1 min read
Dictionary implementation in C#

Dictionary implementation in C#

12
Comments
5 min read
How to Add a Blazor In-Place Editor to a Blazor WebAssembly App

How to Add a Blazor In-Place Editor to a Blazor WebAssembly App

6
Comments
1 min read
Game Dev Digest — Issue #136 - The Creator's Journey

Game Dev Digest — Issue #136 - The Creator's Journey

4
Comments 1
7 min read
[ASP.NET Core][Entity Framework Core] Try JWT 2

[ASP.NET Core][Entity Framework Core] Try JWT 2

9
Comments
4 min read
Building c-lightning plugin with .NET

Building c-lightning plugin with .NET

12
Comments
6 min read
C# Tip: Exception handling with WHEN clause

C# Tip: Exception handling with WHEN clause

12
Comments
2 min read
Game Dev Digest — Issue #134 - Unity's Latest Changes

Game Dev Digest — Issue #134 - Unity's Latest Changes

3
Comments
8 min read
A few words about the implementation of List<T> in C#

A few words about the implementation of List<T> in C#

13
Comments
3 min read
Accessing environment variables in your custom workflow activity or plugin

Accessing environment variables in your custom workflow activity or plugin

4
Comments
2 min read
Getting Started with the Blazor Barcode and QR Code Generator

Getting Started with the Blazor Barcode and QR Code Generator

4
Comments
1 min read
Using Managed Identities to authenticate with Azure Cosmos DB

Using Managed Identities to authenticate with Azure Cosmos DB

24
Comments 1
7 min read
Introducing the Journal Prompt Randomizer

Introducing the Journal Prompt Randomizer

4
Comments
2 min read
C# for dummies: Classes / Objects, Fields, Access Modifiers, Properties, Constructors

C# for dummies: Classes / Objects, Fields, Access Modifiers, Properties, Constructors

12
Comments
2 min read
Deploying C# Azure Functions via GitHub Actions

Deploying C# Azure Functions via GitHub Actions

7
Comments 1
7 min read
Boxing Vs. Unboxing in C#

Boxing Vs. Unboxing in C#

3
Comments
1 min read
Getting Started with the Blazor Range Selector Component

Getting Started with the Blazor Range Selector Component

6
Comments
1 min read
Beginner with a VS2022 Question

Beginner with a VS2022 Question

4
Comments 4
1 min read
C# Authorization attribute and how to override it

C# Authorization attribute and how to override it

22
Comments
2 min read
Suspicious sortings in Unity, ASP.NET Core, and more

Suspicious sortings in Unity, ASP.NET Core, and more

6
Comments
5 min read
Extension Methods in C#

Extension Methods in C#

9
Comments 1
6 min read
Export DataGridView to Excel C# (Code Example Tutorial)

Export DataGridView to Excel C# (Code Example Tutorial)

14
Comments 1
4 min read
CRUD operations on PostgreSQL using C# and Npgsql

CRUD operations on PostgreSQL using C# and Npgsql

4
Comments
7 min read
In response to "Yes, PHP Is Faster Than C#"

In response to "Yes, PHP Is Faster Than C#"

30
Comments 9
4 min read
[ASP.NET Core][ClosedXML] Get addresses from cell values and rewrite them

[ASP.NET Core][ClosedXML] Get addresses from cell values and rewrite them

6
Comments
5 min read
5 Good Practices for Error Handling in C#

5 Good Practices for Error Handling in C#

139
Comments 6
3 min read
Testes de unidade com NUnit para aplicações C# .Net -- Parte 1

Testes de unidade com NUnit para aplicações C# .Net -- Parte 1

6
Comments
6 min read
Game Dev Digest — Issue #133 - State Of Games In 2022

Game Dev Digest — Issue #133 - State Of Games In 2022

4
Comments
9 min read
The 5 Guidelines to Write Cleaner Code in C#

The 5 Guidelines to Write Cleaner Code in C#

111
Comments 4
3 min read
Don't use String.ToLower() in C# when comparing strings

Don't use String.ToLower() in C# when comparing strings

47
Comments 9
4 min read
C# Application Security - Password Hash using BCript

C# Application Security - Password Hash using BCript

2
Comments
7 min read
Getting Started with the Blazor Spinner Component

Getting Started with the Blazor Spinner Component

5
Comments
1 min read
SRP - Is the most misunderstood principle ?

SRP - Is the most misunderstood principle ?

27
Comments
5 min read
Cladogenesis in real-time applications: a brief study of how species are born

Cladogenesis in real-time applications: a brief study of how species are born

11
Comments 2
6 min read
8 🍨 Sweet Treats 🍨 in Modern C#

8 🍨 Sweet Treats 🍨 in Modern C#

58
Comments 3
6 min read
Creating your First .NET Component

Creating your First .NET Component

2
Comments
1 min read
How to send ASP.NET Core Identity emails with Twilio SendGrid

How to send ASP.NET Core Identity emails with Twilio SendGrid

5
Comments
10 min read
Kentico Xperience Design Patterns: Handling Failures - Return Errors, Don't Throw Them

Kentico Xperience Design Patterns: Handling Failures - Return Errors, Don't Throw Them

12
Comments
7 min read
Write an Integration test, not a Unit test

Write an Integration test, not a Unit test

44
Comments 21
2 min read
A new small opensource library - Autojector.

A new small opensource library - Autojector.

5
Comments
2 min read
Getting Started with the Blazor Heatmap Chart

Getting Started with the Blazor Heatmap Chart

2
Comments
1 min read
2. Anonymous Types

2. Anonymous Types

6
Comments
2 min read
[ASP.NET Core][Entity Framework Core] Try JWT 1

[ASP.NET Core][Entity Framework Core] Try JWT 1

7
Comments
6 min read
Debugging .NET in VSCode

Debugging .NET in VSCode

7
Comments
5 min read
Design Patterns: Strategy

Design Patterns: Strategy

11
Comments
4 min read
1. Top-level statements

1. Top-level statements

4
Comments
2 min read
Resize Images in asp.Net

Resize Images in asp.Net

2
Comments
1 min read
Executando Tasks em paralelo em aplicações .Net com o SemaphoreSlim

Executando Tasks em paralelo em aplicações .Net com o SemaphoreSlim

12
Comments
4 min read
Why I “hate” optional parameters in C#

Why I “hate” optional parameters in C#

10
Comments 3
5 min read
Game Dev Digest — Issue #132 - PowerUp Your Game

Game Dev Digest — Issue #132 - PowerUp Your Game

4
Comments
8 min read
Benchmarking to the Bottom - Iterating Lists in .NET

Benchmarking to the Bottom - Iterating Lists in .NET

5
Comments
5 min read
C# record type

C# record type

23
Comments
1 min read
[ASP.NET Core][Entity Framework Core] Try System.Text.Json

[ASP.NET Core][Entity Framework Core] Try System.Text.Json

6
Comments
4 min read
Umbraco 9 - BlockList editor with added ViewComponents

Umbraco 9 - BlockList editor with added ViewComponents

4
Comments
2 min read
Clasificación de imágenes en aplicaciones web con ML.NET

Clasificación de imágenes en aplicaciones web con ML.NET

5
Comments
6 min read
loading...