DEV Community

C#

Official tag for the C# programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Code Structure with Dapper and Dapper.Contrib

Code Structure with Dapper and Dapper.Contrib

Comments
3 min read
[PT_BR] Repositório Genérico com Dapper.Contrib

[PT_BR] Repositório Genérico com Dapper.Contrib

Comments
4 min read
Understanding NotNullWhen in C#

Understanding NotNullWhen in C#

2
Comments
3 min read
Attributes for Null-State Static Analysis in C#

Attributes for Null-State Static Analysis in C#

2
Comments
4 min read
Getting Started with FastEndpoints for Building Web APIs in .NET

Getting Started with FastEndpoints for Building Web APIs in .NET

1
Comments
6 min read
C# <-> JSON|XML

C# <-> JSON|XML

Comments
5 min read
Comprehensive Testing in .NET 8: Using Moq and In-Memory Databases

Comprehensive Testing in .NET 8: Using Moq and In-Memory Databases

9
Comments
4 min read
Mastering Dependency Injection in .NET 8: Best Practices and Proven Patterns for Cleaner Code

Mastering Dependency Injection in .NET 8: Best Practices and Proven Patterns for Cleaner Code

5
Comments
2 min read
Which ORM Do You Prefer: 𝗗𝗮𝗽𝗽𝗲𝗿 or 𝗘𝗙 𝗖𝗼𝗿𝗲?

Which ORM Do You Prefer: 𝗗𝗮𝗽𝗽𝗲𝗿 or 𝗘𝗙 𝗖𝗼𝗿𝗲?

5
Comments
3 min read
Top 10 C# open-source projects on Github

Top 10 C# open-source projects on Github

13
Comments
3 min read
You should know these different execution types in LINQ before writing in C#

You should know these different execution types in LINQ before writing in C#

2
Comments 2
2 min read
⚙️ Pro Tip: Use ref Locals and Returns for Performance Optimization

⚙️ Pro Tip: Use ref Locals and Returns for Performance Optimization

Comments
1 min read
NET6 - C# DistinctBy

NET6 - C# DistinctBy

3
Comments 1
6 min read
🔐 How to Implement OAuth 2.0 Authentication in ASP.NET Core with External APIs

🔐 How to Implement OAuth 2.0 Authentication in ASP.NET Core with External APIs

12
Comments 3
3 min read
Layered Architecture (N-Tier)

Layered Architecture (N-Tier)

Comments
5 min read
Building a Console-Based Calculator in C#

Building a Console-Based Calculator in C#

6
Comments 2
2 min read
Secure Game Authentication: Encryption Techniques and their Role in Unity Game Development

Secure Game Authentication: Encryption Techniques and their Role in Unity Game Development

Comments
6 min read
Understanding and Writing Methods in C#

Understanding and Writing Methods in C#

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

4
Comments
3 min read
Rop.Results9 is a result/error discriminated union for .NET9

Rop.Results9 is a result/error discriminated union for .NET9

Comments
7 min read
Dica C#: Use const para Valores Verdadeiramente Constantes

Dica C#: Use const para Valores Verdadeiramente Constantes

Comments
2 min read
C# Tip: Use const for Truly Constant Values

C# Tip: Use const for Truly Constant Values

Comments
1 min read
Static Classes vs. Instance-Based Classes in C#

Static Classes vs. Instance-Based Classes in C#

8
Comments
4 min read
Methods and Functions in C#: Writing Clean, Maintainable Code

Methods and Functions in C#: Writing Clean, Maintainable Code

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

Part 2: C# Fundamentals: Variables and Data Types

Comments
3 min read
loading...