Good morning everyone! I am studying about mapping (model and viewmodel) using implicit operators. But I had a question: How to organize the viewmodels and mappings within the project? Where should I save classes? Inside the model class file or create a own or even, a folder only for viewmodels? And about the mapping, which "place" should I write the code to?
Thanks in advance for the help!