DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Game Dev Digest — Issue #201 - Multiplayer, Animation, and more

Game Dev Digest — Issue #201 - Multiplayer, Animation, and more

Comments
13 min read
Demystifying Namespace Naming in C# and .NET

Demystifying Namespace Naming in C# and .NET

2
Comments
2 min read
How to create a plugin for Elanat?

How to create a plugin for Elanat?

2
Comments
4 min read
Data Annotations in C#: Your Complete Guide

Data Annotations in C#: Your Complete Guide

8
Comments
10 min read
Use Case Driven Development with Low-Code

Use Case Driven Development with Low-Code

1
Comments
7 min read
State Machine Basics: My Playable Character's State Pattern

State Machine Basics: My Playable Character's State Pattern

1
Comments
5 min read
Robust use of HTTP Client

Robust use of HTTP Client

1
Comments
2 min read
REST API Visibility Control

REST API Visibility Control

Comments
4 min read
Making authentication with Okta.

Making authentication with Okta.

Comments
5 min read
.NET Best Practices

.NET Best Practices

3
Comments 2
3 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
How to Use Strict Mocking in Moq to Automatically Verify All Setups

How to Use Strict Mocking in Moq to Automatically Verify All Setups

2
Comments 2
4 min read
Game Dev Digest — Issue #199 - Inspiration Issue

Game Dev Digest — Issue #199 - Inspiration Issue

2
Comments
9 min read
Usando o MongoDB com C# e .Net Core

Usando o MongoDB com C# e .Net Core

7
Comments 1
6 min read
Razor Pages Add Select option to a Dropdown

Razor Pages Add Select option to a Dropdown

1
Comments
3 min read
Comment supprimer les lignes en double d'un classeur Excel avec C# et VB.NET

Comment supprimer les lignes en double d'un classeur Excel avec C# et VB.NET

Comments
4 min read
Singleton Design Pattern in C#: Full Guide

Singleton Design Pattern in C#: Full Guide

21
Comments 3
13 min read
ImplementaciĂłn de Health Checks en ASP.NET Core

ImplementaciĂłn de Health Checks en ASP.NET Core

7
Comments
5 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.

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

Azure Key Vault with .NET - Vault Access Policies

9
Comments 1
2 min read
Enable CORS in ASP.NET Core in the Easiest Way

Enable CORS in ASP.NET Core in the Easiest Way

26
Comments
10 min read
Play safe without Try Catch...

Play safe without Try Catch...

7
Comments 1
1 min read
Generate a Loan EMI Schedule as an Excel Document Using C#

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

6
Comments
7 min read
Getting started with Application Insights in .NET Web API

Getting started with Application Insights in .NET Web API

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

Game Dev Digest — Issue #200 - Develop Faster

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

Learn to use a databound DataGridView ComboBox in Windows Forms

7
Comments
6 min read
Visual Studio tip 3 secret code samples

Visual Studio tip 3 secret code samples

1
Comments
3 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

11
Comments
5 min read
Structured ASP.NET Localization

Structured ASP.NET Localization

Comments
4 min read
Passer du C# au Typescript

Passer du C# au Typescript

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

Implicit Operators – Clean Code Secrets Or Buggy Nightmare?

7
Comments
4 min read
Combining Blazor WebAssembly and .Net MVC application - part 2

Combining Blazor WebAssembly and .Net MVC application - part 2

12
Comments
8 min read
Telegram NFT Auctions (Fragment) with C#

Telegram NFT Auctions (Fragment) with C#

11
Comments
2 min read
Globally Exception Handling using Exception Filters vs Middleware

Globally Exception Handling using Exception Filters vs Middleware

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

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

12
Comments
3 min read
Unraveling the Enigma: Exploring Object Equality in JavaScript and Beyond

Unraveling the Enigma: Exploring Object Equality in JavaScript and Beyond

Comments
2 min read
Learn Resharper PostFix and Source Templates

Learn Resharper PostFix and Source Templates

5
Comments
8 min read
Async Lazy In C# – With Great Power Comes Great Responsibility

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

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

Time Period Library for .NET

2
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

7
Comments
6 min read
Criação de URLs amigáveis (slugs) a partir de strings no ASP.NET Core

Criação de URLs amigáveis (slugs) a partir de strings no ASP.NET Core

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

Using CSS custom properties (variables) in Razor Pages

11
Comments
4 min read
Value Object

Value Object

2
Comments
3 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
How To Convert C# Enum in into Arrays

How To Convert C# Enum in into Arrays

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

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

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

Dictionary C#. Easier than we think.

Comments
3 min read
Mixin in C#

Mixin in C#

4
Comments 2
2 min read
How can you add appsettings.json to a Blazor WebAssembly project

How can you add appsettings.json to a Blazor WebAssembly project

1
Comments
3 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
Plugin Architecture in ASP.NET Core – How To Master It

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

4
Comments
5 min read
Creating a Custom URL Protocol in .NET

Creating a Custom URL Protocol in .NET

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

Instrumenting System.CommandLine-based .NET applications

6
Comments 1
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

14
Comments
4 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

6
Comments
4 min read
Implementing Apple's Device Check App Attest Protocol

Implementing Apple's Device Check App Attest Protocol

Comments
8 min read
Script en C#

Script en C#

11
Comments
6 min read
loading...