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

14. Models and Model BindingΒΆ

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

Back to top

Page Source