Ask Your Question
3

What is the naming convention for folders in minimal .NET Core APIs?

asked 2021-04-11 11:00:00 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2021-11-03 00:00:00 +0000

qstack gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-04-11 11:00:00 +0000

Seen: 8 times

Last updated: Nov 03 '21