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)?

2 Replies