Companies Home Search Profile

ASP.NET Core 6 Razor Pages Fundamentals

Focused View

Alex Wolf

4:53:08

105 View
  • 1. Course Overview.mp4
    01:41
  • 01. Hello Razor Pages.mp4
    01:54
  • 02. Version Check.mp4
    01:13
  • 03. Razor Pages Core Concepts.mp4
    03:49
  • 04. Demo - Installing and Setting up Razor Pages.mp4
    02:52
  • 05. Demo - Creating and Exploring a Razor Pages Project.mp4
    04:03
  • 06. Demo - Handling Requests with Razor Pages.mp4
    03:52
  • 07. Exploring Razor Pages and ASP.NET Core.mp4
    04:15
  • 08. Demo - Working with Middleware.mp4
    04:26
  • 09. Comparing Razor Pages.mp4
    02:46
  • 10. Demo - Setting up the Sample Project.mp4
    04:25
  • 11. Summary.mp4
    01:51
  • 1. Exploring Razor Syntax.mp4
    03:37
  • 2. Demo - Getting Comfortable with Razor Syntax.mp4
    04:24
  • 3. Demo - Creating New Razor Pages.mp4
    05:18
  • 4. Demo - Adding Contextual Logic to Markup with Razor.mp4
    04:30
  • 5. Understanding Tag Helpers.mp4
    03:39
  • 6. Demo - Building the Navigation Using Tag Helpers.mp4
    03:00
  • 7. Demo - Enhancing Markup Using Tag Helpers.mp4
    05:11
  • 8. A Note About HTML Helpers.mp4
    02:29
  • 9. Summary.mp4
    01:57
  • 1. Exploring Razor Page Models and Patterns.mp4
    03:18
  • 2. Demo - Working with Requests and Data Binding.mp4
    05:50
  • 3. Working with Layouts.mp4
    02:28
  • 4. Demo - Exploring and Configuring Layouts.mp4
    03:24
  • 5. Demo - Working with Layout Sections.mp4
    03:27
  • 6. Understanding Routing.mp4
    03:43
  • 7. Demo - Improving URLs Using Routing.mp4
    02:41
  • 8. Demo - Configuring Route Parameters.mp4
    03:38
  • 9. Summary.mp4
    01:48
  • 01. Exploring Form Workflows.mp4
    02:03
  • 02. Understanding Model Binding.mp4
    03:43
  • 03. Demo - Building the Add Product Form Using Tag Helpers.mp4
    06:03
  • 04. Demo - Handling the Form Submission.mp4
    03:50
  • 05. Understanding Server-side Form Validation.mp4
    03:48
  • 06. Demo - Adding Server-side Form Validation.mp4
    04:59
  • 07. Working with Action Results.mp4
    02:09
  • 08. Demo - Improving form Workflows with Action Results.mp4
    02:45
  • 09. Exploring Client-side Validation.mp4
    02:01
  • 10. Demo - Adding Client-side Validation.mp4
    04:54
  • 11. Summary.mp4
    01:57
  • 01. Understanding Database Options and Workflows.mp4
    02:52
  • 02. Entity Framework Core Concepts.mp4
    04:17
  • 03. Demo - Setting up the Entity Framework Classes.mp4
    03:41
  • 04. Demo - Applying Essential Configurations.mp4
    03:49
  • 05. Understanding Migrations.mp4
    01:56
  • 06. Demo - Creating the Database Using Migrations.mp4
    04:59
  • 07. Dependency Injection Basics.mp4
    04:10
  • 08. Demo - Saving New Products to the Database.mp4
    04:29
  • 09. Demo - Preparing the Form for Image Uploads.mp4
    02:11
  • 10. Demo - Saving the Uploaded Product Images.mp4
    04:44
  • 11. Summary.mp4
    01:36
  • 1. Understanding CRUD Operations and the Repository Pattern.mp4
    01:43
  • 2. Demo - Creating a Repository Class.mp4
    03:56
  • 3. Demo - Retrieving the List of Products.mp4
    04:32
  • 4. Demo - Seeding Additional Product Data.mp4
    03:31
  • 5. Demo - Refactoring the Add Product Page.mp4
    02:31
  • 6. Demo - Implementing Edit Functionality.mp4
    05:22
  • 7. Demo - Implementing Delete Functionality.mp4
    05:06
  • 8. Summary.mp4
    01:31
  • 1. Understanding Partial Views.mp4
    02:19
  • 2. Demo - Creating Reusable Markup with Partial Views.mp4
    03:15
  • 3. Demo - Improving the Forms with Partial View Models.mp4
    05:39
  • 4. Introducing View Components.mp4
    03:31
  • 5. Demo - Creating a Product List View Component.mp4
    05:48
  • 6. Demo - Working with View Component Parameters.mp4
    02:29
  • 7. Demo - Rendering View Components Using Tag Helpers.mp4
    03:02
  • 8. Demo - CSS Isolation with View Components.mp4
    04:27
  • 9. Summary.mp4
    01:22
  • 1. HTTP and Web Service Essentials.mp4
    02:53
  • 2. HTTP Communication with Razor Pages.mp4
    02:22
  • 3. Demo - Creating a Simple HTTP Request.mp4
    06:00
  • 4. Understanding Typed Clients.mp4
    02:23
  • 5. Demo - Exploring the Need for a Typed Client.mp4
    02:40
  • 6. Demo - Creating a Typed HTTP Client.mp4
    03:45
  • 7. Demo - Retrieving Data Using the Typed Client.mp4
    03:39
  • 8. Demo - Sending Data Using the Typed Client.mp4
    05:32
  • 9. Summary.mp4
    01:26
  • 1. Exploring Deployment Options.mp4
    01:31
  • 2. Azure Fundamentals for Web Apps.mp4
    03:09
  • 3. Demo - Essential Set up and Configurations.mp4
    03:39
  • 4. Demo - Deploying the App to Azure.mp4
    06:42
  • 5. Demo - Exploring the Deployed Resources.mp4
    04:33
  • 6. Demo - Updating and Configuring Deployments.mp4
    02:19
  • 7. Closing Thoughts.mp4
    02:06
  • Description


    This course will teach you how to build modern web applications using Razor Pages. You’ll learn how to implement common design patterns, build pages and layouts, work with forms and data, configure and deploy apps, and much more.

    What You'll Learn?


      .NET 6.0 is a milestone release for the platform, and with it arrives the best version of Razor Pages to date. In this course, ASP.NET Core 6.0: Razor Pages Fundamentals, you’ll learn to build modern web applications in ASP.NET. First, you’ll explore how to create Razor Pages and Layouts using Razor syntax and Tag Helpers, and how to link pages together with navigation and routing. Next, you’ll discover how to build forms and collect user input, and learn how to store and retrieve data across your application. Finally, you’ll learn to configure essential aspects of your app, work with HTTP requests, and even deploy your application out to the cloud. When you’re finished with this course, you’ll have the skills and knowledge of Razor Pages needed to bring your projects to life on the web.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Alex Wolf works as a .NET and Azure Content Developer at Microsoft, and is passionate about learning and teaching software development. He has over a decade of experience and multiple certifications in the .NET ecosystem and related technologies. He is also highly engaged in DevOps and Cloud technologies to improve development workflows and infrastructure. Alex has worked for companies of nearly every size, ranging from small start-ups to very large enterprises. He also maintains a hobbyist interest in other visual and interactive technologies such as digital animation and game development with Maya and Unity.
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 85
    • duration 4:53:08
    • level preliminary
    • English subtitles has
    • Release Date 2023/05/09