-
Notifications
You must be signed in to change notification settings - Fork 1
Architecture & Design
Pritesh Patel edited this page Jul 11, 2018
·
5 revisions
-
Ideally, business rules and logic should reside in a separate project, which should not depend on other projects in the application.
-
N-tier architecture
-
Service-oriented architecture
-
Onion architecture / clean architecture
-
Domain-driven design
- Design Patterns
- Repository Pattern