Introducing C#11: Required properties
Introduction C# 11 improves the initialization of objects and struct. Marking one or more properties…
Read MoreIntroduction C# 11 improves the initialization of objects and struct. Marking one or more properties…
Read MoreIntroduction C# 11 brings new syntax for writing plain text. Instead of relying on string…
Read MoreIntroduction C# is still evolving and C# 10 proposes a new feature : file_scoped namespaces….
Read MoreIntroduction Last year with the release of C# 9, Microsoft introduced records. The record keyword…
Read MoreIntroduction C# 8 has introduced a new pattern: Property pattern. This pattern enables you to…
Read MoreIntroduction Deconstructing an object in C# like JavaScript has been possible in C# for some…
Read More