C
Chris Kennedy
I would like to use the EF to do better modelling than just table to type
mapping. For instance I want entities that map across several tables. One
potential problem is keeping the EDM synchronised across developers. If a
developer makes a change to a custom class on one machine and another makes
a similar change on their machine one change could overwrite the other. With
table to type it's easier as their is always a one to one mapping with the
database. Can anyone suggest any approaches. This is what I will be looking
at:
1. Lock the EDM in VSS source control (I could see this being a problem)
2. Some kind of merge approach - a little like subversion - is there a way
to do this?
3. Use EDM's in a more modular way to reduce locking
Does anyone have any experience of this. It's a fairly broad problem and not
just EF. Regards, Chris.
mapping. For instance I want entities that map across several tables. One
potential problem is keeping the EDM synchronised across developers. If a
developer makes a change to a custom class on one machine and another makes
a similar change on their machine one change could overwrite the other. With
table to type it's easier as their is always a one to one mapping with the
database. Can anyone suggest any approaches. This is what I will be looking
at:
1. Lock the EDM in VSS source control (I could see this being a problem)
2. Some kind of merge approach - a little like subversion - is there a way
to do this?
3. Use EDM's in a more modular way to reduce locking
Does anyone have any experience of this. It's a fairly broad problem and not
just EF. Regards, Chris.