Tagged Questions
6
votes
5answers
1k views
Should we bind view to a model property or ViewModel should have it's own..?
I am starting a project with following technical environment :
.Net 4.0, Entity Framework 4.0, WPF with MVVM Architecture
I saw lots of examples on the net, some books with this environment. In some ...