Eduardo Bagarrão
Where to place Settings classes that are populated with appsettings.json in a N-layer achitechture?
In that case I only need it(for now) on the Audit layer, but I'll need it at least on the Infraestructure too. But it's bad practice to place Settings folder in more than one project right?
20 replies
Where to place Settings classes that are populated with appsettings.json in a N-layer achitechture?
Thank you so much for the answer 👍 The idea is to create a layered architechture(I'm still learning this). Should I put everything in only three projects(Presentation, Business and Infraestructure) and folders inside then? But about the Settings, in which layer they should be added?
20 replies