Introduction
- Dr Albert Sadowski – University Coding Teacher
- First application – a list of books
- First application – removing items from the list of books
- First application – updating items in the list of books
- First application – adding items to the list of books
Controllers and Endpoints
- Introduction
- GetAll endpoint declaration
- GetItem endpoint declaration
- DeleteItem endpoint declaration
- AddItem endpoint declaration
- UpdateItem endpoint declaration
- GetItemByTitle endpoint declaration
- Endpoints and their parameters – summary
Database and Entity Framework
- Introduction
- Database Context
- Entities and DbSets
- Seeding tables with data
- Database operations – getting specific item