Modern C# Development: Record Types 101
Hi lovely readers,
Today, we're diving into the world of records in C#—a fairly new addition to the C# language that can simplify your code.
What are Records?
Records were introduced in C# 9. They provide a concise syntax for declaring immutable data...
lovelacecoding.hashnode.dev3 min read