Simple but usefull examples of features of C# 6.0 Implemented using Visual Studio Code and .NET CORE.
For configuring VS Code with .NET core click this link
This project does not cover all the new features of the C# 6.0, but does has some good basic code examples.
- 1.1 String Interpolation
- 1.2 Null Conditional Operator
- 1.3 NameOf Operator
- 1.4 Expression Bodies
- 1.5 Exception Filters
- 1.6 Index Initializers
- 1.7 Using Static
- 1.8 Auto Property Initializer
- 1.9 Overload
- 2.0 Read-only Auto-properties
The following C#6 features were not covered in code.