Hi,
I am using EF4. Just a quick question, is this a really good framework? We currently make use of a business and data layer as separate projects. The fact that everything is in 1 file in EF4 is this a good thing? How do you distinguish between your business and data layer?
How is it possible for more than 1 developer to work on a .edmx file? We are a couple of developers working on the project, so maybe 2 developers might need to make changes to this .edmx file. How is this possible?
Is it possible to create more properties than what was created?
How do I incorporate my custom classes to be used in EF4? Lets say I have a User class, and there is a User table, then EF4 will go and create another User class for me.
Thanks Brendan