.NET & C# ยท C#
How would you handle an interview scenario involving records and immutability?
For an integration event that should not change after publication, a record with init-only properties is a strong default.
For an integration event that should not change after publication, a record with init-only properties is a strong default.