Packt
ASP.NET Core Razor Pages - The Complete Guide (.NET 6)

Sparen Sie $160 für die Barrierefreiheit von mehr als 10.000 Programmen - ein wahres Urlaubsvergnügen. Jetzt sparen.

kurs ist nicht verfügbar in Deutsch (Deutschland)

Wir übersetzen es in weitere Sprachen.
Packt

ASP.NET Core Razor Pages - The Complete Guide (.NET 6)

Bei Coursera Plus enthalten

Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

2 Wochen zu vervollständigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen
Verschaffen Sie sich einen Einblick in ein Thema und lernen Sie die Grundlagen.
Stufe Mittel

Empfohlene Erfahrung

2 Wochen zu vervollständigen
unter 10 Stunden pro Woche
Flexibler Zeitplan
In Ihrem eigenen Lerntempo lernen

Was Sie lernen werden

  • Create dynamic web applications using ASP.NET Core Razor Pages with .NET 6.

  • Master CRUD operations and database management with .NET 6.

  • Implement advanced features like dependency injection, repositories, and unit of work.

  • Integrate third-party services like Stripe and manage user roles and authorization.

Kompetenzen, die Sie erwerben

  • Kategorie: Payment Systems
  • Kategorie: Identity and Access Management
  • Kategorie: Microsoft Azure
  • Kategorie: Application Deployment
  • Kategorie: Web Development
  • Kategorie: Database Application
  • Kategorie: Full-Stack Web Development
  • Kategorie: Database Design
  • Kategorie: Transaction Processing
  • Kategorie: .NET Framework
  • Kategorie: Software Design Patterns
  • Kategorie: ASP.NET
  • Kategorie: Software Architecture
  • Kategorie: Authentications
  • Kategorie: Databases
  • Kategorie: Web Applications
  • Kategorie: Authorization (Computing)
  • Kategorie: Data Modeling
  • Kategorie: User Interface (UI)

Wichtige Details

Zertifikat zur Vorlage

Zu Ihrem LinkedIn-Profil hinzufügen

Kürzlich aktualisiert!

November 2025

Bewertungen

16 Aufgaben

Unterrichtet in Englisch

Erfahren Sie, wie Mitarbeiter führender Unternehmen gefragte Kompetenzen erwerben.

 Logos von Petrobras, TATA, Danone, Capgemini, P&G und L'Oreal

In diesem Kurs gibt es 14 Module

In this module, we will introduce the key components of the course, including the necessary tools and technologies. You will get an overview of what to expect as we explore .NET Core, dependency injection, and Razor Pages. Additionally, we’ll set the stage by setting up your first project and covering the essentials like hot reload and routing.

Das ist alles enthalten

15 Videos1 Lektüre1 Aufgabe

In this module, we will dive into setting up the database for your application. You'll learn about nullable reference types in .NET 6, how to build the necessary models like the category model, and implement essential data annotations. We’ll also guide you through setting up your database connection and creating a database, ensuring a seamless integration between your application and the database.

Das ist alles enthalten

7 Videos1 Aufgabe

In this module, we will explore the CRUD (Create, Read, Update, Delete) operations within Razor Pages. You will learn how to display, create, edit, and delete categories with smooth user interface integration. We'll cover essential validation techniques (both server-side and client-side), as well as advanced features like TempData and Toastr for effective feedback. Additionally, you'll discover how to scaffold CRUD pages to streamline development.

Das ist alles enthalten

19 Videos1 Aufgabe

In this module, we will explore the implementation of N-Tier architecture, which promotes a clean separation of concerns in application design. You'll learn how to add multiple projects to your solution and organize data and model files. We will also guide you through structuring admin and customer pages, implementing a dropdown in the navbar, and completing a hands-on assignment focused on Food Type functionality.

Das ist alles enthalten

7 Videos1 Aufgabe

In this module, we will focus on implementing the Repository Pattern, which helps in abstracting and managing data access operations. You will learn how to create and implement the IRepository interface and a specific repository for categories. We will also explore the Unit of Work pattern for handling transactions and demonstrate its use in real-world scenarios. A hands-on assignment will allow you to apply these concepts and review your progress.

Das ist alles enthalten

9 Videos1 Aufgabe

In this module, we will dive into the creation and management of Menu Items within your application. You'll learn how to build the MenuItem model, create its corresponding table in the database, and integrate it into the UnitOfWork pattern. We'll cover the full CRUD functionality, including rich text editors, DataTables integration, and managing Edit and Delete operations with HTTP handlers and user alerts.

Das ist alles enthalten

17 Videos1 Aufgabe

In this module, we will focus on the development of the home page and related functionality. You’ll learn how to implement a Get handler to populate the home page with dynamic data and display it effectively. We will also cover adding additional repository functionality, creating a detailed view page, and managing users to provide a personalized experience on your site.

Das ist alles enthalten

5 Videos1 Aufgabe

In this module, we will explore identity management, focusing on user authentication and role-based authorization. You’ll learn how to scaffold identity, register the first user, and extend the default identity system to meet your needs. Additionally, we will guide you through assigning roles during user registration and creating users with varying roles to control access across the application.

Das ist alles enthalten

6 Videos1 Aufgabe

In this module, we will walk through the implementation of a shopping cart system. You’ll learn how to create and manage the shopping cart model, integrate it into the repository, and handle the core cart functionalities like adding items, incrementing quantities, and removing/decrementing items. We’ll also cover order totals, routing for checkout, and provide a comprehensive UI to summarize the cart contents.

Das ist alles enthalten

14 Videos1 Aufgabe

In this module, we will focus on the order submission process. You’ll learn how to create the Order Header and Order Details models to structure the order data. We’ll also guide you through building the repository, loading order summary data, applying validations, and adding the order to the database. By the end of this module, you’ll have the full functionality for managing and submitting orders, as well as performing final cleanup to ensure your project is ready for deployment.

Das ist alles enthalten

10 Videos1 Aufgabe

In this module, we will guide you through the integration of Stripe for payment processing in your application. You’ll learn how to create and configure a Stripe account, handle API keys securely, and incorporate Stripe’s payment features into your pages. By the end of this module, you will have the skills to implement a full payment workflow, from setting up the checkout page to handling order confirmations.

Das ist alles enthalten

8 Videos1 Aufgabe

In this module, we will focus on managing orders effectively within the system. You'll learn how to display and manage orders with DataTables, design an Order Details UI, and implement features to load, update, and track order statuses. We’ll cover practical functionalities such as toggling status displays, processing refunds, and filtering orders based on their status, enabling smooth order management from start to finish.

Das ist alles enthalten

15 Videos1 Aufgabe

In this module, we will dive into several advanced topics to enhance the functionality and security of your application. You’ll learn how to manage user sessions, use view components for reusable logic, and send emails using both SMTP and SendGrid. Additionally, we’ll cover social login integrations (with Facebook), as well as securing both navigation and user registration processes to ensure data privacy and application security.

Das ist alles enthalten

9 Videos1 Aufgabe

In this module, we will guide you through the process of deploying your application to Azure. You’ll learn how to seed the database with initial data, create a SQL database on Azure, and run migrations to set up the database in the cloud. Finally, we’ll cover the deployment process to get your application live and accessible to users.

Das ist alles enthalten

3 Videos3 Aufgaben

Dozent

Packt - Course Instructors
Packt
1.177 Kurse277.613 Lernende

von

Packt

Mehr von Software Development entdecken

Warum entscheiden sich Menschen für Coursera für ihre Karriere?

Felipe M.
Lernender seit 2018
„Es ist eine großartige Erfahrung, in meinem eigenen Tempo zu lernen. Ich kann lernen, wenn ich Zeit und Nerven dazu habe.“
Jennifer J.
Lernender seit 2020
„Bei einem spannenden neuen Projekt konnte ich die neuen Kenntnisse und Kompetenzen aus den Kursen direkt bei der Arbeit anwenden.“
Larry W.
Lernender seit 2021
„Wenn mir Kurse zu Themen fehlen, die meine Universität nicht anbietet, ist Coursera mit die beste Alternative.“
Chaitanya A.
„Man lernt nicht nur, um bei der Arbeit besser zu werden. Es geht noch um viel mehr. Bei Coursera kann ich ohne Grenzen lernen.“
Coursera Plus

Neue Karrieremöglichkeiten mit Coursera Plus

Unbegrenzter Zugang zu 10,000+ Weltklasse-Kursen, praktischen Projekten und berufsqualifizierenden Zertifikatsprogrammen - alles in Ihrem Abonnement enthalten

Bringen Sie Ihre Karriere mit einem Online-Abschluss voran.

Erwerben Sie einen Abschluss von erstklassigen Universitäten – 100 % online

Schließen Sie sich mehr als 3.400 Unternehmen in aller Welt an, die sich für Coursera for Business entschieden haben.

Schulen Sie Ihre Mitarbeiter*innen, um sich in der digitalen Wirtschaft zu behaupten.

Häufig gestellte Fragen