关于[C# 9 Records as DDD Value Objects]的摘要:
Today, we’ll talk about the new C# 9 feature, Records, and whether or not they can be used as DDD value objects. C# 9’s Records is a nice feature where the compiler automatically generates a whole bunch of useful boilerplate code for you. For example, for a record like this...
原文地址: https://enterprisecraftsmanship.com/posts/csharp-records-value-objects/