Setting up for MVVM
MVVM is as much a way to organize your files and folders as it is an architectural approach. To get started using MVVM we’ll do two things:
- Create the folders.
- Download the associated Community Toolkits.
Creating folders
We will be creating three folders. Before I tell you the names of these folders, I should say there is some disagreement about what exactly to name them. Table 4.1 shows the folder names and their alternatives:
Name we’ll use |
Alternative 1 |
Alternative 2 |
|
|
|
|
|
|
|
|
Table 4.1 – Naming the folders
As you can see, the key difference is whether or not...