Project divided into multiple parts.
- DB (database MSSQL server)
- DAL (data access layer) (EF Core) (DB first)
- BLL (business logic layer)
- API (.NET Core Web Api)
- Representation layer (Angular SPA e.g Single page application)
Project divided into multiple parts.