C#C
C#14mo ago
TheUnquiet

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?
image.png
Was this page helpful?