Official directory structure guidelines?
Where I can find an official guideline to structuring your application? After generating the standard Web API with .NET Core, the structure seems a little messy. My controllers directory sits at the same level as bin and obj... is that normal? Shouldn't code be inside src or lib?
0 comments:
Post a Comment