Learn ASP.NET Core MVC (.NET 6)



☕ Coffee: https://www.buymeacoffee.com/bhrugen

In this short course, we will learn MVC (Model-View-Controller) 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 MVC.

To see more in-depth full courses go to : https://dotnetmastery.com/

GitHub Link : https://github.com/bhrugen/Bulky/tree/3d83a49c70ebf3ed043e9415a0dcd782f62f5bf7

All GitHub Repo: https://github.com/bhrugen

⭐️ Course Contents ⭐️
Section 1: Introduction
⌨️ (0:00:00) Welcome
⌨️ (0:02:22) Live Preview
⌨️ (0:04:10) Tools Needed
⌨️ (0:5:17) Introduction to .Net Core
⌨️ (0:10:00) Dependency injection
⌨️ (0:14:34) Create Project
⌨️ (0:18:31) Project File
⌨️ (0:20:07) Launch settings
⌨️ (0:25:19) Programs
⌨️ (0:31:08) MVC Architecture
⌨️ (0:35:57) Routing Overview
⌨️ (0:46:42) Routing in Action
⌨️ (0:37:29) Default Views
⌨️ (0:52:46) Tag Helper
⌨️ (0:55:24) Action Result

Section 2: Database Setup
⌨️ (0:59:02) Create Category Model
⌨️ (1:03:37) Add Data Annotations
⌨️ (1:05:32) Add Connection String
⌨️ (1:11:13) Add ApplicationDbContext
⌨️ (1:18:27) Setup Program.cs to use DbContext
⌨️ (1:22:58) Check Database

Section 3: Category CRUD Operations
⌨️ (1:30:10) Create Category Controller
⌨️ (1:34:41) Retrieve all Categories
⌨️ (1:40:46) Display all Categories
⌨️ (1:45:37) Bootswatch Theme
⌨️ (1:51:34) Bootstrap Icons
⌨️ (1:55:54) Create Category View
⌨️ (2:02:48) Demo- Create Category
⌨️ (2:07:31) Server Side Validation
⌨️ (2:12:04) Custom Validation
⌨️ (2:18:19) Add Client Side Validation
⌨️ (2:21:34) Display Name and Range Validation
⌨️ (2:29:50) Edit Category – GET
⌨️ (2:32:45) Edit Category – POST
⌨️ (2:38:27) Delete Category
⌨️ (2:42:01) Tempdata
⌨️ (2:44:08) Partial views
⌨️ (2:47:58) Toastr Alerts
⌨️ (2:51:11) Scaffold CRUD
⌨️ (2:54:44) Create SQL Database on Azure
⌨️ (3:00:26) Azure Deployment
⌨️ (3:04:18) Congratulations

Comments are closed.