What is the folder structure for a .NET project

Meera Reddy 0 Reputation points
2023-06-19T12:27:32.06+00:00

What is the current folder structure for C#.NET. I want to create APIs in this project and no UI.

Developer technologies .NET Other
Developer technologies C#
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,586 Reputation points Volunteer Moderator
    2023-06-19T22:05:36.23+00:00

    The proper project type would be a class project. Depending on what you have planned would dictate the actual folder structure e.g. you may have a Classes folder and a Models folder for instance.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.