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 Write Tests in 5 Steps & TDD Explained

How to Write Tests in 5 Steps & TDD Explained

Comments
3 min read
What's New in C# 14: User-Defined Compound Assignments

What's New in C# 14: User-Defined Compound Assignments

Comments
5 min read
C# LeetCode 101: Symmetric Tree

C# LeetCode 101: Symmetric Tree

Comments
2 min read
C# LeetCode 83: Remove Duplicates from Sorted List

C# LeetCode 83: Remove Duplicates from Sorted List

Comments
1 min read
C# LeetCode 35: Search Insert Position

C# LeetCode 35: Search Insert Position

Comments
2 min read
C# LeetCode 66: Plus One - (Easy)

C# LeetCode 66: Plus One - (Easy)

Comments
2 min read
C# LeetCode 94: Binary Tree Inorder Traversal - (Easy)

C# LeetCode 94: Binary Tree Inorder Traversal - (Easy)

Comments
2 min read
Reflection in C# : What It Is, How It Works, and Why It Matters for Unity Developers

Reflection in C# : What It Is, How It Works, and Why It Matters for Unity Developers

1
Comments
2 min read
Supercharging EF Core Specifications with EF.CompileQuery

Supercharging EF Core Specifications with EF.CompileQuery

3
Comments
4 min read
.NET Barcode SDK Tutorial: Build a Barcode Generator & Reader App with ZXing and Dynamsoft API

.NET Barcode SDK Tutorial: Build a Barcode Generator & Reader App with ZXing and Dynamsoft API

Comments
6 min read
C# LeetCode 28: Find the Index of the the First Occurrence in a String

C# LeetCode 28: Find the Index of the the First Occurrence in a String

1
Comments
1 min read
C# LeetCode 100: Same Tree - (Easy)

C# LeetCode 100: Same Tree - (Easy)

Comments
2 min read
C# LeetCode 69: Sqrt(x)

C# LeetCode 69: Sqrt(x)

Comments
2 min read
C# LeetCode: 27 Remove Element

C# LeetCode: 27 Remove Element

Comments
2 min read
C# LeetCode 58: Length of Last Word

C# LeetCode 58: Length of Last Word

Comments
1 min read
C# LeetCode 21: Merge Two Sorted Lists

C# LeetCode 21: Merge Two Sorted Lists

Comments
2 min read
C# LeetCode 14: Longest Common Prefix

C# LeetCode 14: Longest Common Prefix

Comments
1 min read
Setup PocketBase For Your Integration Tests with TestContainers and xUnit

Setup PocketBase For Your Integration Tests with TestContainers and xUnit

3
Comments
5 min read
C# LeetCode 13: Roman To Integer - (Easy)

C# LeetCode 13: Roman To Integer - (Easy)

Comments
3 min read
DotNet basics: What is Spaghetti Code?

DotNet basics: What is Spaghetti Code?

Comments
2 min read
Understanding Space and Time Complexity in Software Development

Understanding Space and Time Complexity in Software Development

Comments
7 min read
C# Tip: Should You Use .ToList() or .ToArray()?

C# Tip: Should You Use .ToList() or .ToArray()?

1
Comments
1 min read
Stop Looping: Use Dictionary for Fast Entity Access in .NET

Stop Looping: Use Dictionary for Fast Entity Access in .NET

Comments
2 min read
String Manipulation in C#

String Manipulation in C#

Comments
2 min read
🚀Fundamentos do F#-Primeiros passos!

🚀Fundamentos do F#-Primeiros passos!

Comments
2 min read
loading...