DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
An OOP Bootcamp: Introduction

An OOP Bootcamp: Introduction

Comments
3 min read
Using Semaphores for Producer-Consumer Problems

Using Semaphores for Producer-Consumer Problems

Comments
20 min read
How to use HashiCorpVault in a .NET 8 Web Api project

How to use HashiCorpVault in a .NET 8 Web Api project

Comments
1 min read
How to Build a .NET MAUI Barcode Scanner Using IronBarcode

How to Build a .NET MAUI Barcode Scanner Using IronBarcode

Comments
6 min read
Boosting .NET 9 Application Performance: Proven Tips and Techniques

Boosting .NET 9 Application Performance: Proven Tips and Techniques

1
Comments
2 min read
The Power of Function Composition — to Find If an Array Is Special

The Power of Function Composition — to Find If an Array Is Special

1
Comments
3 min read
Designing an Abstract Collection Interface for Pagination in C#

Designing an Abstract Collection Interface for Pagination in C#

1
Comments
3 min read
A .NET TUI for Advent of Code

A .NET TUI for Advent of Code

Comments
5 min read
Game Dev Digest — Issue #259 - Learning Resources

Game Dev Digest — Issue #259 - Learning Resources

Comments
10 min read
Azure OpenAI C# some Learnings

Azure OpenAI C# some Learnings

Comments
1 min read
Streamlining .NET Development with Practical Aspects

Streamlining .NET Development with Practical Aspects

Comments
6 min read
Completing the Paginator Class in C#

Completing the Paginator Class in C#

6
Comments
4 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
為什麼資料庫顯示亂碼?深入探討 Latin1 與 Windows-1252 的編碼衝突

為什麼資料庫顯示亂碼?深入探討 Latin1 與 Windows-1252 的編碼衝突

Comments
1 min read
Dependency Container and Services Lifetimes (На русском)

Dependency Container and Services Lifetimes (На русском)

Comments
1 min read
Code Review (PRs)

Code Review (PRs)

1
Comments
3 min read
Part 3: C# Fundamentals: Operators and Expressions

Part 3: C# Fundamentals: Operators and Expressions

Comments
2 min read
🔎Exploring Design Patterns: Adapter Pattern

🔎Exploring Design Patterns: Adapter Pattern

Comments
1 min read
Las sugerencIAs de código consideradas dañinas

Las sugerencIAs de código consideradas dañinas

Comments 2
3 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
Generics in C#: Flexibility, Reusability, and Type Safety

Generics in C#: Flexibility, Reusability, and Type Safety

1
Comments
3 min read
What is inside Rate Limiting for .NET

What is inside Rate Limiting for .NET

1
Comments
6 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
Pattern matching for everyone (Using in video games)

Pattern matching for everyone (Using in video games)

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
Dica C#: Use Dispose e using para Liberar Recursos

Dica C#: Use Dispose e using para Liberar Recursos

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
Concevoir une application évolutif avec des Interfaces en C#

Concevoir une application évolutif avec des Interfaces en C#

Comments
4 min read
Hidden NET 9 gems

Hidden NET 9 gems

20
Comments
5 min read
Entendendo Modificadores de Acesso em C#

Entendendo Modificadores de Acesso em C#

Comments
2 min read
Master Advanced LINQ in C#: Writing Ultra-Efficient Queries for Massive Datasets

Master Advanced LINQ in C#: Writing Ultra-Efficient Queries for Massive Datasets

Comments
3 min read
C# Fundamentals: Variables and Data Types

C# Fundamentals: Variables and Data Types

Comments
3 min read
Exploring Indexers in C#: Array-Like Access for Custom Types

Exploring Indexers in C#: Array-Like Access for Custom Types

2
Comments
3 min read
Data Structures: Concepts and Implementations – Part 1: Arrays

Data Structures: Concepts and Implementations – Part 1: Arrays

Comments
5 min read
C# 13 novidades

C# 13 novidades

1
Comments
1 min read
Dica C#: Prefira StringBuilder para Concatenar Múltiplas Strings

Dica C#: Prefira StringBuilder para Concatenar Múltiplas Strings

Comments
2 min read
XSD Tools in .NET8 – Part3 – XsdExe- Simple

XSD Tools in .NET8 – Part3 – XsdExe- Simple

Comments
8 min read
XSD Tools in .NET8 – Part9 – LiquidXMLObjects- Simple

XSD Tools in .NET8 – Part9 – LiquidXMLObjects- Simple

Comments
8 min read
XSD Tools in .NET8 – Part7 – LinqToXsdCore - Simple

XSD Tools in .NET8 – Part7 – LinqToXsdCore - Simple

Comments
8 min read
XSD Tools in .NET8 – Part5 – XmlSchemaClassGenerator - Simple

XSD Tools in .NET8 – Part5 – XmlSchemaClassGenerator - Simple

Comments
10 min read
XSD Tools in .NET8 – Part8 – LinqToXsdCore - Advanced

XSD Tools in .NET8 – Part8 – LinqToXsdCore - Advanced

Comments
9 min read
XSD Tools in .NET8 – Part6 – XmlSchemaClassGenerator - Advanced

XSD Tools in .NET8 – Part6 – XmlSchemaClassGenerator - Advanced

Comments
12 min read
XSD Tools in .NET8 – Part10 – LiquidXMLObjects - Advanced

XSD Tools in .NET8 – Part10 – LiquidXMLObjects - Advanced

Comments
9 min read
XSD Tools in .NET8 – Part4 – XsdExe- Advanced

XSD Tools in .NET8 – Part4 – XsdExe- Advanced

Comments
9 min read
XSD Tools in .NET8 – Part2 – C# validation

XSD Tools in .NET8 – Part2 – C# validation

Comments
4 min read
XSD Tools in .NET8 – Part1 – VS2022

XSD Tools in .NET8 – Part1 – VS2022

Comments
6 min read
Any() vs Count, Which one to choose??

Any() vs Count, Which one to choose??

Comments
4 min read
Why I'm Excited for .NET Conf 2024

Why I'm Excited for .NET Conf 2024

1
Comments
3 min read
Experimental attribute in C# is a powerful tool : Let's explore

Experimental attribute in C# is a powerful tool : Let's explore

Comments
3 min read
C++ vs. C#: Why Does C++ Typically Consume Less Memory?

C++ vs. C#: Why Does C++ Typically Consume Less Memory?

Comments
2 min read
Amplitude & frequency (Wave modulation) C# Program

Amplitude & frequency (Wave modulation) C# Program

Comments
3 min read
Building a 3D Game in Unity: From Concept to Completion

Building a 3D Game in Unity: From Concept to Completion

Comments
3 min read
Extension Methods

Extension Methods

Comments
2 min read
Understanding source generators

Understanding source generators

Comments
5 min read
De C# a Go: Logrando Compatibilidad en Codificación AES y Base64

De C# a Go: Logrando Compatibilidad en Codificación AES y Base64

Comments
3 min read
Dependency Injection Container and Service Lifetimes

Dependency Injection Container and Service Lifetimes

1
Comments 2
3 min read
Documenting Your .NET Web API with Swagger: The Fun Guide

Documenting Your .NET Web API with Swagger: The Fun Guide

2
Comments
7 min read
loading...