Record types in c# 9
In Domain driven design, we try to make a value object and Entity. All value objects should be immutable, that means, we should not try to change the state of a value object, instead we should always create a new object.
In order to make this happen...
hari.hashnode.dev2 min read