DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
.NET Miniexcel Dynamic Query Totuial

.NET Miniexcel Dynamic Query Totuial

8
Comments
1 min read
Understanding GUIDs

Understanding GUIDs

12
Comments
3 min read
C# xml işlemleri : Root>n*Sub

C# xml işlemleri : Root>n*Sub

6
Comments
2 min read
The 10 Commandments .NET Developers Must apply for Secure Applications

The 10 Commandments .NET Developers Must apply for Secure Applications

112
Comments 11
11 min read
Serilog y ASP.NET Core: Más Allá de los Logs Básicos - Parte 9

Serilog y ASP.NET Core: Más Allá de los Logs Básicos - Parte 9

25
Comments
5 min read
The dotnet format command and StyleCop.Analyzers

The dotnet format command and StyleCop.Analyzers

4
Comments
5 min read
[Video] Polymorphic JSON Serialization (feat. .NET & System.Text.Json)

[Video] Polymorphic JSON Serialization (feat. .NET & System.Text.Json)

7
Comments 2
1 min read
Polymorphism in C#

Polymorphism in C#

15
Comments 3
4 min read
Namespaces in C#

Namespaces in C#

4
Comments
1 min read
Cross-thread operation not valid fix - C# back ground worker

Cross-thread operation not valid fix - C# back ground worker

4
Comments
1 min read
What's you opinion on .NET and C#?

What's you opinion on .NET and C#?

5
Comments 1
1 min read
Add Speech Recognition to Your PC even to your TV

Add Speech Recognition to Your PC even to your TV

7
Comments
3 min read
Como utilizar as configurações e opções de um aplicação .NET .

Como utilizar as configurações e opções de um aplicação .NET .

7
Comments
3 min read
You owe it to your team to let them try F#

You owe it to your team to let them try F#

3
Comments
7 min read
Referencing a Specific Assembly from a NuGet Package

Referencing a Specific Assembly from a NuGet Package

3
Comments 1
4 min read
How to use Azure AD Self-Service Sign Up

How to use Azure AD Self-Service Sign Up

10
Comments
3 min read
Nullable reference types in C# - Migrating to nullable reference types - Part 1

Nullable reference types in C# - Migrating to nullable reference types - Part 1

7
Comments
7 min read
Creando Sistemas Auditables con ASP.NET Core - Parte 7: Auditoría con Audit.NET

Creando Sistemas Auditables con ASP.NET Core - Parte 7: Auditoría con Audit.NET

23
Comments 8
11 min read
How to better configure C# and .NET applications for Twilio

How to better configure C# and .NET applications for Twilio

5
Comments 1
15 min read
.NET - Guardando datos con Azure Storage Tables

.NET - Guardando datos con Azure Storage Tables

4
Comments
10 min read
Request Handler Design

Request Handler Design

11
Comments
2 min read
Mejorando la Organización de Código con Vertical Slice Architecture (Parte 6)

Mejorando la Organización de Código con Vertical Slice Architecture (Parte 6)

13
Comments 9
5 min read
Native alert and confirm in Wisej

Native alert and confirm in Wisej

7
Comments
1 min read
Autenticación y Autorización con JWT en ASP.NET Core (Parte 5)

Autenticación y Autorización con JWT en ASP.NET Core (Parte 5)

18
Comments 5
11 min read
Official GameDev Post; PlayerDrawn Walls: 2

Official GameDev Post; PlayerDrawn Walls: 2

3
Comments
10 min read
Umbraco 10 - ContentWithAside BlockList editor package

Umbraco 10 - ContentWithAside BlockList editor package

6
Comments
1 min read
Mobile Barcode and QR Code Reader Using HTML5 and ASP.NET

Mobile Barcode and QR Code Reader Using HTML5 and ASP.NET

7
Comments
3 min read
MediatR in 5 mins

MediatR in 5 mins

6
Comments
3 min read
Producer/consumer pipelines with System.Threading.Channels

Producer/consumer pipelines with System.Threading.Channels

2
Comments
10 min read
Design Pattern: Factory Method

Design Pattern: Factory Method

11
Comments 1
2 min read
What's new in the Twilio helper library for ASP.NET (v5.73.0 - April 2022)

What's new in the Twilio helper library for ASP.NET (v5.73.0 - April 2022)

2
Comments
7 min read
How to Validate a Textbox in the Blazor In-Place Editor component

How to Validate a Textbox in the Blazor In-Place Editor component

5
Comments
1 min read
.NET Celebrates 20 years and brings us a GIFT🎁: New .NET 7 Features Revealed

.NET Celebrates 20 years and brings us a GIFT🎁: New .NET 7 Features Revealed

38
Comments
5 min read
Use multiple .NET SDK CLI Commands on Mac M1

Use multiple .NET SDK CLI Commands on Mac M1

9
Comments
2 min read
Creating and Using HTTP Client SDKs in .NET 6

Creating and Using HTTP Client SDKs in .NET 6

15
Comments
18 min read
How to Send SMS without a Phone Number using C# .NET and an Alphanumeric Sender ID

How to Send SMS without a Phone Number using C# .NET and an Alphanumeric Sender ID

5
Comments
6 min read
Begin your C# Game Development Journey Using This Challenge

Begin your C# Game Development Journey Using This Challenge

14
Comments
5 min read
Desarrollando una API en ASP.NET con CQRS y MediatR: Parte 1

Desarrollando una API en ASP.NET con CQRS y MediatR: Parte 1

80
Comments 14
11 min read
Hosting a REST API using Impart

Hosting a REST API using Impart

11
Comments
2 min read
Hashids en ASP.NET Core: Protegiendo tus URLs (Parte 4)

Hashids en ASP.NET Core: Protegiendo tus URLs (Parte 4)

14
Comments 1
5 min read
Documenting Code in C#

Documenting Code in C#

10
Comments
2 min read
Async gotcha: returning Task.FromResult or Task.CompletedTask

Async gotcha: returning Task.FromResult or Task.CompletedTask

14
Comments
2 min read
How To Differentiate If, Else if, Else (but with my mother as example)

How To Differentiate If, Else if, Else (but with my mother as example)

28
Comments 4
5 min read
Touch001 Solving Tray Icon and minimalize UI problem on Arch Linux with C# in Avalonia

Touch001 Solving Tray Icon and minimalize UI problem on Arch Linux with C# in Avalonia

9
Comments 4
4 min read
Measuring maintainability metrics with NDepend

Measuring maintainability metrics with NDepend

6
Comments
8 min read
DBContext, System.InvalidOperationException, and mouse clicking speed demons.

DBContext, System.InvalidOperationException, and mouse clicking speed demons.

4
Comments
6 min read
Game Dev Digest — Issue #135 - Breaking The Rules

Game Dev Digest — Issue #135 - Breaking The Rules

5
Comments
7 min read
CQRS y Validaciones: Construyendo APIs Robustas con MediatR y FluentValidation (Parte 2)

CQRS y Validaciones: Construyendo APIs Robustas con MediatR y FluentValidation (Parte 2)

22
Comments 2
8 min read
Getting Started with the Blazor Range Slider Component

Getting Started with the Blazor Range Slider Component

5
Comments
1 min read
How to prevent email HTML injection in C# and .NET

How to prevent email HTML injection in C# and .NET

11
Comments
9 min read
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)

70
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#

18
Comments
1 min read
Dictionary implementation in C#

Dictionary implementation in C#

11
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
loading...