More than one programmer working on the EF4 model file
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, We might want to use Entity Framework 4 for a project. Everything that we need is in the context. We have a couple of guys working on this project, how do we all work on the model if it creates just 1 file? Is it possible to add additional properties to a class that was created? Also, how would I use classes that I have created already in my project? Lets say I have a User class and a User class that the EF creates, what now? Thanks