Entity framework architecture
- by user1741807
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?