DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Convert REST API to GraphQL API

Convert REST API to GraphQL API

23
Comments
10 min read
Fetch component VS Views module

Fetch component VS Views module

Comments
3 min read
Creating an Advanced Serverless Feature Flag Service using CDK and C#

Creating an Advanced Serverless Feature Flag Service using CDK and C#

Comments
6 min read
Elanat framework

Elanat framework

Comments
7 min read
How To Generate Fake Data With Bogus in .NET 6

How To Generate Fake Data With Bogus in .NET 6

13
Comments
3 min read
Testing Everything Works Perfectly Once All the Pieces Are in Place

Testing Everything Works Perfectly Once All the Pieces Are in Place

3
Comments
5 min read
Why we JsonProperty For Mapping of data With Example

Why we JsonProperty For Mapping of data With Example

5
Comments
2 min read
Kubernetes and Azure Pipeline in action. Detailed guide.

Kubernetes and Azure Pipeline in action. Detailed guide.

Comments
5 min read
Const and Readonly in C#

Const and Readonly in C#

6
Comments 6
3 min read
Convertir Word en HTML en C# et VB.NET

Convertir Word en HTML en C# et VB.NET

Comments
3 min read
The battle of the Lowercase: ToLowerInvariant() vs. ToLower()

The battle of the Lowercase: ToLowerInvariant() vs. ToLower()

2
Comments
2 min read
Streamline Your Workflow: Convert Multiple Images to PDF for Free with C#/VB.NET

Streamline Your Workflow: Convert Multiple Images to PDF for Free with C#/VB.NET

3
Comments
3 min read
Procedural Structures in Unity

Procedural Structures in Unity

1
Comments
7 min read
New .NET 8 Features Coming! 8 Must-Know Improvements

New .NET 8 Features Coming! 8 Must-Know Improvements

26
Comments
4 min read
How to configure true dependency injection in System.CommandLine

How to configure true dependency injection in System.CommandLine

3
Comments
6 min read
Covariance and Contravariance in C#

Covariance and Contravariance in C#

2
Comments
3 min read
Building Simple Dapr Cron Jobs with ASP.NET Core Web APIs

Building Simple Dapr Cron Jobs with ASP.NET Core Web APIs

12
Comments
4 min read
Using toast notifications in Windows Forms

Using toast notifications in Windows Forms

23
Comments
9 min read
Using toast notifications in ASP.NET Core Razor Pages

Using toast notifications in ASP.NET Core Razor Pages

13
Comments
5 min read
Simplify Your C# Code: Top 5 Refactoring Tools

Simplify Your C# Code: Top 5 Refactoring Tools

174
Comments 12
4 min read
UnityFlow - Automated Workflow for Unity Projects

UnityFlow - Automated Workflow for Unity Projects

Comments
2 min read
Game Dev Digest — Issue #193 - New Tools, Open Source, And More

Game Dev Digest — Issue #193 - New Tools, Open Source, And More

2
Comments 1
9 min read
Getting Started with C#: Classes, Objects, and Namespaces

Getting Started with C#: Classes, Objects, and Namespaces

Comments
3 min read
Even more .NET validation attributes with GSoft.ComponentModel.DataAnnotations

Even more .NET validation attributes with GSoft.ComponentModel.DataAnnotations

1
Comments
5 min read
Roman to Integers

Roman to Integers

2
Comments
2 min read
Exploring Database-First Approach with Entity Framework in .NET Core 6

Exploring Database-First Approach with Entity Framework in .NET Core 6

2
Comments
3 min read
Comment Signer Numériquement des Fichiers PDF en C# et VB.NET

Comment Signer Numériquement des Fichiers PDF en C# et VB.NET

Comments
7 min read
Ref, Out, In parameters in C#

Ref, Out, In parameters in C#

16
Comments 2
4 min read
20 (Easy) C# Interview Questions and Answers (2023)

20 (Easy) C# Interview Questions and Answers (2023)

64
Comments 1
7 min read
Working with files in .NET MAUI

Working with files in .NET MAUI

14
Comments
4 min read
Implementing Dapr State Management in ASP.NET Core Web APIs

Implementing Dapr State Management in ASP.NET Core Web APIs

9
Comments 1
11 min read
Easily Create, Update, and Remove Bookmarks in PDFs Using C#

Easily Create, Update, and Remove Bookmarks in PDFs Using C#

Comments
9 min read
Ajouter différents types de formules et de fonctions à Excel en C# et VB.NET

Ajouter différents types de formules et de fonctions à Excel en C# et VB.NET

Comments
10 min read
Top 20 C# Security Interview Questions +(Answers)

Top 20 C# Security Interview Questions +(Answers)

35
Comments 1
22 min read
Don't Restrict Yourself to Mocks: Test your Components Running Together

Don't Restrict Yourself to Mocks: Test your Components Running Together

3
Comments
4 min read
How to create and deploy a “Nuget Package” using Visual Studio

How to create and deploy a “Nuget Package” using Visual Studio

Comments
3 min read
Learning C# After Java: 5 Differences Explored

Learning C# After Java: 5 Differences Explored

22
Comments
4 min read
Step-by-Step Guide: Testing HTTP Endpoints in Visual Studio 2022 Using Endpoints Explorer

Step-by-Step Guide: Testing HTTP Endpoints in Visual Studio 2022 Using Endpoints Explorer

14
Comments 1
2 min read
Heap Sort

Heap Sort

1
Comments
3 min read
The Right Way to Check for Null in C#

The Right Way to Check for Null in C#

40
Comments 1
4 min read
Better error handling in C# with Result types

Better error handling in C# with Result types

53
Comments 12
3 min read
C# Async/Await Interview Questions And Answers

C# Async/Await Interview Questions And Answers

48
Comments 1
22 min read
Exploring HTTP Communication with Refit

Exploring HTTP Communication with Refit

29
Comments
3 min read
Jawbone Networking Motivation

Jawbone Networking Motivation

Comments
6 min read
How To Deploy An Azure Function App Using Visual Studio

How To Deploy An Azure Function App Using Visual Studio

5
Comments
4 min read
The LinQ Bible in C#: From Basics to Best Practices✝️

The LinQ Bible in C#: From Basics to Best Practices✝️

62
Comments 2
23 min read
Span, Memory, ReadOnlySequence in .NET

Span, Memory, ReadOnlySequence in .NET

9
Comments 4
5 min read
Garbage Collector in .NET

Garbage Collector in .NET

3
Comments
3 min read
Asynchronous Programming in C# and .NET: A Guide

Asynchronous Programming in C# and .NET: A Guide

3
Comments
2 min read
How To Use FluentValidation in ASP.NET Core (.NET 6)

How To Use FluentValidation in ASP.NET Core (.NET 6)

26
Comments
3 min read
Quick Sort

Quick Sort

5
Comments 2
3 min read
Using TaskCompletionSource in C# to Delay Processing

Using TaskCompletionSource in C# to Delay Processing

Comments 3
3 min read
Isolate your Components in Tests: How to Mock your Dependencies

Isolate your Components in Tests: How to Mock your Dependencies

12
Comments 2
4 min read
How to handle Task result in a more elegant way.

How to handle Task result in a more elegant way.

1
Comments 2
4 min read
3 things to avoid when implementing Domain-Driven Design (DDD)

3 things to avoid when implementing Domain-Driven Design (DDD)

3
Comments
3 min read
Aplicando a Orientação a Objetos: Operações dos métodos [3/10]🧶

Aplicando a Orientação a Objetos: Operações dos métodos [3/10]🧶

3
Comments
3 min read
Top 8 .NET Libraries That You Probably Didn’t Know About

Top 8 .NET Libraries That You Probably Didn’t Know About

10
Comments 2
3 min read
I'm banning Get, Set, and other method and class names

I'm banning Get, Set, and other method and class names

3
Comments 7
4 min read
Introduction to C# 9 - iFour Technolab

Introduction to C# 9 - iFour Technolab

2
Comments
5 min read
Convertir un PDF en Excel avec C# et VB.NET

Convertir un PDF en Excel avec C# et VB.NET

Comments
4 min read
loading...