What type of 3 layered architecture should I use
I'm building a project with the following techstack:
ASP.NET
EF Core
SQL Server
React
I need to use a 3 tier architecture, I'd like some advice on where to place the project references
api layer knows business layer & data layer knows business layer or is there a better choice?
1 Reply
why do you need to use a 3 tier architecture?