Complex types vs owned entities in EF Core 11: which should you pick?
On EF Core 11, default to complex types for value objects and drop to owned entities only when you need a separate table or a collection mapped to its own rows.
269 posts · Page 8 of 27