Features of C# — a practical guide to features of C# with clear examples you can reuse in real projects.
C# Tutorial Series (3/121). Prefer one article? Read the complete C# tutorial.
Short description
Modern C# includes records, pattern matching, nullable reference types, and top-level statements.
Feature highlights
Garbage collection
Properties / events
LINQ
async/await
Generics
Pattern matching
Nullable reference types