Labels

Saturday, May 4, 2019

C# 8.0

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.
  1. Out variables
  2. Tuples and deconstruction
  3. Pattern matching
  4. Local functions
  5. Expanded expression bodied members
  6. Ref locals and returns
  7. Discards
  8. Binary Literals and Digit Separators
  9. Throw expressions
Now it's time to now what's new new in C# 8.0 (Preview Mode for now).
  1. Pattern matching enhancements:
    • Switch expressions
    • Property patterns
    • Tuple patterns
    • Positional patterns
  2. Using declarations
  3. Static local functions
  4. Disposable ref structs
  5. Nullable reference types
  6. Asynchronous streams
  7. Indices and ranges
More details be added here..............

Hope this helps!!

Arun Manglick

No comments:

Post a Comment