The title tells it all, I need to see how others solve this to get a grasp around it. WebForm applications won't help me, as I don't understand WebForms and it would really confuse me (if possible) even more.
If such a example or framework would fit together with Entity framework it would rock my world.
Edit - Added some info:
WinForms I know well, and that's why I'm hoping for an example that I can relate to.
I have trouble understanding how to get the different structures from my model to my user. Getting plain data from the model is piece of cake, and passing events from Form back to my 'controller' is also easy, so the model gets it's data.
For one model of data I've ended up with 5 different DTO objects as they need different additional data. If this is representing for my solution, I'll end up with about 40 different view interfaces, and then it's becoming difficult to even name them.
So by seeing how others have solved my issues I hope to nail out my own solution on the problem, because right now I'm uncertain if I've missed something and is doing it all wrong.