An open API service indexing awesome lists of open source software.

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.

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