ASP.NET Core 7 MVC - 跨平台开发
ASP.NET Core 7 MVC - Cross-Platform Development
- 01 - Introduction
- 001 Introduction
- 02 - Environment Setup
- 001 Create GitHub Account
- 002 Install .NET 7 SDK
- 003 Install Visual Studio Code (Any Operating System)
- 004 Alternative - Install Visual Studio 2022 (Windows and Mac)
- 005 Install SQL Server Express (Windows)
- 006 Alternative - Install SQL Server on Docker (Any Operating System)
- 007 Install Microsoft Data Studio
- 03 - Setup ASP.NET Core MVC Application
- 001 Create ASP.NET Core MVC Project - Visual Studio Code
- 002 Create ASP.NET Core MVC Project - Visual Studio
- 003 Tour Visual Studio Code
- 004 Tour of Files and Folders
- 005 Add Project to GitHub
- 04 - Manipulating Website Views and Layout
- 001 Understanding the layout file and Bootstrap
- 002 Modifying the homepage
- 003 Adding an About Us page
- 004 Add To GitHub
- 05 - Adding a Database
- 001 Connect to Database with Azure Data Studio
- 002 Create Database
- 003 Scaffold Database with Entity Framework Core
- 004 Scaffolding Views and Controllers - Part 1
- 005 Understand Scaffolded Controller
- 006 Understand Scaffolded Views
- 007 Scaffolding Views and Controllers - Part 2
- 008 Add To GitHub
- 06 - Customizing Views and Elements
- 001 Section Overview
- 002 Adding Boostrap Styling
- 003 Delete using jQuery
- 004 Add Datatables
- 005 Adding Custom Labels
- 006 Managing Database Changes
- 007 Fix syntax errors
- 008 Add To GitHub
- 07 - Website Authentication
- 001 Understanding Authentication
- 002 Register for Auth0
- 003 Testing Authentication
- 004 Setup User Related Pages
- 005 Finishing Touches
- 006 Add To GitHub
- 08 - Complex Views, Actions, and Debugging Methods
- 001 Section Overview
- 002 Understanding Foreign Keys and Data Contexts
- 003 Understanding Complex Queries
- 004 Understanding Select Lists
- 005 Displaying Related Data
- 006 Using Custom View Models
- 007 Creating Custom Views
- 008 Creating Custom Actions in Controllers
- 009 Testing and Debugging
- 010 Finishing Touches
- 011 Add To GitHub
- 012 Add Essential UI and Bug Fix