GeekArticles
Microsoft
C#
Microsoft
C#Creating an immutable value object in C# - Part I - Using a class
C# Senior PM Luca Bolognese describes how explains that an immutable value object is a value object that cannot be changed. You cannot modify its state: you have to create new ones.
Related Topics
