DEV Community

C#

Official tag for the C# programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
How-To: Event Systems in Unity

How-To: Event Systems in Unity

2
Comments 2
9 min read
5 Easy Ways to Return Multiple Values in C#

5 Easy Ways to Return Multiple Values in C#

13
Comments 1
8 min read
Collection Initializer Performance in C# – How To Get An 87% Boost!

Collection Initializer Performance in C# – How To Get An 87% Boost!

2
Comments
11 min read
Day 20 of 30-Day .NET Challenge: Task vs. ValueTask

Day 20 of 30-Day .NET Challenge: Task vs. ValueTask

Comments
2 min read
Collection Initializers And Collection Expressions In C# – Simplified Code Examples

Collection Initializers And Collection Expressions In C# – Simplified Code Examples

3
Comments 2
5 min read
A Deep Dive into Telerik Library for Backend Efficiency

A Deep Dive into Telerik Library for Backend Efficiency

2
Comments
8 min read
Day 19 of 30-Day .NET Challenge: Stack vs. Heap Allocation

Day 19 of 30-Day .NET Challenge: Stack vs. Heap Allocation

1
Comments
2 min read
Day 18 of 30-Day .NET Challenge: AggressiveInlining Attribute

Day 18 of 30-Day .NET Challenge: AggressiveInlining Attribute

8
Comments 3
2 min read
How to deploy a .NET App as a container without a Dockerfile?

How to deploy a .NET App as a container without a Dockerfile?

10
Comments 4
3 min read
Techniques for building predictable and reliable API: Part 2

Techniques for building predictable and reliable API: Part 2

5
Comments
5 min read
Polymorphic serialization via System.Text.Json in ASP.NET Core Minimal API

Polymorphic serialization via System.Text.Json in ASP.NET Core Minimal API

Comments
6 min read
C# MongoDB Insert Benchmarks – What You Need To Know

C# MongoDB Insert Benchmarks – What You Need To Know

1
Comments 1
6 min read
Your custom HttpClient delegating handlers should be transient

Your custom HttpClient delegating handlers should be transient

1
Comments 1
3 min read
5 dicas para montar consultas mais performáticas com o LINQ

5 dicas para montar consultas mais performáticas com o LINQ

4
Comments
2 min read
Game Dev Digest — Issue #228 - The Magic Behind The Engineering

Game Dev Digest — Issue #228 - The Magic Behind The Engineering

2
Comments
12 min read
24 Essential Async/Await Best Practices for Basic to Advanced C# Developers

24 Essential Async/Await Best Practices for Basic to Advanced C# Developers

33
Comments
4 min read
13 Common C# Interview Quiz | Questions 01:26

13 Common C# Interview Quiz | Questions

6
Comments
1 min read
Pixi: A Package Manager for C# and JavaScript

Pixi: A Package Manager for C# and JavaScript

2
Comments
3 min read
Day 17 of 30-Day .NET Challenge: Interlocked Class

Day 17 of 30-Day .NET Challenge: Interlocked Class

1
Comments
2 min read
Boost Your Development Workflow with Visual Studio 2022 17.9

Boost Your Development Workflow with Visual Studio 2022 17.9

1
Comments
2 min read
How to securely reverse-proxy ASP.NET Core web apps

How to securely reverse-proxy ASP.NET Core web apps

4
Comments 1
4 min read
Day 16 of 30-Day .NET Challenge: In-Memory Caching

Day 16 of 30-Day .NET Challenge: In-Memory Caching

10
Comments
3 min read
C# Testcontainers for MongoDB: How To Easily Run Local Databases

C# Testcontainers for MongoDB: How To Easily Run Local Databases

1
Comments 1
7 min read
Ideation of Game

Ideation of Game

Comments
2 min read
.NET: Brincando com ref structs

.NET: Brincando com ref structs

17
Comments
10 min read
Checking file signature while processing stream in C#

Checking file signature while processing stream in C#

1
Comments
2 min read
How to Create ASP.NET Core Polar and Radar Charts

How to Create ASP.NET Core Polar and Radar Charts

Comments
1 min read
Fundamentals of C# for beginners

Fundamentals of C# for beginners

1
Comments
4 min read
What is DateTime Manipulation in C#?

What is DateTime Manipulation in C#?

1
Comments
2 min read
Dominando os Literais de String Brutos no C# 11

Dominando os Literais de String Brutos no C# 11

1
Comments
2 min read
Convenções de Nomes em C#: Como Nomear Variáveis, Métodos e Classes

Convenções de Nomes em C#: Como Nomear Variáveis, Métodos e Classes

3
Comments
2 min read
How To Delete Documents From MongoDB In C# – What You Need To Know

How To Delete Documents From MongoDB In C# – What You Need To Know

Comments
6 min read
Day 15 of 30-Day .NET Challenge: Lazy Initialization

Day 15 of 30-Day .NET Challenge: Lazy Initialization

Comments
2 min read
Simple & quick search for bugs in Unity games (for C# developers)

Simple & quick search for bugs in Unity games (for C# developers)

Comments
8 min read
Kickstart Test-Driven Development with EasyTdd

Kickstart Test-Driven Development with EasyTdd

1
Comments
1 min read
5 Recommended Patterns When Using Cancellation Token in .NET

5 Recommended Patterns When Using Cancellation Token in .NET

1
Comments
5 min read
Earn your C# Certification with new Learning Series

Earn your C# Certification with new Learning Series

19
Comments 1
2 min read
SOLID: Why You Should Learn It

SOLID: Why You Should Learn It

7
Comments 2
2 min read
Asp.Net web api vs Asp.Net core app

Asp.Net web api vs Asp.Net core app

Comments
1 min read
Easy way to get the System Information in .NET

Easy way to get the System Information in .NET

Comments 2
3 min read
Transient, Scoped or Singleton? .NET Dependency Injection Scopes Explained

Transient, Scoped or Singleton? .NET Dependency Injection Scopes Explained

4
Comments 2
1 min read
How it works. 3D Games. A bit about shaders and how the graphics pipeline works in Unity

How it works. 3D Games. A bit about shaders and how the graphics pipeline works in Unity

1
Comments
17 min read
How To Update MongoDB Documents in C# – What You Need To Know

How To Update MongoDB Documents in C# – What You Need To Know

Comments
6 min read
Everything you need to know about Singleton in C# and Unity

Everything you need to know about Singleton in C# and Unity

1
Comments
5 min read
Methods of object interaction in Unity. How to work with patterns and connections in your code

Methods of object interaction in Unity. How to work with patterns and connections in your code

2
Comments
5 min read
Day 14 of 30-Day .NET Challenge: Limit Concurrent Async Operations

Day 14 of 30-Day .NET Challenge: Limit Concurrent Async Operations

1
Comments
2 min read
Mejorando la Observabilidad en ASP.NET Core con OpenTelemetry y Aspire

Mejorando la Observabilidad en ASP.NET Core con OpenTelemetry y Aspire

6
Comments 1
8 min read
Blogger Journey: From Pen to Publish 00:26

Blogger Journey: From Pen to Publish

6
Comments
3 min read
Day 13 of the 30-Day .NET Challenge: ConfigureAwait(false)

Day 13 of the 30-Day .NET Challenge: ConfigureAwait(false)

5
Comments
2 min read
Day 12 of 30-Day .NET Challenge: Azure Functions

Day 12 of 30-Day .NET Challenge: Azure Functions

5
Comments
3 min read
MongoDB in C#: Simplified Guide For Inserting Data

MongoDB in C#: Simplified Guide For Inserting Data

2
Comments
7 min read
Async Event Handlers in C#: What You Need to Know

Async Event Handlers in C#: What You Need to Know

1
Comments
6 min read
Design: Monolitos Modulares - Parte 4

Design: Monolitos Modulares - Parte 4

13
Comments 2
7 min read
Building a Simple Game with Unity 3D

Building a Simple Game with Unity 3D

Comments
2 min read
Day 11 of 30-Day .NET Challenge: Helper Methods — Array

Day 11 of 30-Day .NET Challenge: Helper Methods — Array

5
Comments
3 min read
How to Unzip A File in C#

How to Unzip A File in C#

Comments
5 min read
An in-depth look at C# 10 and performance improvements

An in-depth look at C# 10 and performance improvements

Comments
2 min read
Console.WriteLine in C#: How To Use It

Console.WriteLine in C#: How To Use It

15
Comments 1
6 min read
.NET AI Smart Components

.NET AI Smart Components

2
Comments
1 min read
Using LINQ in C# for Data Manipulation

Using LINQ in C# for Data Manipulation

Comments
2 min read
loading...