DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
Old-School Graphics in C# / .Net 8, Part 2: Fireworks and Advanced Vector Extensions (AVX, SSE)

Old-School Graphics in C# / .Net 8, Part 2: Fireworks and Advanced Vector Extensions (AVX, SSE)

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

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

Comments
1 min read
Everything New in .NET 9: The Ultimate Developer's Guide

Everything New in .NET 9: The Ultimate Developer's Guide

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

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

Comments
1 min read
required Keyword in C#

required Keyword in C#

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

3
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 – Part1 – VS2022

XSD Tools in .NET8 – Part1 – VS2022

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

XSD Tools in .NET8 – Part4 – XsdExe- Advanced

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

XSD Tools in .NET8 – Part5 – XmlSchemaClassGenerator - Simple

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

XSD Tools in .NET8 – Part3 – XsdExe- 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 – Part9 – LiquidXMLObjects- Simple

XSD Tools in .NET8 – Part9 – LiquidXMLObjects- Simple

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

XSD Tools in .NET8 – Part10 – LiquidXMLObjects - Advanced

Comments
9 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 – Part2 – C# validation

XSD Tools in .NET8 – Part2 – C# validation

Comments
4 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
Implementing Chain of Responsibility Pattern in C# : Middleware's Design Pattern

Implementing Chain of Responsibility Pattern in C# : Middleware's Design Pattern

Comments
3 min read
Automate Your C# Library Deployment: Publishing to NuGet and GitHub Packages with GitHub Actions

Automate Your C# Library Deployment: Publishing to NuGet and GitHub Packages with GitHub Actions

Comments
13 min read
Underrated Key Features in C# ( AS, IS, NameOf, Pattern Matching)

Underrated Key Features in C# ( AS, IS, NameOf, Pattern Matching)

Comments
3 min read
The Evolution of .NET: Why It Still Matters in 2024

The Evolution of .NET: Why It Still Matters in 2024

2
Comments
3 min read
Migrating Project from ASP.NET Core MVC to CodeBehind Framework

Migrating Project from ASP.NET Core MVC to CodeBehind Framework

Comments
3 min read
Understanding the Visitor Pattern in C#

Understanding the Visitor Pattern in C#

5
Comments
4 min read
Can I Deploy a Visual Studio Community 2022 Application on Domain PCs Without Licensing Issues?

Can I Deploy a Visual Studio Community 2022 Application on Domain PCs Without Licensing Issues?

Comments 1
1 min read
loading...