DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
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
Data is Null. When "safety" is in the way.

Data is Null. When "safety" is in the way.

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

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

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#

7
Comments 2
4 min read
Working with files in .NET MAUI

Working with files in .NET MAUI

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

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

57
Comments 1
7 min read
Implementing Dapr State Management in ASP.NET Core Web APIs

Implementing Dapr State Management in ASP.NET Core Web APIs

4
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

21
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

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

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

Better error handling in C# with Result types

15
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

25
Comments
3 min read
Jawbone Networking Motivation

Jawbone Networking Motivation

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

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

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

Span, Memory, ReadOnlySequence in .NET

6
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

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

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

4
Comments
3 min read
Quick Sort

Quick Sort

3
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)

1
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
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
Top 8 .NET Libraries That You Probably Didn’t Know About

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

9
Comments 2
3 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
50 C# (Advanced) Optimization Performance Tips🔥

50 C# (Advanced) Optimization Performance Tips🔥

136
Comments 25
22 min read
Relationships in Entity Framework Core

Relationships in Entity Framework Core

1
Comments
11 min read
Easily Add and Remove Attachments in Your PDF Documents Using C#

Easily Add and Remove Attachments in Your PDF Documents Using C#

1
Comments
6 min read
Exploring the New Visual Studio Feature: .http Files

Exploring the New Visual Studio Feature: .http Files

2
Comments 2
3 min read
C# Exception Handling: Techniques and Best Practices

C# Exception Handling: Techniques and Best Practices

71
Comments 2
10 min read
Unit Testing with C# and .NET (Full Guide)

Unit Testing with C# and .NET (Full Guide)

46
Comments 2
16 min read
EF Core order by string column name

EF Core order by string column name

2
Comments
3 min read
Sharing Data between Blazor and JavaScript ( JS interop )

Sharing Data between Blazor and JavaScript ( JS interop )

3
Comments 2
4 min read
Integration Testing Postgres Store

Integration Testing Postgres Store

1
Comments
9 min read
Data Structures in C# Part 2: Lists <T>

Data Structures in C# Part 2: Lists <T>

2
Comments
6 min read
REST API with ASP.NET Core and MongoDB

REST API with ASP.NET Core and MongoDB

1
Comments
5 min read
Merge Sort

Merge Sort

2
Comments
3 min read
Implementing HATEOAS in your ASP NET Core web API: Enhancing API Discoverability and Navigability

Implementing HATEOAS in your ASP NET Core web API: Enhancing API Discoverability and Navigability

Comments
8 min read
Understanding Asynchronous Code: A Comparison of Asynchronous Programming in C# and Java

Understanding Asynchronous Code: A Comparison of Asynchronous Programming in C# and Java

8
Comments
7 min read
Quick and easy DbContext setup in .NET

Quick and easy DbContext setup in .NET

Comments
3 min read
A brief introduction to MediatR in .NET

A brief introduction to MediatR in .NET

Comments
2 min read
Background Job Scheduling in .NET using Hangfire

Background Job Scheduling in .NET using Hangfire

5
Comments 7
6 min read
REST API with ASP.NET Core 7 and SQL Server

REST API with ASP.NET Core 7 and SQL Server

5
Comments 1
7 min read
Simplifying Dependency Management with SpecFlow's IObjectContainer - Part 2

Simplifying Dependency Management with SpecFlow's IObjectContainer - Part 2

Comments
2 min read
C# Regex: From Zero To Hero Guide

C# Regex: From Zero To Hero Guide

47
Comments 2
16 min read
loading...