Creating Database Folder for Database project #16
garywoodfine
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After some experience on a fairly large project we're worked on internally for client. We feel that there is an opportunity to update the API Solution Template with a bit more of a refined approach for the Database projects and what we have name DTO's.
We found that for smaller projects this layout my work well, but we have discovered some frustrations when the Microservice project grows and more complexity is introduced.
We are now proposing to add 2 additional folders to the API Solution Template i.e.
Database Folder
Within the Database folder we will be moving the Database.proj and the Models.proj project files.
Domain Folder
We will be moving the DTO's project into this folder however we will also be renaming the project and namespace to Domain.
Motivation
There are several motivations for making this change:
Beta Was this translation helpful? Give feedback.
All reactions