Take C# 8.0 for a spin | .NET Blog
Posted by jpluimers on 2018/12/06
[WayBack] Take C# 8.0 for a spin | .NET Blog: A first-hand look from the .NET engineering teams
Either:
download and install Preview 1 of .NET Core 3.0 and Preview 1 of Visual Studio 2019.
or with Visual Studio Code
[WayBack] Bill Wagner on Twitter: “@cecilphillip @MadsTorgersen @VisualStudio @code Yes, install .NET Core 3 preview, add the 8.0 element and it works fine.”
Then play around with:
- Nullable reference types
- Ranges and indices
- Asynchronous streams
Via: [WayBack] Mads Torgersen on Twitter: “I blogged a little walkthrough of the three major C# 8.0 features (nullable reference types, range and index expressions and async streams) shipping in Preview 1 of @VisualStudio 2019 and Preview 1 of .NET Core 3.0. Hope you like it!https://t.co/4uM7JlSRwE”
–jeroen
Leave a Reply