Entity framework separating entities for product and customer specific implementation
- by Codecat
I am designing an application with intention into making it a product line. I would like to extend the functionality across all layers and first struggle is with domain models.
For example, core functionality would have entity named Invoice with few standard fields and then customer requirements will add some new fields to it, but I don't want to…