Լight modeDark mode
CRUD Step-by-Step >Create Domain Models using Scaffolding
Course content
Learn ASPNET CORE MVC - Express Edition
- Create Identity Models through Scaffolding Free15 m 31 s
- Create Domain Models using Scaffolding Free12 m 59 s
- Display List of Products in a Table15 m 57 s
- Add New Product Functionality
- Add Standard and Custom Validations Free12 m 32 s
- Add Select List Component to Display Categories10 m 56 s
- Delete Products7 m 7 s
- Update Products12 m 33 s
- Enable Search Functionality Free16 m 18 s
Episode Description
Scaffolding is a feature in ASP.NET Core MVC that allows you to automatically generate the code for basic CRUD (create, read, update, delete) operations on a model. This can save you a lot of time when you're building out the basic CRUD functionality for a new application.