Tag: C# 10
Introducing 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 MoreIntroducing C# 10: Extended property patterns
Introduction C# 8 has introduced a new pattern: Property pattern. This pattern enables you to…
Read MoreIntroducing C# 10: Mix declarations and expressions in a deconstruction
Introduction Deconstructing an object in C# like JavaScript has been possible in C# for some…
Read MoreIntroducing C# 10: Seal overriden ToString() method on records
Introduction Microsoft has introduced last year records. Which a new way to declare object. Records…
Read More