LaunchCode logo
  1. Contents
  2. 14. Models and Model Binding

14. Models and Model BindingΒΆ

  1. 14.1. Models in MVC
    1. 14.1.1. What is a Model?
    2. 14.1.2. MVC: Putting it Together
      1. 14.1.2.1. Model
      2. 14.1.2.2. View
      3. 14.1.2.3. Controller
    3. 14.1.3. Model vs. Controller
    4. 14.1.4. Check Your Understanding
  2. 14.2. Create a Model
    1. 14.2.1. Create a Model Class - Video
    2. 14.2.2. Create a Model Class - Text
    3. 14.2.3. Add a Model Property - Video
    4. 14.2.4. Add a Model Property - Text
    5. 14.2.5. Check Your Understanding
  3. 14.3. Models and Data
    1. 14.3.1. Add a Unique Id - Video
    2. 14.3.2. Add a Unique Id - Text
    3. 14.3.3. Create a Data Layer - Video
    4. 14.3.4. Create a Data Layer - Text
    5. 14.3.5. Delete an Event - Video
    6. 14.3.6. Delete an Event - Text
    7. 14.3.7. Check Your Understanding
  4. 14.4. Model-Binding
    1. 14.4.1. How to Use Model-Binding - Video
    2. 14.4.2. How to Use Model-Binding - Text
    3. 14.4.3. Check Your Understanding
  5. 14.5. Exercises: Edit Model Classes
  6. 14.6. Studio: Spa User Signup
    1. 14.6.1. Getting Ready
    2. 14.6.2. Creating the Model
    3. 14.6.3. Rendering the Add User Form
    4. 14.6.4. Processing Form Submission
    5. 14.6.5. Refining Form Submission
    6. 14.6.6. Bonus Missions
  • ← 13.11. Studio: Spa Day!
  • 14.1. Models in MVC →

Back to top

Page Source