Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Introduction to ASP.NET Core Razor Pages (.NET 6)
Rating: 4.2 out of 5(626 ratings)
16,677 students

Introduction to ASP.NET Core Razor Pages (.NET 6)

Quick Introduction to ASP.NET Core MVC (.NET 6) with Entity Framework Core
Last updated 10/2021
English
English [Auto],

What you'll learn

  • Learn structure of ASP NET Core Project Razor Pages (.NET 6)
  • Create basic CRUD Operation project using Razor Pages
  • Entity Framework Code First Methodology
  • Deploy Application to Azure

Course content

3 sections28 lectures1h 59m total length
  • Introduction2:13

    Explore the foundation of Darknet Core applications, using Visual Studio 2022 to build a .NET 6 Razor Pages project with Entity Framework Core, client and server validations, and TempData alerts.

  • Live Preview2:00

    watch a live preview of an asp.net core razor pages app hosted on azure, featuring category creation, editing, deletion, client-side and server-side validations, custom errors, and toast alerts with Tortugas.

  • 7 introduction to .net core4:42

    Discover how ASP.NET Core Razor Pages (.NET 6) evolves from Web Forms and MVC to a cross-platform, cloud-ready framework with built-in dependency injection, open source, and improved performance.

  • 5 Dependency injection4:34

    learn how dependency injection uses a built-in container to supply shared services like email and database access to pages, reducing code duplication and enabling easy implementation changes.

  • 12 Create Project2:49

    Create a new Razor Pages web project in Visual Studio 2022 using .NET 6, configure solution and project names, and enable Razor runtime compilation for live updates.

  • 13 razor pages introduction_razor1:01

    Explore Razor pages in ASP.NET Core, isolating per-page logic with a page and page model, integrating models, views, and controllers within MVC, routing, action results, and tag helpers.

  • 14 project file _razor1:11

    Explore the ASP.NET Core Razor Pages project file, focusing on property and item groups, the .NET 6 target framework, runtime compilation, and packages like SQL Server and Entity Framework Core.

  • 15 Launchsettings, wwwroot and appsettings_razor4:34

    Learn to configure an ASP.NET Core Razor Pages app using launchSettings.json profiles, manage static files in wwwroot, and use appsettings.json with environment-specific settings for secrets and connections.

  • 16 Programcs_razor5:53

    Register services with dependency injection in the web application builder, add razor pages, and configure the request pipeline with middleware for development exceptions, static files, routing, authentication, and authorization.

  • 18 Routing overview_razor4:48

    Learn how razor pages map URLs to physical files in the Pages folder, with a default index.html and explicit routing logic.

  • 20 Default Views_razor7:51

    Explore the Razor pages structure, including the underscore layout master page with header and footer, and how index and privacy pages render within it using partial views and tag helpers.

Requirements

  • 3-6 months familiarity with C# and SQL
  • Visual Studio 2022
  • SQL Server Management Studio

Description

.NET Core has been evolving drastically and it is probably one of the biggest buzz word in the .NET Domain over few years! Even though .NET Core is more than 5 years old companies are just starting to adopt and transition applications to use .NET Core. This is an introductory course on ASP.NET Core with Razor Pages(.NET 6).

This course is for anyone who is new to asp.net core or who is familiar with ASP.NET and wants to take a first stab at understanding what is different in asp.net core (.NET 6).

Throughout this course we would understand the evolution of ASP.NET Core and then we would take a look at the modified files and folder structure.

We would build a application with CRUD operations using entity framework for integration with a database with asp.net core Razor Pages.

We will learn validations with .NET Core and learn basic concepts like partial view, integrating Toastr alerts, TempData and much more!

BONUS: We will also host our application on Azure! :) Because of time constraint I will have a link at the end of video that will take you to more few features that you will learn on this project!

This course will give you a solid foundation in no time as you will be confident to take on more complex projects that I teach in other courses.

Who this course is for:

  • Anyone who wants to learn fundamentals of ASP NET Core MVC (.NET 6)
  • Anyone who wants to understand new file structure in ASP NET Core (.NET 6)
  • Create basic CRUD operation application using ASP NET MVC Core (.NET 6)