I am about to create a ViewModel to pass some data to a View. So if the application structure is convention based. Where are the ViewModel definitions to be kept.
I could create a new directory called ViewModels, but what is the RIGHT way.
I am about to create a ViewModel to pass some data to a View.
Share
I don’t think there’s a widely accepted convention for this.
I have ‘ViewModels’ folder too.