issues
search
iDEaXANA
/
DotNetAPI
Actual API Project
0
stars
0
forks
source link
Day 8 22/01/2024
#13
Closed
iDEaXANA
closed
9 months ago
iDEaXANA
commented
10 months ago
Completed the following
Section 6: API- Basics
[x] AutoMapper (3)
[x] Beginner Assessment (120 (2 min read))
[x] Beginner Assessment Solution Dapper (13)
[x] Beginner Assessment Solution Entity Framework (7)
iDEaXANA
commented
10 months ago
Will re-start accomplishments today. Honestly forgot about that. :(
iDEaXANA
commented
10 months ago
Accomplishments:
[1] Successfully implemented AutoMapper to map newly created instances to the class (and then the db?- is that how it works lol)
[2] Committed all necessary transactions on both EF and Dapper.
[3] Completed.
[4] This solution confirmed my doubts about the absence of a PRIMARY KEY in creation of the database.
[4] The above confirmed the true relationships of the models of the database.
iDEaXANA
commented
10 months ago
Delayed label:
Problems arose with POST and DELETE endpoints. More info in commit
7d3e40f
iDEaXANA
commented
9 months ago
Looks like he left PRIMARY KEY out and used base model instead. Only DTO = UserDTO.
ID has to be tied to Salary and JobInfo models.
Completed the following
Section 6: API- Basics