From 125e403abd51f94acdb91a581f94e93b14dca376 Mon Sep 17 00:00:00 2001 From: DreamFXX Date: Thu, 13 Feb 2025 09:56:49 +0100 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 37141b9..098ad45 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -15,23 +15,25 @@ In case you dont know your connection string, use "localhost" as your server nam 2. Create filebase and structure for this project 3. Create Models in Models directory 4. Create DbContext for this application - - I found out that Entity Framework Core in console applications is slightly different than ASP.NET Web EF implementation. + - I found out that Entity Framework Core in console apps is different compared to webapps - I was searching, digging and finally found how to create DbContextFactory! 5. Build working configuration file and services to provide access to database. ### Main Steps that are yet to be implemented - 1. Add Category model to existing classes, connect Contacts to Categories with a Foreign Key ✓ - 2. Start implementing database CRUD operations for Contacts and Categories through Service class ✓ - 3. Create user interface ✓ - 4. Create validation for Phone numbers and Emails ✓ - 5. Handle Exceptions and possible Bugs ✓ - 6. Handle possible null values ✓ - 7. Windthrough and implement a few try-catch blocks to add to applications stability ✓ + 1. Add Category model to existing classes + 2. Connect Contacts to Categories with a Foreign Key ✓ + 3. Start implementing database CRUD operations + - (for Contacts and Categories) ✓ + 5. Create user interface ✓ + 6. Create validation for Phone numbers + Emails ✓ + 7. Handle Exceptions and possible Bugs ✓ + 8. Handle possible null values ✓ + 9. Windthrough and implement a few try-catch blocks to add stability ✓ #### Additional things i experienced while developing this *simple* app -- This was my first experience with Entity Framework Core and SQL Server together. I was frustrated, i didnt know how to fix all the bugs when I was trying to create the migration.. I was asking myself "What am I doing wrong?" I got a solution, and learned a lot. I appreciate all the work you do with the projects and reviews!

+

This was my first experience with Entity Framework Core and SQL Server together. I was frustrated, i didnt know how to fix all the bugs when I was trying to create the migration.. I was asking myself "What am I doing wrong?" I got a solution, and learned a lot. I appreciate all the work you do with the projects and reviews!

#### Created with