Learn ASP.NET Core MVC (.NET 6)

  Рет қаралды 53,434

DotNetMastery

DotNetMastery

Күн бұрын

☕ Coffee: 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 : dotnetmastery.com/
GitHub Link : github.com/bhrugen/Bulky/tree...
All GitHub Repo: 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

Пікірлер: 57
@tonyeps
@tonyeps 2 жыл бұрын
The explanation of Dependency Injection is truly clear and brilliant.
@angelsebastianbellomateo6954
@angelsebastianbellomateo6954 2 жыл бұрын
You are amazing! Is hard to find such a high quality teacher in spanish. Thanks a alot!
@Artemius79
@Artemius79 Жыл бұрын
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!
@timeforrice
@timeforrice 2 жыл бұрын
Thank you for sharing. Really appreciated!
@luismerinopreamps
@luismerinopreamps 2 жыл бұрын
Amazing , Amazing explanation, you are the man, thanks for your knowledge
@mehrankhan5410
@mehrankhan5410 2 жыл бұрын
Thank you so much. It helped me in SQL Server connection while there is no Startup.cs class. Thanks again :)
@priyamwadhawan744
@priyamwadhawan744 Жыл бұрын
Thank you so much Bhrugen for this amazing course
@MrFEMGM
@MrFEMGM Жыл бұрын
Is an excelent video. So clear. Thanks a lot. Your courses are great.
@gradientO
@gradientO 2 жыл бұрын
Subscribed! Thanks for this tutorial
@nisarop
@nisarop 2 жыл бұрын
many thanks 👍👍👍, excellent trainer
@triplejay3494
@triplejay3494 Жыл бұрын
Very Clear and conscience
@andersondamasceno1356
@andersondamasceno1356 2 жыл бұрын
Very good video. Thanks!
@aaftabappzorro1165
@aaftabappzorro1165 2 жыл бұрын
Thank you this video is needed make more videos on it...Thanks a lot
@peki_ooooooo
@peki_ooooooo 2 жыл бұрын
thank you! This is a very brilliant video!Hope you make on web API
@ogundipeorobola5304
@ogundipeorobola5304 Ай бұрын
Great project. 👏
@sile9tlight687
@sile9tlight687 2 жыл бұрын
Thx for your mvc guide man. I just ended college and mvc model was something new for me, so your video is very helpful
@DotNetMastery
@DotNetMastery 2 жыл бұрын
Thank you so much for the wonderful feedback!
@DanielFrankDK
@DanielFrankDK 2 жыл бұрын
Thank you for this.
@sunilpratapsingh2685
@sunilpratapsingh2685 Жыл бұрын
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!!
@akshay.k9853
@akshay.k9853 2 жыл бұрын
Excellent video sir.
@anonym-thanks
@anonym-thanks 7 ай бұрын
Thank you very much!
@ibrahimpatehbah
@ibrahimpatehbah 2 жыл бұрын
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.
@sagarika08
@sagarika08 2 жыл бұрын
nicely explained. I need more videos regarding.net core 6 codefast.
@germanyandgerman4158
@germanyandgerman4158 Жыл бұрын
i love it 😍🤩
@sonyalewis3722
@sonyalewis3722 Жыл бұрын
Wonderful. Do you have any tutorials of creating repositories, interfaces & viewmodels? I really like how you explain things
@zimmermr
@zimmermr Жыл бұрын
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.
@fatihsireci1524
@fatihsireci1524 Жыл бұрын
Thank you for the good explanations. Do you plan any course regarding Test Automation ?
@serique1323
@serique1323 2 жыл бұрын
Hi. Do you have any course about live data update? Like signalr/websockets. Id like to have order live update in table. Thank you! (got your full course on udemy, will get few more, you are great teacher)
@tamilcantroz5960
@tamilcantroz5960 2 жыл бұрын
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...
@cjt9150
@cjt9150 2 жыл бұрын
Very nice. How to consume webapi including image
@argeelearner3978
@argeelearner3978 2 жыл бұрын
Thanks For sharing!!!
@enesaliev
@enesaliev 9 ай бұрын
What is IEnummerable and what are the differences with ToList();
@jongpark9448
@jongpark9448 2 жыл бұрын
When will you make paid couse for .net 6 MVC? I want to see how authentication is done in .net 6 in easy way.
@DotNetMastery
@DotNetMastery 2 жыл бұрын
The course has just been launched at dotnetmastery.com :)
@peki_ooooooo
@peki_ooooooo 2 жыл бұрын
How to use migrations in Mac VS?
@danezubro
@danezubro 10 ай бұрын
We need tutorial about ViewContext
@dheerajambippi2283
@dheerajambippi2283 2 жыл бұрын
Sir please make on web api project
@felixpatric1630
@felixpatric1630 2 жыл бұрын
Sensei Bhrugen, Many many thanks. When are we getting web api for dotnet 6, and Microservice Architectures course? I've always love your approach in your lectures, Kudos!
@aimank962
@aimank962 Жыл бұрын
The ConnectionString property has not been initialized.
@argeelearner3978
@argeelearner3978 2 жыл бұрын
I don't have the option to enable runtime compilation for .net 6, I only see it for .net 5, why would that be?
@DotNetMastery
@DotNetMastery 2 жыл бұрын
They removed that option now! So you just need to enable on program.cs class file
@argeelearner3978
@argeelearner3978 2 жыл бұрын
@@DotNetMastery Was wondering
@gradientO
@gradientO 2 жыл бұрын
@@DotNetMastery Hey man, I just wanna ask you a question. What's your PC specs?
@karnasinhgohil6605
@karnasinhgohil6605 2 жыл бұрын
Why asp.net core has so many static code. How to remember such code?
@triplejay3494
@triplejay3494 Жыл бұрын
Sir.. can you give us the career path to become a full stack .NET developer
@DotNetMastery
@DotNetMastery Жыл бұрын
You can see that here www.dotnetmastery.com/home/careerPath
@lifetransitions9991
@lifetransitions9991 2 жыл бұрын
your voice sounds familiar.
@argeelearner3978
@argeelearner3978 2 жыл бұрын
Why do I only see the video quality in 360p?
@OttoAkama
@OttoAkama 2 жыл бұрын
MS SQL Server... what about Mac and Linux users?
@peki_ooooooo
@peki_ooooooo 2 жыл бұрын
you can use docker to run SQL Server on Mac
@KrishnaKumar-jr8pl
@KrishnaKumar-jr8pl 2 жыл бұрын
Give coupoun code in udemy course
@DotNetMastery
@DotNetMastery 2 жыл бұрын
All coupons are always on dotnetmastery.com
@papacanfly5639
@papacanfly5639 2 жыл бұрын
It's kinda hard to hear your vocal and bit hard to understand
@roofrangers2033
@roofrangers2033 2 жыл бұрын
i have a same issue, I suggest you to use caption. this really helps :D
@Ahmad00711
@Ahmad00711 Жыл бұрын
when I try to edit _Layout.cshtml it hangs entire visual studio 2022, other cshtml can be edited, I re installed ,reset visual studio but in vain. can any one tell me the exact solution. @DotNetMastery
@amirafrootan2030
@amirafrootan2030 2 жыл бұрын
Greate and clean tutorial. sir, how can we get in touch with you? mobile? whtsapp? or email?
Learn Razor Pages in .NET Core (.NET6)
2:51:50
DotNetMastery
Рет қаралды 13 М.
.NET Core 3.1 MVC REST API - Full Course
3:27:48
Les Jackson
Рет қаралды 956 М.
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 54 МЛН
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 55 МЛН
تجربة أغرب توصيلة شحن ضد القطع تماما
00:56
صدام العزي
Рет қаралды 36 МЛН
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,5 МЛН
Learn ASP.NET Core 3.1 - Full Course for Beginners [Tutorial]
3:13:18
freeCodeCamp.org
Рет қаралды 1,6 МЛН
Kubernetes 101 workshop - complete hands-on
3:56:03
Kubesimplify
Рет қаралды 1,6 МЛН
Azure Cache for Redis (.NET 6)
30:33
DotNetMastery
Рет қаралды 13 М.
Introduction to ASP.NET Core MVC in C# plus LOTS of Tips
1:03:56
IAmTimCorey
Рет қаралды 330 М.
What is Dependency Injection in .NET?
7:31
DotNetMastery
Рет қаралды 22 М.
Final muy increíble 😱
00:46
Juan De Dios Pantoja 2
Рет қаралды 54 МЛН