ASP Module 2
Handling Data in MVC
Handling Data in MVC
  • Entity Framework Core
    • Overview
    • Setup
  • Persisting Data
    • Injecting the context
    • Saving changes
    • Entity conventions
  • Validating Data
    • Adding validation
    • Working of validation
    • Formatting data
  • Misc
    • Scaffolding Everything
Powered by GitBook
On this page
  • Scaffolding Controller and Views
  • Packages
  1. Misc

Scaffolding Everything

PreviousFormatting data

Last updated 2 years ago

Scaffolding Controller and Views

Once we have the model and context we can scaffold the controller the actions and all the views but make sure you have the following packages installed

Any packages missing, visual studios scaffolding will throw an error !

Packages