PreviousNext

C# 9.0: Records

by miguelbernard, 2020-08-18T12:51:41.096Z

Immutability as always been challenging to implement properly in C#, or at least was very painful. C# 9.0 introduces the concept of records which will greatly simplify all of that.

Read More