Modeling: contracts, DTOs, entities, value objects, and the best practices in .NET core
Modeling: contracts, DTOs, entities, value objects
Contracts (API surface)
Purpose: What your API promises to clients (request/response models).
Shape: Prefer immutable record types with init-only pr
nova-globen.hashnode.dev8 min read