Posts by Samuel Monteiro • 53 points
3 posts
-
3
votes1
answer164
viewsQ: Where to make the connection to the database?
In the MVVM pattern where I must connect to the database, in View, Model or Viewmodel?
-
2
votes1
answer277
viewsQ: I would like a brief explanation of how to fill a combobox in MVVM standard
I would like a brief explanation of how to fill a MVVM standard combobox. The three parts, Model, View and Viewmodel filled with the table of the Database. Model: class Racas :…
-
0
votes0
answers96
viewsQ: When I change the value of a Combobox they all change
I have a database with two tables, Tab1 and Tab2. On Tab 1 I have Cd_tab1 and Nm_object. In Tab2 I have Cd_tab2, Cd_tab1. The two are related. In my project I have 4 Combobox, all must represent the…