New Features in C# 6
C# 6 is the version of C# that ships with VS 2015 Preview. The philosophy behind this version is straightforward: improve simple everyday coding scenarios, without adding much conceptual baggage. The features should make code lighter without making the language heavier. Some features are mostly syntactic sugar (expression-bodied members, string interpolation, nameof), some complete what… Read more
- Tags: await, C# 6.0, Language Features, roslyn