https://github.com/hjerpbakk/whatsnewincsharp6
My take on what's new in C# 6.
https://github.com/hjerpbakk/whatsnewincsharp6
csharp visual-studio windows
Last synced: about 1 month ago
JSON representation
My take on what's new in C# 6.
- Host: GitHub
- URL: https://github.com/hjerpbakk/whatsnewincsharp6
- Owner: hjerpbakk
- License: mit
- Created: 2016-01-06T15:15:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T21:07:41.000Z (over 10 years ago)
- Last Synced: 2025-03-21T19:30:54.633Z (over 1 year ago)
- Topics: csharp, visual-studio, windows
- Language: C#
- Homepage: https://hjerpbakk.com/blog/2015/5/1/whats-new-in-c-6-and-visual-basic-14
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What's new in C# 6
My take on what's new in C# 6. New features rankings of usefulness :
1. Getter-only auto-properties
2. Null-conditional operator
3. Expression-bodied members
4. Await in catch and finally blocks
5. nameof expressions
6. String interpolation
7. Using static
8. Exception filters
9. Initializers for auto-properties
10. Improved Initializers
## Example usage of demo console app
- Run the demo application with the wanted demo as argument
- Run without arguments to see a list of available demos
## Slides
https://speakerdeck.com/sankra/whats-new-in-c-number-6