Back to Course
Լight modeDark mode

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.