Entity Framework v4 examples and tutorials of conceptual model mapping
Posted
by Rody van Sambeek
on Stack Overflow
See other posts from Stack Overflow
or by Rody van Sambeek
Published on 2010-05-02T18:22:36Z
Indexed on
2010/05/02
18:28 UTC
Read the original article
Hit count: 356
In an application I'm writing I have a fairly complicated Database model. I'd like to use EF4 to map this to a whole lot nicer conceptual model. However all the tutorials I've read are with samples of 2 or 3 tables which all map 1 on 1 to the conceptual model.
I'd like to learn how to correctly map the database model to a different conceptual model using VS 2010. However I can't find any good tutorials or (preferabally) instruction video's.
Somebody got any tips, links or even books?
© Stack Overflow or respective owner