News

Until recently, C# did not support immutability out-of-the-box. That changes with the introduction of records in C# 9, which is available for preview in .NET 5.
Learn how you can use value objects in C# to improve the clarity, structure, and maintainability of your code.