Entity framework architecture
Posted
by
user1741807
on Programmers
See other posts from Programmers
or by user1741807
Published on 2012-10-12T17:06:55Z
Indexed on
2012/10/12
21:48 UTC
Read the original article
Hit count: 163
I want to make a entity framework application in Winforms C#.
I'm new to entity framework, and don't know how to make the architecture. I want to have the model in a class library, and a GUI layer, and maybe a controller layer.
I'm used to that architecture, but don't know have to handle the objects in other layers than the model. Have do I manage objects in the gui layer, when I can't have a reference to the model?
I'm used to have some kind of dto, but what's the best way?
© Programmers or respective owner