Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamFXX authored Feb 13, 2025
1 parent 6159341 commit 125e403
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!</p>
<p>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!</p>

#### Created with

Expand Down

0 comments on commit 125e403

Please sign in to comment.