I have two questions, really.
I see people add a Services folder to their projects. What is the purpose of that folder?
I see the folders for Services and ViewModels. Now I ran across an article about Repositories. So is it the rule that every time I have classes that have a new use, I should create a folder for them? For instance, if I have a Repository class, then I should make a Repository folder and put them in there instead of the Models folder?