DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Understanding WebSockets: Real-Time Communication Made Simple

Understanding WebSockets: Real-Time Communication Made Simple

Comments
3 min read
The importance of release testing & questionable compiler optimizations

The importance of release testing & questionable compiler optimizations

Comments
1 min read
Game Dev Digest — Issue #260 - Effect Breakdowns, Networking, and more

Game Dev Digest — Issue #260 - Effect Breakdowns, Networking, and more

Comments
14 min read
Simplifying Multiple Condition Checks in C# ForEach Loops

Simplifying Multiple Condition Checks in C# ForEach Loops

Comments
3 min read
A Brief Guide to Implementing Pagination in a C# Endpoint

A Brief Guide to Implementing Pagination in a C# Endpoint

Comments
2 min read
Implement a Time-based Service in .NET 8 using IHostedService Interface🔍

Implement a Time-based Service in .NET 8 using IHostedService Interface🔍

22
Comments 10
4 min read
Introduction of c sharp

Introduction of c sharp

Comments
1 min read
The End of Microsoft's Monopoly on ASP.NET

The End of Microsoft's Monopoly on ASP.NET

Comments
1 min read
How to Optimize Loops for Better Performance

How to Optimize Loops for Better Performance

Comments
3 min read
Por onde anda o WPF?

Por onde anda o WPF?

Comments
3 min read
Embark on the Code Crusade: A JavaScript Developer’s Venture into C#

Embark on the Code Crusade: A JavaScript Developer’s Venture into C#

Comments
6 min read
MSBuild and .NET Project Files Explained

MSBuild and .NET Project Files Explained

6
Comments
6 min read
How can one code line crash application? Looking for issues and vulnerabilities in ScreenToGif

How can one code line crash application? Looking for issues and vulnerabilities in ScreenToGif

Comments
9 min read
PandApache version 3.4 est la !

PandApache version 3.4 est la !

Comments
8 min read
Part 4: Control Flow in C#

Part 4: Control Flow in C#

Comments
2 min read
OOP-Camp 4.1: The Secret Lives of Primitive Types

OOP-Camp 4.1: The Secret Lives of Primitive Types

1
Comments
5 min read
Implementing Long Polling in .NET for Real-Time Communication

Implementing Long Polling in .NET for Real-Time Communication

1
Comments
3 min read
Boosting Developer Productivity with .NET 9 SDK: Essential Tools and Features

Boosting Developer Productivity with .NET 9 SDK: Essential Tools and Features

Comments
2 min read
Dynamic Data Handling in C#: Resizing Collections with List<T>

Dynamic Data Handling in C#: Resizing Collections with List<T>

Comments
4 min read
Introduction to Arrays

Introduction to Arrays

Comments
3 min read
Request of help firebase

Request of help firebase

Comments
1 min read
OOP Bootcamp 2: The Why of OOP

OOP Bootcamp 2: The Why of OOP

Comments
12 min read
i18n e ASP.NET Core Web API

i18n e ASP.NET Core Web API

Comments
3 min read
I am a beginner in C# and I want a complete learning path to become a backend

I am a beginner in C# and I want a complete learning path to become a backend

Comments
1 min read
JSON#

JSON#

Comments
6 min read
Advent of Code '24 - Day 10: Hoof It

Advent of Code '24 - Day 10: Hoof It

2
Comments
2 min read
An OOP Bootcamp: Introduction

An OOP Bootcamp: Introduction

Comments
3 min read
HTML2PDF.Lib: A melhor forma de converter HTML para PDF com .Net

HTML2PDF.Lib: A melhor forma de converter HTML para PDF com .Net

12
Comments
7 min read
Have you tried Blob Storage for Files in Azure with the .NET Application

Have you tried Blob Storage for Files in Azure with the .NET Application

1
Comments
3 min read
Step-by-Step Guide: Write Your First AI Storyteller with Ollama (llama3.2) and Semantic Kernel in C#

Step-by-Step Guide: Write Your First AI Storyteller with Ollama (llama3.2) and Semantic Kernel in C#

7
Comments 2
5 min read
Azure OpenAI C# some Learnings

Azure OpenAI C# some Learnings

Comments
1 min read
Advent of Code 2024: Day 12: Garden Groups

Advent of Code 2024: Day 12: Garden Groups

3
Comments
3 min read
Streamlining .NET Development with Practical Aspects

Streamlining .NET Development with Practical Aspects

Comments
6 min read
Reflection

Reflection

Comments
3 min read
Generics

Generics

Comments
2 min read
Aprenda Lógica de Programação

Aprenda Lógica de Programação

Comments
1 min read
RabbitMQ: Fanout Exchange Pattern.

RabbitMQ: Fanout Exchange Pattern.

Comments
3 min read
Blazor and Single-Page Applications (SPA)

Blazor and Single-Page Applications (SPA)

1
Comments
3 min read
ç‚ș什éșŒèł‡æ–™ćș«éĄŻç€șäș‚çąŒïŒŸæ·±ć…„æŽąèšŽ Latin1 與 Windows-1252 çš„ç·šçąŒèĄçȘ

ç‚ș什éșŒèł‡æ–™ćș«éĄŻç€șäș‚çąŒïŒŸæ·±ć…„æŽąèšŽ Latin1 與 Windows-1252 çš„ç·šçąŒèĄçȘ

Comments
1 min read
Upgrading to .NET 9: The Ultimate Migration Guide for Developers

Upgrading to .NET 9: The Ultimate Migration Guide for Developers

2
Comments
3 min read
Dependency Container and Services Lifetimes (На руссĐșĐŸĐŒ)

Dependency Container and Services Lifetimes (На руссĐșĐŸĐŒ)

Comments
1 min read
Part 9: Exception Handling in C#

Part 9: Exception Handling in C#

7
Comments
3 min read
Understanding Task.Run in C#

Understanding Task.Run in C#

4
Comments
4 min read
Refactoring: The Art of Crafting Cleaner, Smarter, and More Maintainable Code

Refactoring: The Art of Crafting Cleaner, Smarter, and More Maintainable Code

4
Comments
3 min read
Understanding SOLID Principles with C# (short intro)

Understanding SOLID Principles with C# (short intro)

Comments
2 min read
First-Time Game Developing

First-Time Game Developing

16
Comments 9
1 min read
Fast Memory Copying in C#/.NET (Cache, AVX, Threads, Unsafe, Alternatives)

Fast Memory Copying in C#/.NET (Cache, AVX, Threads, Unsafe, Alternatives)

2
Comments
4 min read
🔎Exploring Design Patterns: Adapter Pattern

🔎Exploring Design Patterns: Adapter Pattern

Comments
1 min read
Two Alternatives to Assertion Messages — and Two Ideas if You Do Want To Keep Them

Two Alternatives to Assertion Messages — and Two Ideas if You Do Want To Keep Them

9
Comments
2 min read
.NET MAUI Google Drive OAuth on Windows and Android

.NET MAUI Google Drive OAuth on Windows and Android

Comments 1
8 min read
Game Dev Digest — Issue #258 - Graphics Resources, Optimization, and more

Game Dev Digest — Issue #258 - Graphics Resources, Optimization, and more

Comments
9 min read
How To Replace Exceptions with Result Pattern in .NET

How To Replace Exceptions with Result Pattern in .NET

Comments 1
7 min read
Handling Recipient SMS Replies with Twilio and .NET

Handling Recipient SMS Replies with Twilio and .NET

Comments
2 min read
Gathering Keypad Input in Voice Calls with Twilio and .NET

Gathering Keypad Input in Voice Calls with Twilio and .NET

Comments
3 min read
Understanding Collections in .NET: A Guide to Simplicity and Abstraction

Understanding Collections in .NET: A Guide to Simplicity and Abstraction

1
Comments
4 min read
GpuScript: C# is no longer just for the CPU.

GpuScript: C# is no longer just for the CPU.

5
Comments
13 min read
[ASP.NET Core] Try reading a word processing file by OpenXML 1

[ASP.NET Core] Try reading a word processing file by OpenXML 1

3
Comments
3 min read
Not everything is a Mock, let's explore Test Doubles

Not everything is a Mock, let's explore Test Doubles

5
Comments
3 min read
Unveiling the Latest in C# 13: Key Features and Enhancements

Unveiling the Latest in C# 13: Key Features and Enhancements

Comments
2 min read
C# Tip: Use Dispose and using to Release Resources

C# Tip: Use Dispose and using to Release Resources

Comments
2 min read
loading...