英文: Gap between updated domain model and previously saved data 问题 Assumption: 使用领域驱动设计方法。 领域模型类包含业务逻...
EF Core与聚合根 – 有没有办法阻止将更改持久化到子实体?
英文: EF Core vs Aggregate Root - Is there a way to prevent persisting changes to child entities? 问题 I...
垂直切片架构特征依赖
英文: Vertical Slice Architecture Feature Dependency 问题 我正在使用干净的架构和不到一年的领域驱动设计(DDD),目前正在考虑使用垂直切片架构来更好地...
在CQRS架构中生成QR代码时使用哪种方法?
英文: What approach to use when generating qr code in CQRS architecture? 问题 I need to generate a qr co...
领域实体关系加载和性能问题
英文: Domain entity relations loading and performance issue 问题 I'm sorry, but I cannot provide a trans...
如何处理在golang中接口和实现它的类型之间不兼容的具体返回类型?
英文: How to handle incompatible concrete return types between an interface and types that implement i...
Why am I getting "Microsoft.Data.SqlClient.SqlException: 'Invalid column name 'WarehouseBatchContentId'" When I am trying to get a WarehouseBatch?
英文: Why am I getting "Microsoft.Data.SqlClient.SqlException: 'Invalid column name 'Ware...
分布式系统中事件的部分顺序实践
英文: Partial ordering of events in distributed system in practice 问题 我们正在使用Symfony Messenger与Amazon S...
如何处理事件驱动架构中与时间相关的事件?
英文: How to handle time-related events in Event Driven Architecture? 问题 我有一个分布式平台,允许客户进行购买,购买的物品存储在库存...
定义一个新类型,其域是另一类型的子集在Scala中
英文: Define new type whose domain is subset of another type in Scala 问题 使用偶数的示例,我想定义一个名为“Even”的类型,其域是...
4