Introduction to ASP.NET Core MVC (.NET 8)

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

ความคิดเห็น • 531

  • @kirillzlobin7135
    @kirillzlobin7135 6 หลายเดือนก่อน +104

    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

    • @BokyaGaming7
      @BokyaGaming7 5 หลายเดือนก่อน +2

      Please complete this list. it is very helpful while watching this tutorial and taking notes. Thank you

    • @abdulrahmanabdullah8636
      @abdulrahmanabdullah8636 5 หลายเดือนก่อน

      thnx bro

    • @mrfuxoz8554
      @mrfuxoz8554 4 หลายเดือนก่อน +1

      Is there an API in this video?

    • @kirillzlobin7135
      @kirillzlobin7135 4 หลายเดือนก่อน

      @@mrfuxoz8554 This is all about MVC. I think you need to find a video on .NET Web API

  • @zanngoc
    @zanngoc 9 หลายเดือนก่อน +87

    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.

    • @thanyaniinnocent940
      @thanyaniinnocent940 7 หลายเดือนก่อน

      What's your experience of this video?

    • @smitaraturi4492
      @smitaraturi4492 6 หลายเดือนก่อน

      @zanngoc is the video having full content

    • @hasanhuseyin9537
      @hasanhuseyin9537 5 หลายเดือนก่อน

      Possible if asp using with c#?

    • @nasirrazahazara322
      @nasirrazahazara322 5 หลายเดือนก่อน

      Neil is indeed stupid ..i bought his course ..then tried to return ..but it couldn't

    • @dotaxanime6689
      @dotaxanime6689 4 หลายเดือนก่อน

      How to refund bro?

  • @alexandonov2215
    @alexandonov2215 2 หลายเดือนก่อน +3

    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! ❤

  • @peterculver6593
    @peterculver6593 8 หลายเดือนก่อน +15

    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!

    • @YadinValdes
      @YadinValdes 7 หลายเดือนก่อน

      Totally agree.

    • @muhammadshahryar-5201
      @muhammadshahryar-5201 หลายเดือนก่อน

      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

  • @arashghanbari5907
    @arashghanbari5907 ปีที่แล้ว +41

    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.

    • @sandeshgurung1583
      @sandeshgurung1583 ปีที่แล้ว

      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.

  • @emmanuelmulwa1620
    @emmanuelmulwa1620 5 หลายเดือนก่อน +5

    "LET ME SHOW YOU THAT.... IN THE NEXT VIDEO🥰🥰🥰" : is a punchline I'll never forget, loved his gentleness so much🥰

    • @sleepnaught
      @sleepnaught 2 หลายเดือนก่อน +3

      and...perfect

  • @Mmvisenim
    @Mmvisenim 9 หลายเดือนก่อน +7

    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

  • @asimfaiazrass9087
    @asimfaiazrass9087 ปีที่แล้ว +18

    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.

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว +1

      thank you so much for such a feedback!

    • @Saadi20000
      @Saadi20000 6 หลายเดือนก่อน

      ​@DotNetMastery Sir kindly upload the remaining part of this series

  • @adamochie
    @adamochie 3 หลายเดือนก่อน +7

    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

  • @subhransuray8810
    @subhransuray8810 6 วันที่ผ่านมา

    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.

  • @MrActiBif
    @MrActiBif 17 วันที่ผ่านมา +1

    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

  • @Pramodsharma-uz8ix
    @Pramodsharma-uz8ix 8 หลายเดือนก่อน +5

    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!

    • @DotNetMastery
      @DotNetMastery  7 หลายเดือนก่อน +3

      I have TH-cam courses on react and API!

    • @Pramodsharma-uz8ix
      @Pramodsharma-uz8ix 7 หลายเดือนก่อน

      @@DotNetMastery Completed Tutorials ! Best Of the Best one ! Thanks sir!

    • @weizhenzhang1572
      @weizhenzhang1572 5 หลายเดือนก่อน

      @@DotNetMastery hello, how could I find the courses on react and API?

  • @dandelion0331
    @dandelion0331 9 หลายเดือนก่อน +1

    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.

    • @cap10a19
      @cap10a19 6 หลายเดือนก่อน

      Is this really for beginners?
      I mean I am a complete beginner in .net

  • @YadinValdes
    @YadinValdes 7 หลายเดือนก่อน +2

    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.

  • @AlmutasimAlmazidi
    @AlmutasimAlmazidi ปีที่แล้ว +6

    I always consider you my inspired in programming especially in DOT NET framework. I really appreciated your helpful explanation

  • @pioneertechnology7531
    @pioneertechnology7531 7 หลายเดือนก่อน +3

    Incredible Human...! Sir you're simply great without money minded. If someone else made this video, surely they'll Charge huge amount for it....!

  • @codekhalipha7759
    @codekhalipha7759 9 หลายเดือนก่อน +5

    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..

  • @kartiktyagi4063
    @kartiktyagi4063 27 วันที่ผ่านมา

    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

  • @user-wd4qw3sq9f
    @user-wd4qw3sq9f ปีที่แล้ว +14

    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!

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว +3

      Thank you so much for the feedback!

    • @ghoverhn001
      @ghoverhn001 ปีที่แล้ว +2

      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!

    • @ComentsReaderWithSA
      @ComentsReaderWithSA 7 หลายเดือนก่อน

      ​@@ghoverhn001😂😂 yes me too

  • @numericallyhidden9489
    @numericallyhidden9489 6 วันที่ผ่านมา

    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

  • @deborajroy6170
    @deborajroy6170 6 หลายเดือนก่อน +6

    This tutorial is fantastic! Thank you so much for sharing your knowledge. I hope you receive many blessings!

  • @imanqoly
    @imanqoly ปีที่แล้ว +8

    Indeed your tutorials are "complete", you are genuinely a master to teach

  • @muhammadikram139
    @muhammadikram139 ปีที่แล้ว +3

    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 🇵🇰

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว

      glad you are enjoying the course!

  • @VELS436
    @VELS436 10 หลายเดือนก่อน +2

    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

  • @musaakor9092
    @musaakor9092 6 หลายเดือนก่อน +3

    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

  • @umerfarooq3121
    @umerfarooq3121 8 หลายเดือนก่อน +2

    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

  • @g.t.539
    @g.t.539 6 หลายเดือนก่อน +1

    Simple, clear explanation from the base without any fuss. Thank you very much for this outstanding course.

    • @taskeen_fatimaa
      @taskeen_fatimaa 6 หลายเดือนก่อน

      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

    • @g.t.539
      @g.t.539 6 หลายเดือนก่อน

      @@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.

    • @timk232
      @timk232 6 หลายเดือนก่อน +1

      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

    • @taskeen_fatimaa
      @taskeen_fatimaa 6 หลายเดือนก่อน +1

      @@timk232 okay I got it thankyou so much

  • @tanakaspotato3720
    @tanakaspotato3720 หลายเดือนก่อน

    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

  • @ganeshram580
    @ganeshram580 5 หลายเดือนก่อน +2

    In all aspects, this is one of the best videos. Thank you sir!

    • @DotNetMastery
      @DotNetMastery  5 หลายเดือนก่อน

      Glad you liked it!

  • @devmahad
    @devmahad ปีที่แล้ว +17

    [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

    • @kandinagireddy
      @kandinagireddy ปีที่แล้ว +1

      Thank you for given time stamps. I feel that without code first model, entire application may implement Database First Model is good idea 😃😃😃

  • @andyj1394
    @andyj1394 8 หลายเดือนก่อน +1

    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!

  • @marcoeliu5738
    @marcoeliu5738 หลายเดือนก่อน

    Insane Tutorial -> I'm in a new journey and this is just a live saving. Thanks a lot

  • @finalsami
    @finalsami ปีที่แล้ว

    1 hour joyu . maja avi gai :) ghanu badhu samjai gayu.. very informative sir. hu ahi thij ghanu badhu samji sakis. thank you Patel Sir.

  • @julieyeaeun
    @julieyeaeun ปีที่แล้ว +1

    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!

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว

      You're very welcome!

    • @SultanAbdussalam
      @SultanAbdussalam 11 หลายเดือนก่อน

      @@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.

  • @mthokozisimyende787
    @mthokozisimyende787 2 หลายเดือนก่อน +2

    04:57:35 IReposirty
    05:15:40 - where i stopped with this repo.....
    05:45:40 - demo of repo....
    05:46:27 - Drop down menu
    05:48:35 - PRODUCT CRUD

  • @brioown
    @brioown 7 หลายเดือนก่อน +2

    You have explained everything in excellent detail.. Your explanation is nice to start with.

  • @AJSrbin
    @AJSrbin 4 หลายเดือนก่อน +1

    sir - this is the greatest tutorial on youtube

    • @DotNetMastery
      @DotNetMastery  4 หลายเดือนก่อน

      Glad you liked it

  • @gffloyd
    @gffloyd 9 หลายเดือนก่อน +2

    Excellent tutorial, one of the best that I've seen on youtube. I even bought your course on udemy.

  • @brettRaper1996
    @brettRaper1996 ปีที่แล้ว +7

    1:18:15
    Love the content of the video and how you explain things. Makes learning DotNet soooo simple and more enjoyable.

  • @amoghkumarverma7586
    @amoghkumarverma7586 6 หลายเดือนก่อน +9

    after 5 hr ...Repository concept is too confusing..

  • @smithkt894
    @smithkt894 ปีที่แล้ว +1

    I had to subscribe to this channel just done 2 hours and have learnt a lot. Great tutor, great tutorial.

  • @snapman218
    @snapman218 ปีที่แล้ว +2

    This is amazing. When I get some money I will buy you a coffee for sure.

  • @justforfun4990
    @justforfun4990 ปีที่แล้ว

    Just completed this course what an amazing experience. Now trying to make another web-application.

  • @babarmughal8891
    @babarmughal8891 ปีที่แล้ว

    Just one hour into this video, and I want to say amazing content, Just WOW. I am going to complete this tutorial.

  • @hands-onprogramming2057
    @hands-onprogramming2057 3 หลายเดือนก่อน

    What an extremely clear explanation of things. Love it, amazing work!

  • @shubhamgautam1661
    @shubhamgautam1661 5 หลายเดือนก่อน +1

    Thanku Sir for sharing this much knowledge without a single penny 🤝

  • @tainavalentimdelima8404
    @tainavalentimdelima8404 9 หลายเดือนก่อน +1

    Thank you very much 🥺
    Hugs from Brazil, you really helped me with my studies ❤❤

    • @programadorautodidata
      @programadorautodidata 4 หลายเดือนก่อน +1

      Oi, Tainá! Como estão os estudos em DotNet?

    • @tainavalentimdelima8404
      @tainavalentimdelima8404 4 หลายเดือนก่อน

      @@programadorautodidata olá! Estão indo muito bem! Estou desenvolvendo meu TCC com ASP.NET Core MVC! Apesar das dificuldades está dando certo!

    • @programadorautodidata
      @programadorautodidata 4 หลายเดือนก่อน

      @@tainavalentimdelima8404 que legal! Comecei a estudar C# recentemente e tenho interesse em aprender esses recursos do DOTNET. Você tem LinkedIn?

    • @programadorautodidata
      @programadorautodidata 4 หลายเดือนก่อน

      @@tainavalentimdelima8404 que legal! Comecei a estudar C# recentemente e tenho interesse em aprender esses recursos do DOTNET. Você tem LinkedIn?

  • @belkhiriasadok7245
    @belkhiriasadok7245 13 วันที่ผ่านมา

    Thank you for sharing this amazing course with us! However, I'm still having trouble running the project after cloning it. Could you please walk us through the steps to get it up and running? thankss

  • @belkhiriasadok7245
    @belkhiriasadok7245 หลายเดือนก่อน +1

    anyone know how to run the project ? what are the steps to run it correctly ? i cloned it but i can't run it

  • @user-so3nv1zh2j
    @user-so3nv1zh2j 11 วันที่ผ่านมา +1

    Excellent Video. Thanks a lot.

  • @kandinagireddy
    @kandinagireddy ปีที่แล้ว

    I have completed 5 hours tutorial now. Its wonderful tutorial. I like it.
    For enhancements May you teach with "Database first model".

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว +1

      Thanks for the idea!

    • @kandinagireddy
      @kandinagireddy ปีที่แล้ว

      @@DotNetMastery Thank you for your response 😀👌👌👌

  • @MahdiMohseni-h8l
    @MahdiMohseni-h8l 10 วันที่ผ่านมา

    This course is perfect. thanks a lot :)

  • @milionowski
    @milionowski 8 หลายเดือนก่อน

    Your udemy course has redirected me to this gold. Your content speaks for you, thanks!

  • @udithaliyanage6375
    @udithaliyanage6375 หลายเดือนก่อน

    Amazing tutorial. Gathered lot of knowledge. Thanks for doing this.

  • @mahadifamgate2686
    @mahadifamgate2686 ปีที่แล้ว +2

    you got very cool brain and relaxing teaching skill , love it !!! very thankful to you sir !!!

  • @prajwalgawai4660
    @prajwalgawai4660 หลายเดือนก่อน +1

    Can we use the MySQL database instead of SQL Server

  • @vasiliv2000
    @vasiliv2000 หลายเดือนก่อน

    Very detail oriented tutorial. Perfect!!!

  • @ghoverhn001
    @ghoverhn001 9 วันที่ผ่านมา +1

    Is the sequel to this tutorial already available? Can someone share the link?

  • @dilakshaaveesh4360
    @dilakshaaveesh4360 ปีที่แล้ว +2

    Thank you sir! Really helpful videos! I got my job Thanks to you! Really appreciate what you are doing.

  • @rudrasaiprasad
    @rudrasaiprasad 4 หลายเดือนก่อน

    i am working on the collage project that is based on the asp.net core mvc .
    this course is helping me.......... thanks

  • @janpicek2
    @janpicek2 ปีที่แล้ว +2

    4:43:08 - corrupted migration fix
    8:52:20 - roles

  • @belkhiriasadok7245
    @belkhiriasadok7245 หลายเดือนก่อน +1

    Sir, please how to run the clone ? what are the steps to run it on visual studio ?

  • @dhanyarahulan
    @dhanyarahulan ปีที่แล้ว

    Amazing course. This is my third course of Bhrugen.

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว

      Thank you for the wonderful feedback!

  • @MuhammadBilal-yd2xu
    @MuhammadBilal-yd2xu 7 หลายเดือนก่อน

    I am really impressed from the way he is teaching and trying to connect the viewer. Allah give you reward

  • @maheswarraoramasani2439
    @maheswarraoramasani2439 5 หลายเดือนก่อน

    Your explanation us superb everytime i confused.Now its clearly understood

    • @DotNetMastery
      @DotNetMastery  5 หลายเดือนก่อน

      Glad to hear that

  • @romania-n6q
    @romania-n6q 7 หลายเดือนก่อน

    it is crazy that free good learning material is available and everyone is ignoring it.

  • @Asp.net_Developer
    @Asp.net_Developer 3 หลายเดือนก่อน

    Best explaination of MVC ever🔥🔥🔥🔥

  • @mazeem27n
    @mazeem27n หลายเดือนก่อน

    Dear Sir, I have experience in database application development for MS ACCESS but web development is a new for me. I really appreciate the way you teach. Is it possible to use MySQL instead of MS SQL.

  • @hidass2006
    @hidass2006 4 หลายเดือนก่อน

    @DotNetMastery I love it the way you explain it in simple manner...😍😍😍

  • @vishnuk6417
    @vishnuk6417 ปีที่แล้ว +11

    Thank you master!!❣️❣️

  • @uttamrai6540
    @uttamrai6540 10 หลายเดือนก่อน

    i follow you sir for how to master of dot net core!
    thank you so much sir!

  • @dotnetMasterCSharp
    @dotnetMasterCSharp 8 หลายเดือนก่อน

    This is most useful course for Developers and juniors!

  • @zanngoc
    @zanngoc 9 หลายเดือนก่อน

    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

  • @justforfun4990
    @justforfun4990 ปีที่แล้ว +1

    I am getting an error while scaffolding identities (there was an error running the selected code generator package restore failed rolling back). I am using .net 7 and all packages are installed version(7.0.8).
    [Solved] After updating my packages to version (7.0.9) scaffolding succeeded.

  • @irshooooo
    @irshooooo หลายเดือนก่อน

    The course and the way of explaining it are quite understandable and nice. However, after the separation of the projects from the fourth hour onwards, inextricable errors started to occur and no matter how hard I tried, I could not fix these errors. I have to find another course. Still, I am leaving having learned something at a basic level, and I am presenting this feedback to the teacher as a thank you.

  • @mahydulislam
    @mahydulislam หลายเดือนก่อน +1

    For adding Area 5:39:30

  • @matteomalinverni5499
    @matteomalinverni5499 5 หลายเดือนก่อน +1

    This tutorial is perfect! Bravo!!

  • @bl7937
    @bl7937 ปีที่แล้ว +1

    Thank you!! I can’t wait to purchase more of your courses.. I’m always checking Udemy weekly for new courses made by you. The love the stripe e-commerce courses, maybe next time you build a stripe e-commerce courses would you kindly mind showing how to manage stock of products when a user orders a certain quantity?

  • @jankichalise904
    @jankichalise904 ปีที่แล้ว

    Thankyou so much for such an amazing video. You have explained everything so wonderfully and included all the necessary topics. Really appreciate your efforts.

    • @DotNetMastery
      @DotNetMastery  ปีที่แล้ว

      Glad it was helpful!

    • @jankichalise904
      @jankichalise904 6 หลายเดือนก่อน

      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​

  • @user-hu6pn3bt8i
    @user-hu6pn3bt8i ปีที่แล้ว

    Best tutorial and mentor, thanks for this video, lets go to advanced mode!

  • @tomasberanek2728
    @tomasberanek2728 ปีที่แล้ว

    Dude talks like Dark Souls Crestfallen Warrior in Firelink Shrine. Love it !

  • @khanfaizan05
    @khanfaizan05 7 หลายเดือนก่อน

    Hats off❤.. lots of love and respect.
    Quality content nicely presented and explained..
    Thankyou ❤❤

  • @muhammadhashaam4576
    @muhammadhashaam4576 ปีที่แล้ว

    thanks, this course helped me alot, in creation of new project.

  • @tohamyahmed3603
    @tohamyahmed3603 ปีที่แล้ว +1

    Thank you, you are my favorite teacher. I Love you ❤

  • @jacky5821
    @jacky5821 6 หลายเดือนก่อน +1

    can i complete this course in macos computer?

  • @kirillzlobin7135
    @kirillzlobin7135 6 หลายเดือนก่อน

    You are a great teacher! Thank you very much for your job!!!

  • @falcongreens2570
    @falcongreens2570 ปีที่แล้ว

    I have purchased a course with you on Udemy. You are the best.

  • @ahsanrazasumayari8503
    @ahsanrazasumayari8503 หลายเดือนก่อน

    Best Tutotial of All time

  • @sabarinathem4146
    @sabarinathem4146 6 หลายเดือนก่อน +1

    I didn't get download link of VS Code, Net 7/8, SSMS from description. Please, can you provide that link.

  • @vasukivenkat8206
    @vasukivenkat8206 15 ชั่วโมงที่ผ่านมา

    In this bootswatch themes can't find a design for datepicker... Anyone know the good design with datepicker

  • @aliawdi693
    @aliawdi693 3 หลายเดือนก่อน +1

    great video

  • @dotaxanime6689
    @dotaxanime6689 5 หลายเดือนก่อน

    Thank you so much sir this is very helpful for building our project❤😊

    • @DotNetMastery
      @DotNetMastery  5 หลายเดือนก่อน

      Most welcome 😊

  • @user-cc5tx9qk3e
    @user-cc5tx9qk3e หลายเดือนก่อน

    Thank You sir this project good help for me and also I have completed

  • @leuchuy8602
    @leuchuy8602 6 หลายเดือนก่อน

    Ko có kiến thức tiếng anh nhưng thấy mấy anh zai khen nhiều nên bật phụ đề học thử :))

  • @kolaparthisaimounica1004
    @kolaparthisaimounica1004 20 วันที่ผ่านมา

    How to get ride of SSL warning when we build the program ?

  • @dharun441
    @dharun441 19 วันที่ผ่านมา

    Hi Sir, I am facing an Issue. Whenever I delete a category and add a new category the id is auto incrementing. I am not sure if this is a problem. I faced a error when I had to set foreign key for product model, I was able to fix this error by checking the db manually and giving the same id for category as foreign key for the products. Is there any way to fix this?

  • @AlmutasimAlmazidi
    @AlmutasimAlmazidi ปีที่แล้ว +1

    I recommend you to make a tutorial using syncfusion components that will be next level and leverage the process of development

  • @slobodantajisic2762
    @slobodantajisic2762 6 วันที่ผ่านมา

    4:14:52 Here we have property Category. We don't need new Category object obj. Could we write _db.Categories.Remove(Category); ?

  • @Vision-Zar
    @Vision-Zar 5 วันที่ผ่านมา

    does it have the inventory management?

  • @shadmehrbz3931
    @shadmehrbz3931 3 หลายเดือนก่อน

    A great full course. Thanks a lot ❤❤❤