Learn ASP.NET Core MVC (.NET 6)

preview_player
Показать описание

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.

⭐️ 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: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
Рекомендации по теме
Комментарии
Автор

The explanation of Dependency Injection is truly clear and brilliant.

tonyeps
Автор

With this course I start the suggested learning path on DotNetMastery and after watching this course for a few hours, I have already acquired the next one on Udemy. Your way of explaining is excellent, I hope to continue this path with you. Thank you so much!

Artemius
Автор

Thank you so much. It helped me in SQL Server connection while there is no Startup.cs class. Thanks again :)

mehrankhan
Автор

You are amazing! Is hard to find such a high quality teacher in spanish. Thanks a alot!

angelsebastianbellomateo
Автор

Thank you for sharing. Really appreciated!

timeforrice
Автор

Amazing, Amazing explanation, you are the man, thanks for your knowledge

luismerinopreamps
Автор

In the section on adding the delete action/view, I used the attribute readonly="readonly". Setting the readonly allows you to take away the ability to edit the input fields, but still passes the information when posting. You don't need to add the hidden Id field that way.

zimmermr
Автор

Thx for your mvc guide man. I just ended college and mvc model was something new for me, so your video is very helpful

siletlight
Автор

This is a great course, very easy to understand the whole concept, I have bought your entire playlist courses from Udemy, looking forward for more!!

sunilpratapsingh
Автор

Thank you so much Bhrugen for this amazing course

priyamwadhawan
Автор

Is an excelent video. So clear. Thanks a lot. Your courses are great.

MrFEMGM
Автор

The tutorial is excellent, for azure not all country is available eg. Sierra Leone is not in the list, so I was not able to deploy my site to the cloud but any way I am practicing the tutorial again, thank you very much.

ibrahimpatehbah
Автор

Thank you this video is needed make more videos on it...Thanks a lot

aaftabappzorro
Автор

thank you! This is a very brilliant video!Hope you make on web API

peki_ooooooo
Автор

nicely explained. I need more videos regarding.net core 6 codefast.

sagarika
Автор

What is IEnummerable and what are the differences with ToList();

enesaliev
Автор

Very nice. How to consume webapi including image

cjt
Автор

Wonderful. Do you have any tutorials of creating repositories, interfaces & viewmodels? I really like how you explain things

sonyalewis
Автор

This video is amazing; i wish you coul cover also the identity mode and customize it wih roles, where do i find such a tutorial? Because i saw the microsoft docs and the example is only about .NET Core 3 and not .NET 6...

tamilcantroz
Автор

Thank you for the good explanations. Do you plan any course regarding Test Automation ?

fatihsireci