Posts by Felipe Vieira • 61 points
3 posts
-
2
votes1
answer132
viewsQ: Why is it not recommended to use the C# project event with WPF and MVVM?
I am too young for WPF I am doing a project using MVVM and Entity Framework and it has been suggested not to have any event Click to a button in the code behind a window, for what reason? What is…
-
0
votes1
answer701
viewsQ: What is the function of this Mainwindow file?
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…
-
3
votes1
answer811
viewsQ: How to display 2 BD tables inside a Datagridview in the application?
I have an application developed C# using the project Windows Forms that displays the People Database Table in a list in the field DataGridView. However I need to show in DataGridView also the table…