Category: C#
Introducing C#11: Newlines in string interpolation expressions
Introduction C# 11 brings an improvement on string interpolation. Previously it was impossible, apart from…
Read MoreIntroducing 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 MoreIntroducing C# 10: File-scoped namespaces
Introduction C# is still evolving and C# 10 proposes a new feature : file_scoped namespaces….
Read MoreIntroducing C# 10: Record struct
Introduction Last year with the release of C# 9, Microsoft introduced records. The record keyword…
Read More