C# 9.0: Records – Work With Immutable Data Classes
In the previous blog posts you learned about different C# 9.0 features:
In this blog post, let's look at another very interesting feature of C# 9.0 that is called record types or just records.
(more…)