What is new features and improvements in C# Language Version 11?
C# 11 was released in 2021 and includes several new features and improvements. Here are some of the key new features introduced in C# 11.
What's new in C# 11?
1. Raw string literals
2. Required members
3. List patterns extend pattern matching to match sequences
of elements in a list or an array.
4. File local types.
5. Auto-default structs.
For more details :
Comments
Post a Comment