C
Nov 18, 2020C# 9.0 Optional Property in Record
In C# 9.0 record can be declared in two different ways. One with the property and other without. The...
Nov 18, 20201 min read13 reactions3 comments
Tag archive
In C# 9.0 record can be declared in two different ways. One with the property and other without. The...
This init-only property solves a very unique problem of C#. Imagine you have a property which you wan...
In C# often we use class to create a structure for data. They were generic reference type in C#. Now...
To run a C# code now we don't need namespace, main etc. Just run it using System; Console.WriteLi...