Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.67 KB

Week_11.md

File metadata and controls

38 lines (27 loc) · 1.67 KB

Guidance

Answer the following questions considering the learning outcomes for

Make sure to record evidence of your processes. You can use code snippets, screenshots or any other material to support your answers.

Do not fill in the feedback section. The Founders and Coders team will update this with feedback on your progress.

Assessment

1. Show evidence of some of the learning outcomes you have achieved this week.

[Learning outcomes...] learning how to write routes on the backend learning how to use DTO linking routes to our database CRUD [your evidence here] Screenshot 2024-11-22 at 11 50 27

2. Show an example of some of the learning outcomes you have struggled with and/or would like to re-visit.

[Learning outcome...] still need to go over syntax for .NET work more on DTO [your evidence here]

Screenshot 2024-11-22 at 11 51 35

Feedback (For CF's)

[Course Facilitator name]

Alexander

[What went well]

Good implementation of API routes in .NET with proper DTO pattern usage. Your RecipeDto class shows clear understanding of C# property syntax and type declarations.

[Even better if]

Add error handling to your MapPost route since you're dealing with database operations. Also, document what specific .NET syntax points you want to revisit since you mentioned needing to work more on it.