Skip to content

๐Ÿ“… C# โ€“ Versions

VersionYearKey Features
1.02002Classes, structs, enums
2.02005Generics, Nullable types
3.02007LINQ, Lambdas, Auto-properties
4.02010Dynamic, Named/Optional params
5.02012async/await
6.02015String interpolation, nameof, Null-conditional
7.02017Tuples, Pattern matching
7.12017async Main, default literal
7.22017ref readonly, in parameters
7.32018stackalloc in more places
8.02019Switch expressions, Nullable Reference Types
9.02020Records, Init-only, Top-level statements
10.02021Global usings, File-scoped namespaces
11.02022Required members, Raw string literals
12.02023Primary constructors, Collection expressions
13.02024Partial properties, field in property accessors

Tip: Feature pages include before/after examples and pitfalls.