C#9 Features (part 2)
In my last post I wrote about some cool features of C#9. You can find that post here. However while looking through the list I found some other cool ones. So here is another post with them.
In my last post I wrote about some cool features of C#9. You can find that post here. However while looking through the list I found some other cool ones. So here is another post with them.
When listening to a DotNetRocks episode I heard Mads Torgersen say that for C#9 immutability improvements are a large part of the new features. Today we take a look at two of those features “init” properties and “records”. Let’s get started.