C
C#2w ago
Yarden

I have created an ASP.NET project (not done yet) and I don't know how to organize the folders inside

Are the folders of "Models", "View" and "Controllers" suppose to contain everything else? The picture shows how my structure looks like right now, (I don't have View since I don't use razor pages), am I suppose to put all of the other folders inside Models? Or Models only include the files of the models (how the database looks like kind of)?
No description
2 Replies
Pobiega
Pobiega2w ago
I personally prefer to group my things by what they do instead of what they are its often called VSA, Vertical Slice Architecture but this is fairly common too
Yarden
YardenOP2w ago
Ohh ok So I'm not wrong in my structure then I'll read about it Thank you 🙏 🤗

Did you find this page helpful?