I am currently working on a structure for a base project which I would like to extend from for the customers.
That means if there are no changes I would have something like a core model project and a customer model project which just has empty classes that extend the base model classes, but if there is a change that is only relevant for the customer I would just do a change for the customer model project.
Would this work with DevForce (EF) code first?
Edited by Thomas - 16-May-2012 at 3:48am