DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Robust use of HTTP Client

Robust use of HTTP Client

4
Comments
2 min read
Async Lazy In C# – With Great Power Comes Great Responsibility

Async Lazy In C# – With Great Power Comes Great Responsibility

4
Comments 4
4 min read
Time Period Library for .NET

Time Period Library for .NET

4
Comments
27 min read
Comment ajouter ou convertir des images en PDF avec C# et VB.NET

Comment ajouter ou convertir des images en PDF avec C# et VB.NET

3
Comments
6 min read
Game Dev Digest — Issue #200 - Develop Faster

Game Dev Digest — Issue #200 - Develop Faster

2
Comments
13 min read
Visual Studio tip 3 secret code samples

Visual Studio tip 3 secret code samples

2
Comments
3 min read
Structured ASP.NET Localization

Structured ASP.NET Localization

1
Comments
4 min read
How to Set Up Mocks in Unit Tests to Return Default Objects

How to Set Up Mocks in Unit Tests to Return Default Objects

5
Comments
3 min read
Using Azure Web PubSub with Protobuf subprotocol in .NET

Using Azure Web PubSub with Protobuf subprotocol in .NET

Comments
4 min read
The Moq-gate: You Either Die a Hero...

The Moq-gate: You Either Die a Hero...

55
Comments 13
3 min read
How To Convert C# Enum in into Arrays

How To Convert C# Enum in into Arrays

28
Comments
12 min read
GĂŠnĂŠrer un badge / avatar en C#

GĂŠnĂŠrer un badge / avatar en C#

4
Comments
4 min read
Getting started with Azure Cognitive Search

Getting started with Azure Cognitive Search

1
Comments
3 min read
Creating a Custom URL Protocol in .NET

Creating a Custom URL Protocol in .NET

17
Comments 7
4 min read
Telegram NFT Auctions (Fragment) with C#

Telegram NFT Auctions (Fragment) with C#

11
Comments
2 min read
Migration from the legacy Azure Cosmos Tables library to the modern one.

Migration from the legacy Azure Cosmos Tables library to the modern one.

3
Comments
6 min read
Azure Key Vault with .NET - Vault Access Policies

Azure Key Vault with .NET - Vault Access Policies

6
Comments 1
2 min read
Globally Exception Handling using Exception Filters vs Middleware

Globally Exception Handling using Exception Filters vs Middleware

2
Comments
2 min read
Drag-and-Drop Adorners & Popups

Drag-and-Drop Adorners & Popups

Comments
9 min read
Combining Blazor WebAssembly and .Net MVC application - part 1

Combining Blazor WebAssembly and .Net MVC application - part 1

12
Comments
4 min read
Automatizando geração de logs com Delegating Handler em .NET

Automatizando geração de logs com Delegating Handler em .NET

1
Comments
2 min read
Comment ajouter des filigranes d'image aux fichiers PDF avec C# et VB.NET

Comment ajouter des filigranes d'image aux fichiers PDF avec C# et VB.NET

2
Comments
4 min read
Script en C#

Script en C#

9
Comments
6 min read
Control rc car using raspberry pi (Part 4 : Build the controller)

Control rc car using raspberry pi (Part 4 : Build the controller)

9
Comments
3 min read
Generate a Loan EMI Schedule as an Excel Document Using C#

Generate a Loan EMI Schedule as an Excel Document Using C#

2
Comments
7 min read
C# da safe va unsafe code haqida

C# da safe va unsafe code haqida

4
Comments
2 min read
How to Check How Many Times Mocked Methods Are Called in Unit Tests

How to Check How Many Times Mocked Methods Are Called in Unit Tests

5
Comments
3 min read
Comment convertir des fichiers HTML et des chaĂŽnes HTML en format Word avec C# et VB.NET?

Comment convertir des fichiers HTML et des chaĂŽnes HTML en format Word avec C# et VB.NET?

Comments
4 min read
Learn to use a databound DataGridView ComboBox in Windows Forms

Learn to use a databound DataGridView ComboBox in Windows Forms

5
Comments
6 min read
Grafana k6 and ASP.NET Core: A Practical Guide to Load & Stress Testing

Grafana k6 and ASP.NET Core: A Practical Guide to Load & Stress Testing

8
Comments
5 min read
Options and Configuration In .NET6

Options and Configuration In .NET6

3
Comments
5 min read
C# Get JWT Token from Request

C# Get JWT Token from Request

9
Comments
2 min read
Passer du C# au Typescript

Passer du C# au Typescript

3
Comments
7 min read
Implicit Operators – Clean Code Secrets Or Buggy Nightmare?

Implicit Operators – Clean Code Secrets Or Buggy Nightmare?

3
Comments
4 min read
Using CSS custom properties (variables) in Razor Pages

Using CSS custom properties (variables) in Razor Pages

7
Comments
4 min read
Value Object

Value Object

3
Comments
3 min read
Dictionary C#. Easier than we think.

Dictionary C#. Easier than we think.

1
Comments
3 min read
Mixin in C#

Mixin in C#

4
Comments 2
2 min read
How To Use Task.Run in C# for Multithreading

How To Use Task.Run in C# for Multithreading

70
Comments 5
21 min read
Plugin Architecture in ASP.NET Core – How To Master It

Plugin Architecture in ASP.NET Core – How To Master It

2
Comments
5 min read
How to Check a Method was Called on a Mock in Moq

How to Check a Method was Called on a Mock in Moq

8
Comments 4
4 min read
Keyed Services in .NET8's Dependency Injection

Keyed Services in .NET8's Dependency Injection

21
Comments 4
4 min read
Mastering Design Patterns in .NET: Beginner-Friendly AI Examples

Mastering Design Patterns in .NET: Beginner-Friendly AI Examples

8
Comments 1
3 min read
ASP.NET Core/Razor pages Secret Manager

ASP.NET Core/Razor pages Secret Manager

1
Comments
4 min read
Instrumenting System.CommandLine-based .NET applications

Instrumenting System.CommandLine-based .NET applications

4
Comments 2
2 min read
ASP.NET Core Middleware: Working with Global Exception Handling

ASP.NET Core Middleware: Working with Global Exception Handling

6
Comments
4 min read
ReactJS Coding and TechTalking, come join :D

ReactJS Coding and TechTalking, come join :D

3
Comments 1
1 min read
N-Tier Architecture in asp.net core projects.

N-Tier Architecture in asp.net core projects.

5
Comments 1
1 min read
How to Build a Windows Desktop App for Document, Barcode, and MRZ Detection with C# and .NET WinForms

How to Build a Windows Desktop App for Document, Barcode, and MRZ Detection with C# and .NET WinForms

Comments
8 min read
How Is C# Evolving to Adapt to Modern Dev Trends?

How Is C# Evolving to Adapt to Modern Dev Trends?

4
Comments 1
1 min read
Learn Resharper PostFix and Source Templates

Learn Resharper PostFix and Source Templates

2
Comments
8 min read
C# 12: Embracing the Quirks and Magic of Modern Programming

C# 12: Embracing the Quirks and Magic of Modern Programming

Comments
3 min read
Mechanisms and Performance when querying data to SQLServer from C#

Mechanisms and Performance when querying data to SQLServer from C#

10
Comments
13 min read
Making a watermark for PDF.

Making a watermark for PDF.

1
Comments
4 min read
C# Tuples: An Introductory Guide on Tuples in C# With Examples

C# Tuples: An Introductory Guide on Tuples in C# With Examples

6
Comments
6 min read
The Power of C#.NET in My Client Solutions - A Synopsis

The Power of C#.NET in My Client Solutions - A Synopsis

1
Comments
2 min read
The Early Return Pattern in C#

The Early Return Pattern in C#

1
Comments 2
3 min read
7 New Features (or bug fixes🐛) You Might Have Missed in .NET 8

7 New Features (or bug fixes🐛) You Might Have Missed in .NET 8

30
Comments 1
13 min read
Creating MAUI UI's in C#

Creating MAUI UI's in C#

3
Comments
27 min read
9 "Black Magics" and "Tricks" in C#

9 "Black Magics" and "Tricks" in C#

3
Comments
7 min read
loading...