Need help on deciding which approach is better for my new project
I am setting up a new .net core project(Migrating old webapi project to .net core) where I need help with the project structure.
I have around 80 modules which I can be split into multiple small units in order to go with microservice architechture but with maintenance point of view what I did is I created one host project, one shared project and one modules folder.