Course
Skills Expanded
ASP.NET Core: Using Entity Framework and Working with User Data (Interactive)
Learn to use ASP.NET Core to read from and write to a database, logically present data to users, and ensure the data going into your database is clean.
What you'll learn
Learn to use ASP.NET Core to read from and write to a database, logically present data to users, and ensure the data going into your database is clean. This interactive course was formerly known as Forging Ahead With ASP.NET Core on Code School.
Table of contents
Engaging Data
16mins
Showing Off Our Data
7mins
Making Our Presentation Smarter
14mins
Creating Logical URLs
7mins
Validating Our Input
11mins
- Validation With DataAnnotations 4m
- Challenge: Add Validation Rules to Quest 0m
- Front-end Validation 2m
- Challenge: Set Up our Summary Section 0m
- ModelState Validation 4m
- Challenge: Return Validation Errors to View 0m
- Challenge: Add Error if Name Already Exists 0m
- Challenge: Make Error Message User Friendly 0m