Skip to content

Instantly share code, notes, and snippets.

@IEvangelist
Last active January 5, 2018 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IEvangelist/e20ec4654cf5965af40156f22be6edad to your computer and use it in GitHub Desktop.
Save IEvangelist/e20ec4654cf5965af40156f22be6edad to your computer and use it in GitHub Desktop.

What's new in C#

The C# language team has been making some awesome improvements. In March 2017, we were given C# 7. This major release brought some powerful features such as: pattern-matching, tuple literals/deconstruction, and local functions to name a few. Since then the team introduced the notion of point releases. Expect to learn about all the features of C# 7, as well as the C# 7.1 and 7.2 point releases. Additionally, we'll take a look at the plan for C# 8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment