Hands-On Introduction: ASP.NET Razor Pages
1h 39mIntermediate2022-11-09
Authors

Walt Ritscher
Programmer, UI Designer, Staff Instructor at LinkedIn Learning
Course details
Looking to get up to speed with ASP.NET? In this practical course, which was designed with experienced web developers in mind, learn how to create an ASP.NET app using Razor Pages. Instructor Walt Ritscher covers what you need to know to build dynamic, data-driven content with Razor Pages, including how to connect pages to data sources, use parameters to customize data queries, and leverage TagHelpers—HTML attributes that automate the creation of dynamic content.
Skills covered
ASP.NETFront-End Web DevelopmentWeb DevelopmentProgramming LanguagesMicrosoftSoftware DevelopmentOne-Off
Concepts
0. Introduction
- 01 - Hands-on with ASP.NET Razor Pages
- 02 - Using GitHub Codespaces with this course
1. Picking Apart ASP.NET Razor Pages
- 03 - ASP.NET projects in GitHub Codespaces
- 04 - Static content and Razor Pages
- 05 - Routing and Razor Pages
- 06 - Writing code in a Razor Page
- 07 - Write code in the PageModel class
2. Model Binding
- 08 - Create pages with a namespace
- 09 - Create a model class
- 10 - Model binding - Automate data capture
- 11 - Use routes with model binding
- 12 - Model binding into the model class
- 13 - Method parameters and model binding
3. Building New Code
- 14 - Using TagHelpers to generate HTML elements
- 15 - Create a basic HTML form
- 16 - Add model and form code
- 17 - Use data annotations for readability
- 18 - Add SelectList
- 19 - Add SelectList code
Conclusion
- 20 - Next steps