This course provides an introduction to Razor Pages, covering the basic structure and functionality of Razor Pages applications, including routing, page models, and layouts. By the end of this course, you will have a foundational understanding of how to build Razor Pages applications and how to structure them effectively.
Overview
Syllabus
- Lesson 1: Exploring Your First Razor Page Application
- Run Your First Razor Page
- Change the Displayed Message
- Fix Basic Razor Page Errors
- Complete Razor Page Setup
- Setting Up Basic Razor Page
- Write Your First Razor Page
- Lesson 2: Displaying a List of Blog Posts
- Run and See the Blog List
- Add Author to Blog Posts
- Fix Errors to Display Blog Posts
- Add Author to Blog Posts
- Display a List of Movies
- Lesson 3: Routing in Razor Pages
- Running Your First Custom Route
- Enhance Your Custom Routing
- Fix Errors in Routing Code
- Create Custom Route and Page
- Add Page and Custom Route
- Design Custom Routes and Pages
- Lesson 4: Building the Blog Layout
- Running Your Razor Pages Application
- Enhance Your Blog Layout
- Fix the Home Page Layout
- Complete the Razor Page Setup
- Complete the Blog Post List
- Build Your Blog Layout from Scratch