All-in-One App
N-Layer
Clean Architecture Layers
Clean Architecture 可以选择使用DDD设计或者不使用。
代码组织
AppCore
- Entities
- Interfaces
- services
- Dtos
- Specifications
- Exceptions--异常
Infrastructure
- EF Core
- Data access(Repositories)
- Infrastructure-specific services
UI
- Controllers
- Filters
- Pages
- Services
- Views
- ViewModels
- Startup