C# and record types
Mar 13, 2023 · 7 min read · Records provide a way to create and work with structured data in a more efficient and organized manner. In this article, I will explore what C# records are and how they can be used to improve the design and functionality of your code. Records were in...
Join discussion