filmov
tv
Learn Razor Pages in .NET Core (.NET6)
Показать описание
In this short course, we will learn Razor Pages with .NET 6.
When we are working with .NET Core Web Applications, there are two common ways of building website.
1. MVC (Model-View-Controller) Web Application
2. Razor Pages Web Application
In this course we will learn the basics of .NET Core (.NET 6) and then build a simple CRUD application with Razor Pages.
⭐️ Course Contents ⭐️
Section 1: Introduction
⌨️ (0:00:00) Welcome
⌨️ (0:02:15) Live Preview
⌨️ (0:04:16) Tools Needed
⌨️ (0:05:22) Dependency injection
⌨️ (0:10:05) Introduction to .Net Core
⌨️ (0:14:39) Create Project
⌨️ (0:17:29) Razor Pages Introduction
⌨️ (0:18:30) Project File
⌨️ (0:19:41) Launch settings
⌨️ (0:24:15) Programs
⌨️ (0:30:09) Routing Overview
⌨️ (0:34:57) Default Views
⌨️ (0:42:48) Tag Helper
⌨️ (0:45:26) Action Result
Section 2: Database Setup
⌨️ (0:49:04) Create Category Model
⌨️ (0:51:26) Add Data Annotations
⌨️ (0:54:04) Add Connection String
⌨️ (0:57:52) Add ApplicationDbContext
⌨️ (1:07:20) Check Database
Section 3: CRUD Operations on Category
⌨️ (1:13:02) Categories Get Action Method
⌨️ (1:21:11) Display all Categories
⌨️ (1:28:54) Add Create Category Button
⌨️ (1:31:20) Create Category UI
⌨️ (1:34:32) Create Property in Page Model
⌨️ (1:38:34) Create Category and Bind Property
⌨️ (1:45:14) Bootswatch
⌨️ (1:50:45) Server Side Validation
⌨️ (1:56:07) Custom Validation
⌨️ (1:59:43) Display Name and Range Validation
⌨️ (2:03:04) Add Client Side Validation
⌨️ (2:07:13) Links for Edit and Delete
⌨️ (2:10:46) Edit Category
⌨️ (2:18:47) Back to List
⌨️ (2:23:10) Delete Category
⌨️ (2:26:49) TempData
⌨️ (2:30:10) Toastr
⌨️ (2:33:19) Partial Views
⌨️ (2:37:34) Scaffold CRUD Pages
⌨️ (2:40:29) Create SQL Database on Azure
⌨️ (2:44:01) Deploy to Azure
⌨️ (2:49:08) Congratulations
Комментарии