Skip to content

Demonstrating some of the new language features in C#7

License

Notifications You must be signed in to change notification settings

jmurkoth/CSharp7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C#7 Features

Sample project to demonstrate some of the new language features in C#7. This Project looks at the following features

  • Tuples
  • Out variable changes
  • Pattern matching
  • Switch statement with pattern matches
  • Deconstruct
  • Digit Separator
  • Binary Literal
  • Return as reference
  • Local Methods
  • Throw Expressions

See this blog post for reference

Change log

03-12-2017

Enhancements:

  • Updated to use VS 2017 RTM
  • Updated reference System.ValueTuple to use the RTM version

12-27-2016

Enhancements:

  • Updated to use VS 2017 RC1
  • Included the features like throw expressions

Prerequisites

  1. Visual Studio 2017 RC1

About

Demonstrating some of the new language features in C#7

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages