Actually, it depends on your requirements. When we look at the scaffold, it will instantly generate a CRUD (Create, Read, Update and Delete). Therefore, if you need to delete some operations, it is very simple if you encoded it manually. But this can also be done using the scaffold. You just have to remove only these methods. So it is your choice whether you use it or not.
user839406
source share