Whats so bad about binding your View to Property of a Model and NOT ViewModel ??
Posted
by msfanboy
on Stack Overflow
See other posts from Stack Overflow
or by msfanboy
Published on 2010-04-21T18:18:45Z
Indexed on
2010/04/21
18:23 UTC
Read the original article
Hit count: 228
Hello,
I often hear a Model must be wrapped by a ViewModel that the View is not coupled to the Model/not aware of it.
With MVC it is common to bind the View to the Model... nobody complains so what ?
I am frightened of creating all that wrappers and doing nearly only duplicating property stuff.
© Stack Overflow or respective owner