Generic data modelling of products in the Entity Framework (EF)
I present what I consider the best approach to data modelling the real word, by identifying the fundamental aspects of data and applying this to an inherited hierachical data model
I present what I consider the best approach to data modelling the real word, by identifying the fundamental aspects of data and applying this to an inherited hierachical data model
Usually when designing a database there are a few fields in various tables that define things such as type, category, group. Normally these would be sufficiently important to justify their own entity within the database - so for example you'd have a category table.