C# 6.0 New Features - Conclusion
Conclusion and List of Posts
General consensus is that the new features are just small increments to improve productivity. They will help to clean up existing code. Less code is helpful to focus on the actual business logic instead of the clutter caused by the language.
For easy navigation I listed the links for all the previous posts:
Table of contents
- C# 6.0 New Features - Introduction
- Auto-Properties with Initializers
- Using statements for static classes
- Expression-bodied methods
- String interpolation
- Index initializers
- Null-conditional operators
- nameof operator
- Exception-handling improvements