This course covers data binding and validation in Razor Pages. You'll learn how to bind data from requests, validate user input, and ensure data integrity. By the end of this course, you'll be able to effectively handle data binding and validation in your Razor Pages applications.
Running Data Binding and Validation
Adding Extra Form Fields
Fix the Submission Redirect Issue
Add Alias with Razor Pages
Adding Hero Description Form
Run the Razor Pages App
Modify the Data Binding
Fix the Data Binding Bug
Add Razor Page Data Binding
Data Validation in Action
Add Phone Number Validation
Fix the Registration Form Bugs
Add Data Validation to Form
Add Username Field with Validation
Run Razor Pages Validations
Update Model with Email Validation
Show All Validation Errors Together
Fix Bugs in Artist Validation
Add Validation to Album Model
Add Validation to Track Profile