C# vNext - What could come
C# 11 is in front of our doorsteps. A lot of the features are know, so let us have a look at the future. We will discover some features which could be included in C# 12 or later.
Base for this is the csharplang-repository. So let's discover brand new features and how they could help us in our everyday life. We will see things like:
- Compound assignments in object initializer
- Discriminated unions
- semi-auto properties aka
field
ConfigureAwait(false)
on assembly level- Exponentiation operator