From 60ce67cf907bb09cf004358a78af9a5c894b93b0 Mon Sep 17 00:00:00 2001 From: Mehrdad Shirvani Date: Sun, 6 Apr 2025 18:02:52 +0330 Subject: [PATCH] vault backup: 2025-04-06 18:02:52 --- .../Session02/Session 02 Document.md | 2 +- 02_ProjectOrientedSessions/Session04.md | 0 .../Session04/Session04.md | 19 +++++++++++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) delete mode 100644 02_ProjectOrientedSessions/Session04.md create mode 100644 02_ProjectOrientedSessions/Session04/Session04.md diff --git a/02_ProjectOrientedSessions/Session02/Session 02 Document.md b/02_ProjectOrientedSessions/Session02/Session 02 Document.md index 147ccbe..7616f07 100644 --- a/02_ProjectOrientedSessions/Session02/Session 02 Document.md +++ b/02_ProjectOrientedSessions/Session02/Session 02 Document.md @@ -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 **Infrastructure layer** handles **database interactions**, so configurations belong here. - + ## Create configuration classes - [ ] Create the classes with this format: `[Entity]Configutaion.cs` - [ ] The class should implement the `IEntityTypeConfiguration<[Entity]>` diff --git a/02_ProjectOrientedSessions/Session04.md b/02_ProjectOrientedSessions/Session04.md deleted file mode 100644 index e69de29..0000000 diff --git a/02_ProjectOrientedSessions/Session04/Session04.md b/02_ProjectOrientedSessions/Session04/Session04.md new file mode 100644 index 0000000..cb1f24d --- /dev/null +++ b/02_ProjectOrientedSessions/Session04/Session04.md @@ -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 +