Project Structure

.NET TDWebApi Structure

General Structure

Solution gα»“m cΓ‘c project sau


β”œβ”€β”€ src
β”‚   β”œβ”€β”€ Host
|   |   └── Host.csproj
β”‚   β”œβ”€β”€ Core
β”‚   |   β”œβ”€β”€ Application.csproj
β”‚   |   β”œβ”€β”€ Shared.csproj
β”‚   |   └── Domain.csproj
|   β”œβ”€β”€ Infrastructure
|   |   └── Infrastructure.csproj
|   β”œβ”€β”€ Migrators
β”‚   |   β”œβ”€β”€ Migrators.MSSQL.csproj
β”‚   |   β”œβ”€β”€ Migrators.MySQL.csproj
β”‚   |   β”œβ”€β”€ Migrators.PostgreSQL.csproj
β”‚   |   └── Migrators.Oracle.csproj

Host

Project chα»©a API Controllers, cΓ‘c tệp cαΊ₯u hΓ¬nh, config email, logs…

CαΊ₯u trΓΊc:

β”œβ”€β”€ Host
|   β”œβ”€β”€ Configurations
|   β”œβ”€β”€ Controllers
|   β”œβ”€β”€ Email Templates
|   β”œβ”€β”€ Extensions
|   β”œβ”€β”€ Files
β”‚   |   β”œβ”€β”€ Images
β”‚   |   └── Documents
|   β”œβ”€β”€ Localization
|   β”œβ”€β”€ Logs
|   └── appsettings.json

Host project depends on

  • Application
  • Infrastructure
  • Migration Projects

Application

Project chα»©a logic α»©ng dα»₯ng, chα»©a cΓ‘c Abstract Classes vΓ  Interfaces được triển khai trong Infrastructure

CαΊ₯u trΓΊc:

β”œβ”€β”€ Core
|   β”œβ”€β”€ Application
|   |   β”œβ”€β”€ Auditing
|   |   β”œβ”€β”€ Catalog
|   |   β”œβ”€β”€ Common
|   |   β”œβ”€β”€ Dashboard
|   |   β”œβ”€β”€ Identity
|   |   └── Multitenancy

Application project depends on

  • Shared
  • Domain

Domain

Domain project depends on

  • Shared

Like TDWebAPI? ❀️

Here is what you can do to show your support!

Buy me a Coffee β˜•