Silverlight and MV(VM) Pattern - No Code-Behind - Is this possible?
Posted
by user118190
on Stack Overflow
See other posts from Stack Overflow
or by user118190
Published on 2010-05-07T16:26:09Z
Indexed on
2010/05/07
17:38 UTC
Read the original article
Hit count: 172
Silverlight
|mvvm
I am working on Silverlight 3.0 and currently using code-behind in my Views. I would like to implement the MV(VM) pattern into my project as the project is growing. I have seen some WPF projects where the code-behind has NO CODE except for the InitializeComponent method, which I believe is the right way to go and just looks clean. Is this possible in Silverlight 3.0, that is, no code-behind?
Can anyone point me to some good Silverlight (3.0) MV(VM) tutorials / articles?
© Stack Overflow or respective owner