From feaa59f594259739c6960d9c9e0e131f9a9d5e69 Mon Sep 17 00:00:00 2001 From: Pierre FERREIRA Date: Sun, 26 Mar 2023 12:23:46 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6ea67e3..63197a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # :alien: Consomation et Développement de services :construction_worker: +![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white) +![JWT](https://img.shields.io/badge/JWT-black?style=for-the-badge&logo=JSON%20web%20tokens) +![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white) #### :steam_locomotive: Comment lancer le projet ? > (Explication...) :construction: From 11e66747835e208485d08a19e9721d51f5ba7b9e Mon Sep 17 00:00:00 2001 From: Pierre FERREIRA Date: Sun, 26 Mar 2023 13:53:56 +0200 Subject: [PATCH 2/2] =?UTF-8?q?:memo:=20r=C3=A9daction=20du=20bar=C3=A8me?= =?UTF-8?q?=20de=20l'Entity=20Framework?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63197a6..38c90b5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,40 @@ # :package: Entity FrameWork :construction_worker: :construction: -(trouver la grille de notation) + +Partie 1 : +* Exo1 : + une base de données + une table de champion + utilisation du client console/mobile + requetes CRUD (+ tri, filtrage) + +* Exo2 : + UT + Base de données stubbée + SQLiteInMemory + +* Exo3 : + Déploiement EF et tests via code#0 + +--- + +Partie 2 : +* Exo4 : + implémentation des runes et skins (1 table -> pas de relation) + +* Exo5 : + Relation entre champion et skin (OneToMany) + +* Exo6 : + Relation entre Champion RunePage et Rune (ManyToMany) + +* Exo7 : + mapping entre model et entité (intégration de qualité) + (en 1 table et avec relations) + +* Exo8 : + Ajouter le paterne UnitOfWork (rollback en cas de probleme sur les transaction) --- # Sujet principal :