Tag: C#11
Introducing C#11: Required properties
Introduction C# 11 improves the initialization of objects and struct. Marking one or more properties…
Read MoreIntroducing C#11: Raw string literals
Introduction C# 11 brings new syntax for writing plain text. Instead of relying on string…
Read More