Skip to content

Latest commit

 

History

History
77 lines (39 loc) · 1.5 KB

File metadata and controls

77 lines (39 loc) · 1.5 KB

12. Models and Model Binding

[toc]


12.1. Models in MVC

12.1.1. What is a Model?

12.1.2. MVC: Putting it Together

12.1.2.1. Model

12.1.2.2. View

12.1.2.3. Controller

12.1.3. Model vs. Controller

12.1.4. Check Your Understanding ✅

12.2. Create a Model

12.2.1. Create a Model Class - Video 🎞️

12.2.2. Create a Model Class - Text 📄

12.2.3. Add a Model Property - Video 🎞️

12.2.4. Add a Model Property - Text 📄

12.2.5. Check Your Understanding ✅

12.3. Models and Data

12.3.1. Add a Unique Id - Video 🎞️

12.3.2. Add a Unique Id - Text 📄

12.3.3. Create a Data Layer - Video 🎞️

12.3.4. Create a Data Layer - Text 📄

12.3.5. Delete an Event - Video 🎞️

12.3.6. Delete an Event - Text 📄

12.3.7. Check Your Understanding ✅

12.4. Model-Binding

12.4.1. How to Use Model-Binding - Video 🎞️

12.4.2. How to Use Model-Binding - Text 📄

12.4.3. Check Your Understanding ✅

12.5. Exercises: Edit Model Classes 🏃

12.6. Studio: Spa User Signup 🎙️

12.6.1. Getting Ready

12.6.2. Creating the Model

12.6.3. Rendering the Add User Form

12.6.4. Processing Form Submission

12.6.5. Refining Form Submission

12.6.6. Bonus Missions 🚀


#Java