Hi,
We are looking to map about 200+ entities. These equate to about 10 logical (domain) models with entities that have some overlap with some of the other logical (domain) models.
1) How does LLBL Gen handle such large context - performance? Can these be broken out into multiple logical models in the designer with one edmx - if performance is not likely to be hit. Or I guess we would have to attach entities from one context to another?
2) Do you have any examples of STE use with LLBLGen?
3) How can one test STE implementations in "unit" tests - SQLCE, SQLLite? does the generated code from LLBLGen allow one to cater for this - or do we have to make the necessary adjustments to the generated output to handle such testing - any examples?
4) Can we apply both TPT and TPH strategies within a single model? I guess if this were to be possible, it would need to know what descriminator field it should use for TPH.