vault backup: 2025-04-06 18:02:52
This commit is contained in:
@@ -16,7 +16,7 @@ https://learn.microsoft.com/en-us/ef/core/modeling/
|
|||||||
- The **Domain layer** should be **clean** (only entities, no database-related logic).
|
- The **Domain layer** should be **clean** (only entities, no database-related logic).
|
||||||
- The **Infrastructure layer** handles **database interactions**, so configurations belong here.
|
- The **Infrastructure layer** handles **database interactions**, so configurations belong here.
|
||||||
|
|
||||||
|
|
||||||
## Create configuration classes
|
## Create configuration classes
|
||||||
- [ ] Create the classes with this format: `[Entity]Configutaion.cs`
|
- [ ] Create the classes with this format: `[Entity]Configutaion.cs`
|
||||||
- [ ] The class should implement the `IEntityTypeConfiguration<[Entity]>`
|
- [ ] The class should implement the `IEntityTypeConfiguration<[Entity]>`
|
||||||
|
|||||||
@@ -0,0 +1,19 @@
|
|||||||
|
# 00 The unedited conversation with Chat GPT, concerning almost all of the aspects of this session:
|
||||||
|
(optional): read this to get a better understanding of the topic:
|
||||||
|
https://chatgpt.com/share/67f18460-1c1c-8010-bc57-9f3b683ec87a
|
||||||
|
|
||||||
|
|
||||||
|
# DTO (Ali)
|
||||||
|
|
||||||
|
# Repository Code (Ali)
|
||||||
|
# AutoMapper (Ali)
|
||||||
|
# Result & Result Status (Amin)
|
||||||
|
|
||||||
|
# IService & Service (Amin)
|
||||||
|
|
||||||
|
# Controller (Amin)
|
||||||
|
|
||||||
|
# Seed Data
|
||||||
|
|
||||||
|
# Test -> Postman
|
||||||
|
|
||||||
Reference in New Issue
Block a user