Introducing C# 10: Record struct
Introduction Last year with the release of C# 9, Microsoft introduced records. The record keyword…
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 MoreIntroduction Microsoft has introduced last year records. Which a new way to declare object. Records…
Read More