0
According to the project below:
http://www.macoratti.net/11/06/pp_mvvm1.htm
I know that the purpose of the Main function is to be the main function but in the example presented above the Mainwindow file is also doing the function of presenting the layout this function should not belong to the View? In this context as I would add one more form, acceptable to .NET. By the concept I absorbed it was that I should add one more Mainwindow-style file to add the layout of the second form I wish to assign to the project, this would be correct. After all the function of this Mainwindow file presenting the Layout is correct?
Following this line of reasoning the Mainwindow equates to the Form1 of a winforms application. Then in the View folder would enter only what is equivalent to the winforms controls?
– Felipe Vieira
View ? folder you can create multiple... View, Model and Controller standardization only in MVC, for web.
– Rovann Linhalis
View folder referring to the MVVM concept applied over the WPF template.
– Felipe Vieira
I understood from what I read here: https://msdn.microsoft.com/en-us/library/hh848246.aspx?f=255&MSPPError=-2147217396 your View then would be the
Window
wpf shampooing, that’s all.– Rovann Linhalis