Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is no standard naming convention for folders in minimal .NET Core APIs. However, it is recommended to organize files and folders based on their functionality or purpose to make it easier to maintain and understand the project's structure. Some developers prefer to follow the same folder structure as other .NET projects, such as having separate folders for controllers, models, and services. Others may choose to use a more flat structure with only a few folders for specific features or components. Ultimately, the naming convention and folder structure chosen will depend on the developer's preference and the complexity of the project.