ASP.NET Core MVC CRUD - .NET 6 MVC CRUD Operations Using Entity Framework Core and SQL Server

Поділитися
Вставка
  • Опубліковано 15 вер 2024

КОМЕНТАРІ • 244

  • @cmL0619
    @cmL0619 3 місяці тому +1

    Thank you. I was working my project since 2 days. I had a CRUD operations problem . I watched this video and I solved the problem.

  • @sifisocyprianshezi3824
    @sifisocyprianshezi3824 2 роки тому +19

    I struggled but I did it ... yes I faced some challenges but there's one thing that helped me to survive which is "Going Back at least 3 steps". If you go back 3/4 times back you'll definetly see where you did wrong!
    Thank you Sameer Saini💯

  • @SameerSaini
    @SameerSaini  Рік тому +3

    📢📢Attention Udemy Business Users:
    I have created this lovely 13+ hour course on Udemy but Udemy has changed their policies for a course to be selected for Udemy Business.
    I know that a lot of you use Udemy for Business but you won't be able to access this course there 😥.
    But you can help me and many others get this course on Udemy Business. 😃
    All you have to do is to suggest this course to Udemy by following this link and filling a form:
    ➡➡ business-support.udemy.com/hc/en-us/articles/115005228467-How-do-I-Suggest-a-Course-
    It's a simple contact form where you have to submit this course to Udemy and if Udemy gets enough suggestions, they then consider it for Udemy business,
    ➡This is the link for the course
    ➡🔗www.udemy.com/course/aspnet-mvc-course-aspnet-core/
    I would ask you to please use the link and do suggest this course to Udemy and if you could also ask your friends and colleagues to do the same, then it will help this course get listed on Udemy Business.
    Thanks,
    Sameer

  • @govindsharma2793
    @govindsharma2793 2 роки тому +5

    This is the first EF core in visual studio 2022 I have got benefit from. Thank you very much.

    • @SameerSaini
      @SameerSaini  2 роки тому

      Glad you liked it!

    • @user-kx6vt1oh7d
      @user-kx6vt1oh7d 10 місяців тому

      ​@@SameerSaini Hi Sameer Sir Please Create A video on HINDI LANGUAGE I am not understand english But I am Watching Your All Videos With HINDI Subtitles

  • @donavan771
    @donavan771 2 роки тому +36

    I spent more than 8 hours looking this type of cream. imagine the garbage loaded on youtube that is blocking us from getting this great of the greatest cream. this is full cream nothing less.

  • @darshanshah9152
    @darshanshah9152 7 місяців тому +1

    I am very impressed with the details that he gives I literally understood everything ...every second is worth watching

  • @worldwideart9626
    @worldwideart9626 Рік тому

    Cám ơn b nhé , tôi đang học tại cao đẳng fpt , ngày mai tôi thi môn này (C#4 ) , Tôi đã bỏ cả kì , may mắn khi tôi đã tìm được video của b và tôi đã xem , tôi đã lấy lại tự tin sau khi xem lại video của bạn hơn 20 lần , cám ơn vì đã tạo ra video này

  • @suleymanyavas8806
    @suleymanyavas8806 Рік тому +1

    I used this tutorial to refresh my memory.
    And i loved it.
    This is a great tutorial!
    Thanks for your time and afford!

  • @shehan.akalanka
    @shehan.akalanka 11 місяців тому +2

    Wow, This is a really great tutorial. You made connecting the DB connection part really easy. Explained why we write each code clearly. Thank you☺

  • @darioes3102
    @darioes3102 Рік тому +4

    You are the only person who made a clear easy to understand example of how to create a database and add data to it. Thank you man

  • @huywarrior
    @huywarrior Рік тому +1

    The CRUD example is really easy to understand and intuitive. Thanks for the guide!

  • @鄭海寅-s8d
    @鄭海寅-s8d Місяць тому

    Hello. Thank you for your detailed and kind lectures. I am happy to study a lot with the lectures you provide. I think I need to buy paid lectures and study more. Thank you again for your lectures.

  • @damionmccoy9966
    @damionmccoy9966 11 місяців тому

    Hey thanks for this tutorial. I had real issues connecting to the database with other tutorials but once I found yours I was able to learn everything I needed and connecting became a snap.

  • @ramanujasawa5092
    @ramanujasawa5092 Рік тому +1

    Everything is par excellence. Keep up the good work. You are collecting tons of blessings.

  • @lalitchauhan9421
    @lalitchauhan9421 Рік тому

    the BEAUTY of this video is unlike all 30 min vdos of same topic they did not skipped SQL server installation and all!!

  • @pizzalover43
    @pizzalover43 Рік тому

    Great tutorial i needed this to refresh my memory. Its been a year since i graduated from cs but i forgot about these. Thanks for everything

  • @jimba6486
    @jimba6486 8 місяців тому

    12:38 thank you man, everyone else was confusing and the documentation was not straight forward on how to create a db and table on my local db visually shown on the "SQL Server Object Explorer". You solved my problem in a few minutes after one hour of searching the web.

  • @Windows7bugs
    @Windows7bugs Рік тому

    As I am yet to migrate to Visual Studio 2022, I had some confusions about setting up the dbcontext part for .Net Core 5.0. Once done, I was able to create the whole solution using Visual Studio 2019 community edition. Thank you Sameer, I wish I had access to a video like this one couple of years back! Now, I am restarting a project that was suspended because I couldn't get my head around the .Net Core stack two years back. Thanks once again.

  • @manishdhiman9481
    @manishdhiman9481 Рік тому

    Thanks Sameer Saini , only person who made a clear easy to understand ,thanks

  • @andelsonnicolaslopezysabel2501
    @andelsonnicolaslopezysabel2501 2 роки тому +3

    This is totally amazing, I saw this video and was very usufel, I looked into your channel and definitely I have to subscribe, very good job keep going like this and thanks.

  • @angelgaur7147
    @angelgaur7147 Рік тому

    Amazing Video In such a short time covered and with proper understanding.

  • @attilaguba856
    @attilaguba856 Рік тому +2

    Good tutorial! But might for this small CRUD app I should use int for ID and make it auto-incerment in SQL , easier to identify the ID and it doesn't consume more storage in memory as Guid does! Secondly I would definitely put Input validation and explaining why it's important and DataAnnotations too as I see your DateOfBirth property has Date and Time and I should make datatype only Date without Time for DateOfBirth! And in the View I would use only Asp tag helpers if you already use it in input field . You can specify in form as well. Good job though! 👍

  • @mayankjaiswal417
    @mayankjaiswal417 11 місяців тому

    One of the best video for beginner 💯 Thank you so much sir

  • @shayan_words
    @shayan_words Рік тому

    Thanks Man Just Completed the tutorial was hanging around this tutorial from last 5 Days . But Yeah Enjoyed em.....

  • @nurmuhamadrum2115
    @nurmuhamadrum2115 8 місяців тому

    Thanks for the great tutorial bro, God bless you!

  • @AAbdal
    @AAbdal 2 роки тому +1

    thank you a lot for your rich contents and easy description 😍😍

  • @cryptberk
    @cryptberk Рік тому

    Dude, that's a really good narrative. Thanks.

  • @TheHabibpk
    @TheHabibpk Рік тому

    I was fused for asp learning but so many concepts are cleared, as well please create one inventory project so that new students can learn easily

  • @minahilismail8986
    @minahilismail8986 Рік тому

    Such a comprehensive lecture!! I must say🖒

  • @SannalYadav
    @SannalYadav 10 місяців тому +1

    Nice one, thanks for sharing such nice content.

  • @Bayzon08
    @Bayzon08 Рік тому

    Thank you so much for making this video, you explained everything really well!!!

  • @AhOmJo
    @AhOmJo Рік тому

    first video I really benefits alot from it, thank you sir and I hope you keep uploading these kind of tutorial.

  • @caneriko94
    @caneriko94 Рік тому

    thank you. it was a nice practice of MVC, forms and model binding. people can develop it adding repository pattern, automapper etc. looking forward to seeing more!

  • @Ultimateboat27
    @Ultimateboat27 Рік тому

    thank you bro I was facing to understand the concept of connection string but it is clear now thnx to u !

  • @Mikewendwosen
    @Mikewendwosen 2 роки тому +3

    Thank you Mr. Sameer Saini you have been a great support i have been following your videos for a while and it has really helped me a lot , i was wondering if you could make a video of .NET Core web api project that can cover expert level topics using entity framework core for multiple tables with a foreign key relation, repository pattern, Identity , caching and so on. i understand this is huge but you don't find many tutorials of this sort

  • @ivysoftTube
    @ivysoftTube Рік тому

    This is a great tutorial. I found it pace at the right speed and explain with sound illustrations. And it is done in VS 2022.

  • @НатальяШестакович-д9э

    Thanks for the wonderful lesson. Everything became very clear.

  • @pauloemilio9807
    @pauloemilio9807 Рік тому

    Great class, I follow it trough multiples times, really helped me, thank you, Sameer.

  • @yogindrasingh336
    @yogindrasingh336 Рік тому +1

    Hey Sameer , however i know these concepts but the way you taught was nicely described. Appreciate your effort. keep up the good work.

  • @jemipthomas9348
    @jemipthomas9348 10 місяців тому

    Thank you Sir ,This example is really great

  • @nittinaggarwal1068
    @nittinaggarwal1068 Рік тому

    Wonderful Job...completely clear and nice explaination

  • @KumaranThangam
    @KumaranThangam 2 роки тому

    WoW....Thanks Lot Sameer for your Support to post this.👌

  • @goodmood1987
    @goodmood1987 Рік тому

    Thanks for the knowledge, it's a very good CRUD system for me.

  • @MarcosIturribeitia
    @MarcosIturribeitia Рік тому

    Excellent clear tutorial one of the bests !!!

  • @abdullahqazi768
    @abdullahqazi768 Рік тому

    Thank you so much Sameer this is a lifesaver. You made it look very easy.

  • @shitalsarode1723
    @shitalsarode1723 Рік тому

    It is so helpful. Thank you so much Sir

  • @ansh4596
    @ansh4596 Рік тому

    you are a life saver thank you sir for this tutorial🤩

  • @meowmeowSL
    @meowmeowSL Рік тому

    Thank you bro 🔥 this is an awesome video. You really nailed it🔥

  • @AlanGabales
    @AlanGabales Рік тому

    Thank you so much this video is very helpful, keep it up bro

  • @tmpmus5985
    @tmpmus5985 2 роки тому +1

    Thank you for the knowledge for us

  • @OmarFaruk-rn7bv
    @OmarFaruk-rn7bv 2 роки тому +1

    Thank you for the knowledge..

  • @AmitSingh-bg3dl
    @AmitSingh-bg3dl Рік тому

    Excellent ....Sir ji. And thanks as well..

  • @thuanvu9653
    @thuanvu9653 11 місяців тому

    Very nice work, thanks a lot!

  • @fairuzsulaiman5561
    @fairuzsulaiman5561 9 місяців тому

    Thanks sir for your contributions

  • @syedarif5663
    @syedarif5663 Рік тому

    Excellent...Bro this is an awesome vedio 👌 👏

  • @maduushi
    @maduushi Рік тому

    Thank You SO much .This Help Me a lot

  • @fray5417
    @fray5417 Рік тому

    Too good to be real! Thanks a lot, my dude!

  • @pranavanrajaratnam4216
    @pranavanrajaratnam4216 Рік тому

    great one for the beginners thank you!

  • @oskar6065
    @oskar6065 Рік тому

    Thank you, wonderful tutorial! :)

  • @thomaslamb6161
    @thomaslamb6161 Рік тому +1

    Excellent tutorial - it's difficult to find work like this for VS 2022. Great job!

  • @ajaykomatla5016
    @ajaykomatla5016 Рік тому +3

    Can you please let us know where to find the SQL server name?

  • @studymode5984
    @studymode5984 Рік тому

    Thank you so much sir.

  • @erdokrmn
    @erdokrmn Рік тому

    Thank you for awesome video .

  • @nandokusuma2903
    @nandokusuma2903 10 місяців тому

    thanks for course

  • @juankhanjar
    @juankhanjar 2 роки тому +1

    You are a great ,waiting for som play about Identity library (Authentication and Authorization ) Best Regard

  • @riturajjana
    @riturajjana Рік тому

    If anyone got the issue like :
    A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)
    Append TrustServerCertificate=True at the end of the connection string..

  • @leblancthierry8781
    @leblancthierry8781 Рік тому

    thank you for this clear tutorial

  • @edm-ncs-nicky2894
    @edm-ncs-nicky2894 8 місяців тому

    your video so great and so eassy to learn

  • @AbdullahJan-s1i
    @AbdullahJan-s1i Рік тому

    Thanks a-lot sir really helpful.

  • @vijaysagar2914
    @vijaysagar2914 7 місяців тому

    Nice Explanation

  • @vinurawathmal1484
    @vinurawathmal1484 Рік тому

    Excellent tutorial Great Job

  • @robinncode
    @robinncode Рік тому

    Thank You so much

  • @thuraiit
    @thuraiit 2 роки тому +1

    Thank you Sameer Saini sir

  • @SadikulHaqueSadi
    @SadikulHaqueSadi Рік тому

    Very helpful for beginners

  • @Ati1254
    @Ati1254 Рік тому

    Thanks a lot😍. It was very useful.

  • @kelkiasemana8550
    @kelkiasemana8550 Рік тому

    Thanks a lot

  • @ridensdev9681
    @ridensdev9681 Рік тому +1

    Could you please explain why we needed to do the return await at 52:53 for the View method but not for the Index method? Both are HttpGet methods and async but why does the error occur for the View method only?

  • @yakupdogan6279
    @yakupdogan6279 Рік тому

    Thanks for your help.

  • @SkKhan-jg9rd
    @SkKhan-jg9rd 2 роки тому

    Great video 👍.. plz make video on how to connect to database without entity Framework..or for crud operations without entity Framework

  • @RoHit-ck1vn
    @RoHit-ck1vn 2 роки тому

    this lecture was amazing thankyou sir

  • @siblingsdairies1043
    @siblingsdairies1043 6 місяців тому

    thanks for the help sir

  • @ZakiFootballVideos
    @ZakiFootballVideos Рік тому

    thank you it's very helpful

  • @manojchoudhary2830
    @manojchoudhary2830 Рік тому

    Getting issue in PM>Add-Migration "Initial Migration" and Update-Database. Unable to create database can anyone help

  • @AbhinavKumar-fv7qx
    @AbhinavKumar-fv7qx Рік тому

    Informatic video....u would HV added at least 1 exception.😊

  • @LittleCuriousCrew
    @LittleCuriousCrew 3 місяці тому

    Getting error message like "Method not found: 'Void" when trying to load employees list . Can u please help me with that. I did exactly same as u did

  • @Jenny-ii3cd
    @Jenny-ii3cd Рік тому +1

    12:50 stucked. i don't know how to properly setup sql server

    • @TheWizardOnTheWeb
      @TheWizardOnTheWeb Рік тому +1

      Added ;encypt:false in the end of the string and it worked for me.

  • @parwatishah5598
    @parwatishah5598 Рік тому +1

    Thank you so much it helps me alot ❤️can you make next video for authentication and authorization in asp.net 6 🥺

    • @SameerSaini
      @SameerSaini  Рік тому +1

      Sure, will try to make one soon!

  • @kalangikarthikeya7265
    @kalangikarthikeya7265 Рік тому +1

    The ConnectionString property has not been initialized. sir i m getting a error like this could u please help

  • @AlishaNaicker
    @AlishaNaicker 5 місяців тому

    hi there, please can you advise me why when i try to make the view button edit the employee details. it gives me an error even though ive used your exact code?

  • @shirshantgupta6227
    @shirshantgupta6227 Рік тому

    i had an issue
    Cannot implicitly convert type 'type' to 'type'
    id=Guid.NewGuid()

  • @rotnaakter460
    @rotnaakter460 Рік тому

    Thanks for vedios..

  • @user-bp8fn4pe6o
    @user-bp8fn4pe6o Рік тому

    Thanks.

  • @kawmmuas
    @kawmmuas Рік тому

    Hi sir! I just buy your corse in udemy , but no Download.NET Runtime to download now, show what will be hapen and how to solve next

  • @kadironal6364
    @kadironal6364 Рік тому

    Great job thank you !

  • @rushitupe3263
    @rushitupe3263 3 місяці тому

    Hi, my employee port is not redirecting towards the view on UI plz, give a solution to fix that issue

  • @ashishnayak2666
    @ashishnayak2666 2 роки тому +1

    Great content 👌

  • @siddhu8558
    @siddhu8558 8 місяців тому

    I'm facing an error while creating View and Delete action methods in the employee controller. Does anyone know how to fix it?
    CS1503: Argument 2: cannot convert from 'System.Guid' to 'System.Threading.Cancellation Token'

  • @sadikulhaquesadi6003
    @sadikulhaquesadi6003 Рік тому

    Very good content

  • @brainjoy231
    @brainjoy231 Рік тому

    Very nice expression 🎉

  • @kartikpatadia21
    @kartikpatadia21 Рік тому

    great job! thanks a lot