Reputation: 597
I have been tasked with switching frameworks and choosing EF as the ORM, but I have been trying to figure out how to do this. I understand the basics of N-Tier, but with our company, we support 15+ applications, and I am trying to understand if we should have separate .EDMX files for each project.
If so, should those be all the in the same project. Would their be a DAL project and multiple .EDMX files, or would there just be one massive .EDMX file with our 100+ tables?
Upvotes: 2
Views: 77
Reputation: 1625
Here is what I would recommend:
There are multiple reasons for splitting the EDMX:
Hope this helps.
Upvotes: 1