What's new with C# 9?
C# 9 came out over a couple of years ago and only recently did I have a look into what actually changed. A bit late, but it’s always better to be late than never. The first thing that I got really excited about with c# 9 is the addition of the with expression. This seems to follow some javascript syntax that allows one object’s values to be copied very easily, and change a few properties if desired....