15:08 Tools needed 26:33 wwwroot folder - all static files go here (images, CSS, JS etc.) 28:59 appsettings.json - all secret keys go here 31:14 Program.cs file - starting file of the project 41:30 Routing 48:20 Views that correspond to a certain controller are locatted in Views folder. 1:07:58 Create a model - class with certain properties 1:10:19 Data annotation 1:13:17 - Connection to a DB 1:14:00 - Download package using NuGet 1:17:15 - Project file has the list of all dependencies 1:17:56 - Add connection string to a project 1:23:03 - Configure the connection to DB with Entity Framework 1:35:49 - Create table with Entity Framework 1:45:38 - CRUD operations 1:57:21 - Get data from DB and pass it to view 2:02:25 - Display data in the view 2:11:17 - Add CSS Bootswatch css file (modified bootstrap) 2:18:22 - Create new category (click on button) 2:29:15 - Bind form data 2:33:21 - Add data to DB via post method in form 2:37:09 - Redirect to a certain page after clicking "Create" 2:38:49 - Form validation 2:45:28 - Custom conditions for validation 2:53:42 - Client side validation 2:58:45 - Editing 3:15:46 - IMPORTANT NOTE WHEN UPDATING RECORD 3:18:46 - Deleting a category 3:23:39 - Notifications with help of TempData 3:27:13 - Create a partial view for dispalaying TempData notifications 3:30:52 - Using Toastr for Notifications 3:37:12 - Using Razor pages instead of MVC stuff (Also shows how to add another project to the solution and set it as a run project) 3:38:58 - Differences between MVC and Razor pages 4:19:04 - Create DAL - Data Access Layer. Separation of concern. 3:33:20 - Puting the files from monolith APP to separate apps: DataAccess, Models, Utilitiy 4:43:09 - Migrations 4:46:19 - Dependency Injection Lifetimes
53 minutes in, and I refunded the stupid course that I bought on udemy from Neil Cummings. He may have very high point averages, but he does NOT explain things like you do here. I appreciate that from the buttom of my heart, thank you, I am looking forward to completing this 9 hour journey and hopefully, I will FINALLY get a good understanding of .Net.
most tutorial videos says it was a beginer or introductory tutorial but in videos they assume you know everything they don't bother to explain details or small concepts however it's those small stuff causes beginners to confuse and cannot grasp the whole picture. This one is the REAL introduction or beginner friendly tutorial. Teachers or tutors or other tutorials creators should be like him.
I have been a teacher for many years and I am fascinated by how each element is explained and linked step by step. Simply spectacular. I have followed the video step by step, 2:30 in, totally engaged.
I stay in London and was looking for tutor for .net core 8.0 Luckily got your course & just completed 2 hours as of now. I could say your teaching style is out of the world, so simple and with detailed explanations, Many thanks for creating such a lovely videos. Looking forward for more such quality videos from your channel.
Absolutely fantastic tutorial. I've lost count of the amount of tutorials I took trying to understand ASP. This one did it for me. Thank you for this. It is much appreciated.
7:03:22 i ma having an issue on this place where i cant pass the image to controller although i set the --name="file"-- in input and controller also has --IFormFile file-- but the controller file is showing null. Can anyone assist me please.
I love this dude. Here is my progress report, I will update it daily. 1)Learning session 04/09/2024 - 1:06:53 (completed) 2)Learning session 05/09/2024 - 1:19:12(completed) Okay I got lazy, I know, I know :p. 3)Learning session Some progress is better than no progress. 09/09/2024- 1:44:41(Completed) 4)Learning session 09/09/2024- 1:57:06(Completed) Extremely frustrated, SSMS is being difficult. I am following what he is saying will update tomorrow. 5)Learning session 10/09/2024 - Goal is 2 hours.
I usually never comment on videos, but you deserve this comment. I am 1 hour into the video and I already love it. You explain everything in a simple and easy to understand way. And when I say everything, it's literally everything, which is really important. I pay for Web Development courses and they just don't, I have to look on google what certain things do, how to do stuff etc and yet here you are with this video making everything fall into place. Thank you! ❤
This is such a great tutorial, thank you so much. I'm a beginner and 2 hours in, I am so grateful for how simple and detailed the tutorial is. You're an amazing teacher
ThankyouSomuch for this amazingg course, reallyy grateful. The depth of the topics the politeness the order of this course has thaught us a lot in easiest way possible. Much respect.
6:10:40 Add DB Foreign Key using Entity Framework Core 6:20:00 Create enumerate list select with viewBag viewData 6:44:00 Add file type data type 7:25:00 Create Search bar, pagination with list
4 Hrs completed! So far exciting the way you are teaching, your high spirit, enthusiasm, and way of narrating, all just awesome! Hope you come with APIs, MicroServices, with ReactJs, etc. Thanks!
Simple English , Simple explanation, Simple everything. I have downloaded a lot of MVC Core videos and after coming across your video I have since deleted all of them. I am only left with this. This is the best MVC Tutorial I have seen on youtube. I want to watch this video many times until I understand everything. God bless u
What a great masterpiece you are. I have done your Dependency INJ and asp 6 Razor page course. Honestly, it was incredible and the best dollars I have spent so far. Also taking the time to appreciate that you are making the contents free for everyone to learn.
I recently graduated from a C#, .NET Full Stack Bootcamp. I had a great background from them and everything you said made sense...but the way you connected the dots and fleshed out my previous learning was awesome!! I was an educator before taking the leap into Programming and I will say that this is a wonderful educational course by a very talented instructor. Thanks for all you do!
hey brother can u guide me i have a knowledge of C# basics. should i jump in to these course or should i learn more things before diving into these course? plz guide me
you made my day. I searched couple of video series , even gone through couple of them. I was just doing that tech surf accidentally I visit your video and I don't know how you took my 9 hours silently. Supper attached to your video and the way you touched most of the things and explained those. I am fall in love with your teaching. Thank you so much for all your efforts.
Hi, Master! What you're doing is really incredible! I have been trying for a very long time to find courses that would give me a complete understanding of how commercial products are written in a structured form! I will look forward to even more courses from you!
7:23:00 Include foreign relationship's Navigation Property 7:26:00 Datatables with pagination, search, sort and basic functionality 7:27:00 Regions and APIs action methods in controllers 7:44:00 Sweet Alerts 8:01:00 Converting HTML to Strings Text 8:05:00 Identity in .NET Core 8:43:00 Defining roles in Register OnGet handler 9:00:00 Get Information about the current user 9:02:30 Adding AUhtorization of Controllers - preventing URL attack
@@taskeen_fatimaa start with this course and follow up to the CRUD operations section and master that first. I have a very long experience in WinForms and .NET and even for me is dependency injection hard to follow. Focus on .NET Core. .Net Framework gets depreciated over time. Don't waste your time with it.
Watching your video first time, the way you teach so complex topic step by step and gradually is fantastic and i like when you say viewer to not worry if not digested or understood the complex thing.❤ from Pakistan 🇵🇰
Great sir... You made dotnet very simple and easy to understand..I saw alot of tutorials on youtube but they all confuse .. but your tutorials make us confident about dotnet
these diagrams are amzing, this makes big difference compared with other tutorials. And you also make mistakes intentionally during teaching. I love ur teaching style.I ll buy your course.
Dear Sir , you are my dot net core guru sir 💯💛 ....i have learned easy many complex dot net things from your videos ....love from chennai , Tamilnadu , india sir
@@DotNetMastery I agree, I had taken an mvc course before and we built a quora like app, but I really didn't get it until I watched this course, and now I can finally finish my own project. Thank you so much.
Your teaching method, explanation, presentation is of next level. The amount of effort you put to prepare this much content is not explainable. I watch first 4 sections in on GO almost 5 hours. If possible please upload the next part to make this series complete. Thank you so much :) Love from Peshawar, Pakistan
6:11:43 If you encounter an error when trying to run Add-Migration AddProductTableToDb, you should first change the Category class from Id to CategoryId, then run Add-Migration again and finally use Update-Database.
Thankyou so much for such an amazing video. You have explained everything so wonderfully and included all the necessary topics. Really appreciate your efforts.
i am 3.20 in. i am facing an issue .On button click i wanted to delete the record there itself not create a separate view for it. -i created a button for that purpose Del -Clicking on the Delete button calls the below code [HttpPost, ActionName("Delete")] public IActionResult Delete(Category objCategory) { //code to delete } -modification done in the form but i am not able to get the selected id . as asp-route-id="@obj.Id" is not working i tried various ways but no luck can you please please help. @@DotNetMastery
5:28:27 If the footer is still messed up, Open _Layout.cshtml.css file and change the footer's position value to absolute .footer { position: absolute; bottom: 0; width: 100%; white-space: nowrap; line-height: 60px; }
15:08 Tools needed
26:33 wwwroot folder - all static files go here (images, CSS, JS etc.)
28:59 appsettings.json - all secret keys go here
31:14 Program.cs file - starting file of the project
41:30 Routing
48:20 Views that correspond to a certain controller are locatted in Views folder.
1:07:58 Create a model - class with certain properties
1:10:19 Data annotation
1:13:17 - Connection to a DB
1:14:00 - Download package using NuGet
1:17:15 - Project file has the list of all dependencies
1:17:56 - Add connection string to a project
1:23:03 - Configure the connection to DB with Entity Framework
1:35:49 - Create table with Entity Framework
1:45:38 - CRUD operations
1:57:21 - Get data from DB and pass it to view
2:02:25 - Display data in the view
2:11:17 - Add CSS Bootswatch css file (modified bootstrap)
2:18:22 - Create new category (click on button)
2:29:15 - Bind form data
2:33:21 - Add data to DB via post method in form
2:37:09 - Redirect to a certain page after clicking "Create"
2:38:49 - Form validation
2:45:28 - Custom conditions for validation
2:53:42 - Client side validation
2:58:45 - Editing
3:15:46 - IMPORTANT NOTE WHEN UPDATING RECORD
3:18:46 - Deleting a category
3:23:39 - Notifications with help of TempData
3:27:13 - Create a partial view for dispalaying TempData notifications
3:30:52 - Using Toastr for Notifications
3:37:12 - Using Razor pages instead of MVC stuff (Also shows how to add another project to the solution and set it as a run project)
3:38:58 - Differences between MVC and Razor pages
4:19:04 - Create DAL - Data Access Layer. Separation of concern.
3:33:20 - Puting the files from monolith APP to separate apps: DataAccess, Models, Utilitiy
4:43:09 - Migrations
4:46:19 - Dependency Injection Lifetimes
Please complete this list. it is very helpful while watching this tutorial and taking notes. Thank you
thnx bro
Is there an API in this video?
@@mrfuxoz8554 This is all about MVC. I think you need to find a video on .NET Web API
3:37:38 razor WEB API project in the solution at 3:37:37
"LET ME SHOW YOU THAT.... IN THE NEXT VIDEO🥰🥰🥰" : is a punchline I'll never forget, loved his gentleness so much🥰
and...perfect
53 minutes in, and I refunded the stupid course that I bought on udemy from Neil Cummings. He may have very high point averages, but he does NOT explain things like you do here. I appreciate that from the buttom of my heart, thank you, I am looking forward to completing this 9 hour journey and hopefully, I will FINALLY get a good understanding of .Net.
What's your experience of this video?
@zanngoc is the video having full content
Possible if asp using with c#?
Neil is indeed stupid ..i bought his course ..then tried to return ..but it couldn't
How to refund bro?
most tutorial videos says it was a beginer or introductory tutorial but in videos they assume you know everything they don't bother to explain details or small concepts however it's those small stuff causes beginners to confuse and cannot grasp the whole picture. This one is the REAL introduction or beginner friendly tutorial. Teachers or tutors or other tutorials creators should be like him.
Is this really for beginners?
I mean I am a complete beginner in .net
I have been a teacher for many years and I am fascinated by how each element is explained and linked step by step. Simply spectacular.
I have followed the video step by step, 2:30 in, totally engaged.
I stay in London and was looking for tutor for .net core 8.0
Luckily got your course & just completed 2 hours as of now. I could say your teaching style is out of the world, so simple and with detailed explanations, Many thanks for creating such a lovely videos.
Looking forward for more such quality videos from your channel.
This is the best tutorial I've come across on UA-cam. Very clear and concise. I look forward to completing this course. TQ
Absolutely fantastic tutorial. I've lost count of the amount of tutorials I took trying to understand ASP. This one did it for me. Thank you for this. It is much appreciated.
7:03:22 i ma having an issue on this place where i cant pass the image to controller although i set the --name="file"-- in input and controller also has --IFormFile file-- but the controller file is showing null.
Can anyone assist me please.
I love this dude. Here is my progress report, I will update it daily.
1)Learning session
04/09/2024 - 1:06:53 (completed)
2)Learning session
05/09/2024 - 1:19:12(completed)
Okay I got lazy, I know, I know :p.
3)Learning session
Some progress is better than no progress.
09/09/2024- 1:44:41(Completed)
4)Learning session
09/09/2024- 1:57:06(Completed)
Extremely frustrated, SSMS is being difficult. I am following what he is saying will update tomorrow.
5)Learning session
10/09/2024 - Goal is 2 hours.
??
what's the progress bro ?
@@abhigtm3003 lol nom ore news from this guy lol
we don't need this thanks
I usually never comment on videos, but you deserve this comment. I am 1 hour into the video and I already love it. You explain everything in a simple and easy to understand way. And when I say everything, it's literally everything, which is really important. I pay for Web Development courses and they just don't, I have to look on google what certain things do, how to do stuff etc and yet here you are with this video making everything fall into place. Thank you! ❤
This is such a great tutorial, thank you so much. I'm a beginner and 2 hours in, I am so grateful for how simple and detailed the tutorial is. You're an amazing teacher
after the 2 first hours it is getting tight there....
ThankyouSomuch for this amazingg course, reallyy grateful. The depth of the topics the politeness the order of this course has thaught us a lot in easiest way possible. Much respect.
This tutorial is fantastic! Thank you so much for sharing your knowledge. I hope you receive many blessings!
6:10:40 Add DB Foreign Key using Entity Framework Core
6:20:00 Create enumerate list select with viewBag viewData
6:44:00 Add file type data type
7:25:00 Create Search bar, pagination with list
thanks!
after adding the css and js href, the searchbar, pagination with list didnot appear. How to resolve?
4 Hrs completed! So far exciting the way you are teaching, your high spirit, enthusiasm, and way of narrating, all just awesome! Hope you come with APIs, MicroServices, with ReactJs, etc.
Thanks!
I have UA-cam courses on react and API!
@@DotNetMastery Completed Tutorials ! Best Of the Best one ! Thanks sir!
@@DotNetMastery hello, how could I find the courses on react and API?
Simple English , Simple explanation, Simple everything. I have downloaded a lot of MVC Core videos and after coming across your video I have since deleted all of them. I am only left with this. This is the best MVC Tutorial I have seen on youtube. I want to watch this video many times until I understand everything. God bless u
What a great masterpiece you are. I have done your Dependency INJ and asp 6 Razor page course. Honestly, it was incredible and the best dollars I have spent so far.
Also taking the time to appreciate that you are making the contents free for everyone to learn.
thank you so much for such a feedback!
@DotNetMastery Sir kindly upload the remaining part of this series
Can’t than you enough.🎉
Clear, precise and easy to follow.
I knew only Mosh at this level of clarity in the explanation but you’re a rock..
I am new to ASP .Net, but what i have learnt from this your video tutorial is immeasurably superb.
thank you for what you do.
sweet blessings
Well i fall in love with your calm and pertinence. In only 40 min i understood more then in one week of reseach from google. Thank you from France
I recently graduated from a C#, .NET Full Stack Bootcamp. I had a great background from them and everything you said made sense...but the way you connected the dots and fleshed out my previous learning was awesome!! I was an educator before taking the leap into Programming and I will say that this is a wonderful educational course by a very talented instructor. Thanks for all you do!
Totally agree.
hey brother can u guide me i have a knowledge of C# basics. should i jump in to these course or should i learn more things before diving into these course? plz guide me
@@muhammadshahryar-5201 hey did you watch am at ur state i dint wht to do
This man is a teacher. He has a way of simplifying concept.
I always consider you my inspired in programming especially in DOT NET framework. I really appreciated your helpful explanation
Great to hear!
Every second of this video is completely worth it... It helps me greatly in completing my final project... Thank you
You explain everything so clearly and in such an accessible way. You're great. Thank you very much indeed!🙂
Incredible Human...! Sir you're simply great without money minded. If someone else made this video, surely they'll Charge huge amount for it....!
you made my day. I searched couple of video series , even gone through couple of them. I was just doing that tech surf accidentally I visit your video and I don't know how you took my 9 hours silently. Supper attached to your video and the way you touched most of the things and explained those. I am fall in love with your teaching. Thank you so much for all your efforts.
Hi, Master! What you're doing is really incredible! I have been trying for a very long time to find courses that would give me a complete understanding of how commercial products are written in a structured form! I will look forward to even more courses from you!
Thank you so much for the feedback!
I agree. Of all the videos I have I have watched, this is te best. Simple, articulate and easy to follow. I already feel like a super programmer!
@@ghoverhn001😂😂 yes me too
1 hour joyu . maja avi gai :) ghanu badhu samjai gayu.. very informative sir. hu ahi thij ghanu badhu samji sakis. thank you Patel Sir.
[DROPDOWN IN NAVBAR] 5:47:40
[Time Stamp] 4:33:22
[Toaster JS Libaray] 3:34:42
[Bootwatch & CSS] 2:11:09
[Downloading nuget] 1:16:32
6:38
Thank you for given time stamps. I feel that without code first model, entire application may implement Database First Model is good idea 😃😃😃
Indeed your tutorials are "complete", you are genuinely a master to teach
thank you so much!
In all aspects, this is one of the best videos. Thank you sir!
Glad you liked it!
7:23:00 Include foreign relationship's Navigation Property
7:26:00 Datatables with pagination, search, sort and basic functionality
7:27:00 Regions and APIs action methods in controllers
7:44:00 Sweet Alerts
8:01:00 Converting HTML to Strings Text
8:05:00 Identity in .NET Core
8:43:00 Defining roles in Register OnGet handler
9:00:00 Get Information about the current user
9:02:30 Adding AUhtorization of Controllers - preventing URL attack
I liked this so much I found it on Udemy and purchased it there. I wanted to make sure you got some coin from me for your hard work. Keep it up!
Simple, clear explanation from the base without any fuss. Thank you very much for this outstanding course.
Hi I am new to dotnet framework what should i learn i am lil bit confuse should i learn .net core mvc or .net 6 or this one
@@taskeen_fatimaa start with this course and follow up to the CRUD operations section and master that first. I have a very long experience in WinForms and .NET and even for me is dependency injection hard to follow. Focus on .NET Core. .Net Framework gets depreciated over time. Don't waste your time with it.
I wouldn't go with a .NET 6 since now the LTS (Long term support) version is .NET 8. This tutorial is a great way to start with ASP .NET Core MVC
@@timk232 okay I got it thankyou so much
1:18:15
Love the content of the video and how you explain things. Makes learning DotNet soooo simple and more enjoyable.
thank you so much!
Day 1: 1:06:13 completed
Day 2: 1:53:00 completed
Day 3: 2:15:20 completed
Day 4: 3:02:00 completed
Day 5: 3:36:00 completed
This is amazing. When I get some money I will buy you a coffee for sure.
Watching your video first time, the way you teach so complex topic step by step and gradually is fantastic and i like when you say viewer to not worry if not digested or understood the complex thing.❤ from Pakistan 🇵🇰
glad you are enjoying the course!
You have explained everything in excellent detail.. Your explanation is nice to start with.
sir - this is the greatest tutorial on youtube
Glad you liked it
Great sir... You made dotnet very simple and easy to understand..I saw alot of tutorials on youtube but they all confuse .. but your tutorials make us confident about dotnet
Excellent tutorial, one of the best that I've seen on youtube. I even bought your course on udemy.
This is super Easy. I have watched some videos on this topic but this one is the most simple and easy to memorize.
these diagrams are amzing, this makes big difference compared with other tutorials. And you also make mistakes intentionally during teaching. I love ur teaching style.I ll buy your course.
It's been a wonderful journey. It's was simple and understandable. I really enjoyed the course
Dear Sir , you are my dot net core guru sir 💯💛 ....i have learned easy many complex dot net things from your videos ....love from chennai , Tamilnadu , india sir
you are an outstanding teacher! I'm a complete beginner and I understood everything one hour in. thank you and I'm so excited to finish this course!
You're very welcome!
@@DotNetMastery I agree, I had taken an mvc course before and we built a quora like app, but I really didn't get it until I watched this course, and now I can finally finish my own project. Thank you so much.
Your teaching method, explanation, presentation is of next level. The amount of effort you put to prepare this much content is not explainable.
I watch first 4 sections in on GO almost 5 hours.
If possible please upload the next part to make this series complete.
Thank you so much :)
Love from Peshawar, Pakistan
Insane Tutorial -> I'm in a new journey and this is just a live saving. Thanks a lot
very good course, i recommend
it's normal to search some details outside the video but this one teaches the basic stuff you need to know
Just one hour into this video, and I want to say amazing content, Just WOW. I am going to complete this tutorial.
Have fun!
I had to subscribe to this channel just done 2 hours and have learnt a lot. Great tutor, great tutorial.
Thanku Sir for sharing this much knowledge without a single penny 🤝
My pleasure
what an explanation of dependency injection lifetimes methods, GREAT........!
I Search for this guide in 3 months ty bruh for creating this guide xD
this voice is so relaxing
Just completed this course what an amazing experience. Now trying to make another web-application.
Fantastic!
What an extremely clear explanation of things. Love it, amazing work!
This is most useful course for Developers and juniors!
Your udemy course has redirected me to this gold. Your content speaks for you, thanks!
This tutorial is perfect! Bravo!!
Amazing course. This is my third course of Bhrugen.
Thank you for the wonderful feedback!
You are a good teacher my brother!
I appreciate that!
5:03:47 27.11
5:02:07 26.11 dün sigarayı bıraktım
4:43:09 Recreating Migrations
4:41:49 22.11
4:36:53 20.11
4:24:16 18.11
3:36:22 17.11
2:48:36 16.11
2:25:59 15.11
2:10:04 14.11
1:58:07 How to retrieve data from database
1:53:10 13.11
1:45:00 how to connect database to .net
1:34:35 12.11
58:00 11.11
Amazing tutorial. Gathered lot of knowledge. Thanks for doing this.
you got very cool brain and relaxing teaching skill , love it !!! very thankful to you sir !!!
Thank you for the feedback
Your explanation us superb everytime i confused.Now its clearly understood
Glad to hear that
Thank you sir! Really helpful videos! I got my job Thanks to you! Really appreciate what you are doing.
So happy to hear that!
Thank you very much 🥺
Hugs from Brazil, you really helped me with my studies ❤❤
Oi, Tainá! Como estão os estudos em DotNet?
@@programadorautodidata olá! Estão indo muito bem! Estou desenvolvendo meu TCC com ASP.NET Core MVC! Apesar das dificuldades está dando certo!
@@tainavalentimdelima8404 que legal! Comecei a estudar C# recentemente e tenho interesse em aprender esses recursos do DOTNET. Você tem LinkedIn?
@@tainavalentimdelima8404 que legal! Comecei a estudar C# recentemente e tenho interesse em aprender esses recursos do DOTNET. Você tem LinkedIn?
Hate from Tamil nadu😂😂@@tainavalentimdelima8404
You are a great teacher! Thank you very much for your job!!!
Finally Completed the video successfully!!!! 😍😍😍😍😍😍
Very detail oriented tutorial. Perfect!!!
This course is amazing! Thank you Bhrugen 😊
I am really impressed from the way he is teaching and trying to connect the viewer. Allah give you reward
Best tutorial and mentor, thanks for this video, lets go to advanced mode!
Best Tutotial of All time
Sir, you are really a great teacher.
Thank you, you are my favorite teacher. I Love you ❤
Thank you! 😃
Best explaination of MVC ever🔥🔥🔥🔥
i follow you sir for how to master of dot net core!
thank you so much sir!
Thank you master!!❣️❣️
You are very welcome
thanks, this course helped me alot, in creation of new project.
8:40:30 role manager implement
9:15:15 toggle extended attributes in users
Thank you soooo much sir, for this beautiful content.
Learned a lot from this, Thanks sir
Glad to hear that
@DotNetMastery I love it the way you explain it in simple manner...😍😍😍
I have completed 5 hours tutorial now. Its wonderful tutorial. I like it.
For enhancements May you teach with "Database first model".
Thanks for the idea!
@@DotNetMastery Thank you for your response 😀👌👌👌
I have purchased a course with you on Udemy. You are the best.
thank you for the feedback!
Thanks for the free and amazing tutorial! I learned a lot!
You're very welcome!
6:11:43 If you encounter an error when trying to run Add-Migration AddProductTableToDb, you should first change the Category class from Id to CategoryId, then run Add-Migration again and finally use Update-Database.
Hats off❤.. lots of love and respect.
Quality content nicely presented and explained..
Thankyou ❤❤
i am working on the collage project that is based on the asp.net core mvc .
this course is helping me.......... thanks
All the best
Thankyou so much for such an amazing video. You have explained everything so wonderfully and included all the necessary topics. Really appreciate your efforts.
Glad it was helpful!
i am 3.20 in. i am facing an issue .On button click i wanted to delete the record there itself not create a separate view for it.
-i created a button for that purpose
Del
-Clicking on the Delete button calls the below code
[HttpPost, ActionName("Delete")]
public IActionResult Delete(Category objCategory)
{
//code to delete
}
-modification done in the form
but i am not able to get the selected id . as asp-route-id="@obj.Id" is not working i tried various ways but no luck can you please please help.
@@DotNetMastery
Thank you Bruhgen! Amazing video!
Thank You sir this project good help for me and also I have completed
Excellent Video. Thanks a lot.
thank you so much! This video is exactly thing what I need now
Glad it was helpful!
5:28:27 If the footer is still messed up, Open _Layout.cshtml.css file and change the footer's position value to absolute
.footer {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px;
}
awesome teaching skill love this video