C# by Examples
Simple Code Snippets
Tags
Regex Tester
About
Privacy
Back to Home
Examples tagged with
#modern-csharp
Delegates, lambdas, Func, and Action in C#
#fundamentals
#modern-csharp
Pattern matching in C# — is, switch, property, and list patterns
#fundamentals
#modern-csharp
#patterns
C# record types — record vs class, with expressions, and immutability
#fundamentals
#modern-csharp
C# Span<T> and Memory<T> — zero-allocation slicing and high-performance buffers
#performance
#modern-csharp