Easiest Parts
- CRUD
- Sorting and filtering
- Changing ‘ContosoUniversity’ to ‘HendrixCollege’
Confusing Parts
- This implementation of conucurrency was a little confusing, and I’m not sure if I actually got it to work properly.
- async and await keywords. I understand that they’re important to this process, but I couldn’t fully explain how they work.
Multiple Tables vs. Single Tables
- Multiple tables natrually require more things in the ‘Models’ and ‘Pages’ folders because you need more categories of data.
- For multiple tables, putting all of that data together requires a little more thought, which is where the ‘async’ and ‘await’ keywords came in.