Post long back in 2013 - https://arun-ts.blogspot.com/2013/10/c-50-new-features.html
Revised C# Evolution Matrix:
https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-version-history
Though there is C# 7.0 - 7.3 Released in 2018.
Hope this helps!!
Arun Manglick
Revised C# Evolution Matrix:
https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-version-history
Though there is C# 7.0 - 7.3 Released in 2018.
- Out variables
- Tuples and deconstruction
- Pattern matching
- Local functions
- Expanded expression bodied members
- Ref locals and returns
- Discards
- Binary Literals and Digit Separators
- Throw expressions
- Pattern matching enhancements:
- Switch expressions
- Property patterns
- Tuple patterns
- Positional patterns
- Using declarations
- Static local functions
- Disposable ref structs
- Nullable reference types
- Asynchronous streams
- Indices and ranges
Hope this helps!!
Arun Manglick
No comments:
Post a Comment