Angular 14 CRUD with .NET 6 Web API using Entity Framework Core - Full Course

Поделиться
HTML-код
  • Опубликовано: 18 ноя 2024

Комментарии • 265

  • @mocanada304
    @mocanada304 Год назад +6

    For those who are wondering how to add space between the two buttons.
    Following is the solution:
    Update
    Thanks a lot @Sameer! Awesome video!
    Keep up the great work!

  • @ajithjoj
    @ajithjoj Год назад +27

    No body will never make this so short and clear. Really enjoyed your video dude. Keep up the good work!

  • @SparklingAdventureTales
    @SparklingAdventureTales Год назад +10

    I watched this guide, but with newer version of Angular, but all of the differences we pretty easy to google. This course helped me a lot in my transition from back-end development into full stack development. Sameer, thank you very much for this course! I appreciate it, it gave me a good start and understanding how to develop projects with Angular front-end.

  • @tawcreative
    @tawcreative Год назад +2

    Thank you. Studying for a new job after not using Angular in a couple of years. Great refresher.

  • @alicialatta7453
    @alicialatta7453 Год назад +4

    I followed this but with Angular 15. The changes made in Angular 15 meant I needed to do a little research but it didn't take long to figure out. I look forward to doing more of your tutorials. Thank you soooo much!

    • @kamilnejman2683
      @kamilnejman2683 Год назад

      I work with Angular 15 as well but I have got "cannot get / in angular 15" on 1:05:00 :(

    • @MrBoBrilO
      @MrBoBrilO Год назад

      @@kamilnejman2683 have you fixed your issue?

  • @haider.memories
    @haider.memories 9 месяцев назад +2

    Perfect. This single video taught me whole angular. Thank you sir!!.

  • @jogariv
    @jogariv 2 года назад +8

    Great job explaining how all the components, services and pieces works together. I would like to see another video integrating login screens with authentications. Thanks!!!!

  • @barathvagai1561
    @barathvagai1561 2 года назад +1

    sir....its was great project...i have completed my project by you.....thank you sir...

  • @taruntarun05
    @taruntarun05 2 года назад +2

    Super amazing video , I watched till end and created same application parallelly. Very beautifully and simply explained. Thanks very much.

  • @DecentralEyes
    @DecentralEyes Год назад +2

    This is fantastic. I plan to use this as a starting point for my own project with AdventureWorks 2017 db and Entity Framework, where I can create sales orders.

  • @argjendsejfullai8304
    @argjendsejfullai8304 10 месяцев назад +1

    thank you for taking your time to help us, i actually learned angular while coding with you which i didn't had to, but the explanation was so good

  • @AnakhaKs-n8f
    @AnakhaKs-n8f 8 месяцев назад

    As a beginner it helped me a lot, Thanks.

  • @MrBoBrilO
    @MrBoBrilO Год назад +1

    Great tutorial, as usual, Sameer. Worked like a charm from the start to the end with 0 errors with Angular 14.

  • @rajkumararora7366
    @rajkumararora7366 8 месяцев назад

    Great tutorial covering working practical implementation.
    One thing I am trying to understand as I am new is - Why we choose MVC Controller here and not API Controller?

  • @andrewstein2226
    @andrewstein2226 2 года назад +1

    Wow! This was absolutely phenomenal - clear, thorough, perfect! The only thing I didn't see covered for this major chunk of critical technology was enabling CORS for a specific domain - and all covered in less than 2 hours! Also (a testament to the state of the technology), everything behaved exactly as described, with the exception that Angular didn't prompt me to enable routing when I created the project, but that turned out to be a minor, valuable exercise.
    Presumably the best tutorial I have ever encountered, and an exciting introduction to Angular. Thank you very much!!

  • @Krentiles
    @Krentiles Год назад +1

    I just finished this course. And this is some phenomenal staff. So good, thank you good sir... you have natural ability to tech thanks again ❤❤

  • @abhisheksoni6012
    @abhisheksoni6012 2 года назад +3

    Sameer you did great job! Excellent explaination 100/100.

  • @iuliasilistru9736
    @iuliasilistru9736 2 года назад +2

    Amazing tutorial!!!Thank you

  • @ManishUS
    @ManishUS Год назад

    Wow, thanks for this tutorial. After following this video for almost 4 hours, finally I was able to complete this project. Feeling awesome.

  • @ernestobcoa2009
    @ernestobcoa2009 10 месяцев назад

    Wonderful tutorial!! I learned a lot following the implementation of this application!! Thanks a lot!!

  • @nsundarpandian
    @nsundarpandian 2 года назад +4

    Good video for full stack developers.
    .
    Can you create a video for authentication and authorisation in weapi core with angular

  • @suyashdabhane1385
    @suyashdabhane1385 2 года назад +3

    This tutorial was really helpful !!!! Thanks a lot !!!

  • @FXK23
    @FXK23 Год назад

    Awesome! Could code along all the way and (as a c#' guy) got a better angular understanding, what was the point of doing this tutorial.
    Thank you very much!

  • @ashpakaltamilahmed7586
    @ashpakaltamilahmed7586 Год назад

    Great. Keep up your style of teaching.

  • @techie2903
    @techie2903 Год назад

    Great Tutorial !!! Thank you very much.

  • @informativeKarachiWala
    @informativeKarachiWala Год назад +1

    Amazing tutorial, short and concise... It really helped me alot... Kudos to you 😇

  • @warpedghost6654
    @warpedghost6654 Год назад

    Excellent tutorial. I needed this badly. Creating a Visual Studio Project with Angular never worked for me so thank you very much.

  • @shaikhnasir9309
    @shaikhnasir9309 10 месяцев назад

    such great video, I never watch before. Thank you sir

  • @daalwada
    @daalwada Год назад

    Great content! Thank you very much for this!

  • @rikisax63
    @rikisax63 2 года назад +2

    Many many thanks Sir! Very good explanation!

  • @aliasadhassan
    @aliasadhassan Год назад

    great job !!! god Bless you !

  • @stavvers
    @stavvers Год назад

    This was brilliant. thank you so much!

  • @Playtastic_Ankit
    @Playtastic_Ankit Год назад

    Very useful Thanks.

  • @guron246
    @guron246 Год назад

    Thank you! Tutorial is very good! But I would suggest to add name inside input tag after: [(ngModel)] because you can get an error like:"If ngModel is used within a form tag, either the name attribute must be set or the form control must be defined as 'standalone' in ngModelOptions.". It seems like some new thing, because it's been a year since you upload this tutorial.

  • @mizanurrhaman1004
    @mizanurrhaman1004 Год назад

    Thanks for the excellent tutorial. Keep up the good work!

  • @PRiTiSH64
    @PRiTiSH64 Год назад

    Awesome tutorial, just one thing missing is the confirmation dialogue box before deleting but it can be taken as home work. 👍

  • @praveenshetty315
    @praveenshetty315 Год назад

    Thank you for the wonderfull course...l have learnt alot from this...,

  • @MilanSukhadiya
    @MilanSukhadiya Год назад

    Really Informative. Thank you!!

  • @patrickboehme4556
    @patrickboehme4556 2 года назад +1

    This tutorial is so good!! Thank you Sameer!

  • @manzoorreshi6953
    @manzoorreshi6953 Год назад

    You did it beautifully, this video tells your hold and strength in this field. I enjoyed it a lot. Thanks for uploading it.. Keep up the such contents..

  • @thewoodygamer4317
    @thewoodygamer4317 2 года назад +1

    Nice and clean Subscribed brother.

  • @kossamkafesu1772
    @kossamkafesu1772 2 года назад +1

    Sir Your Tutorials are getting me right. You are the best

  • @mitrap2885
    @mitrap2885 Год назад

    Thank you very much sir,...you helped me lot.

  • @kamilucjanek2409
    @kamilucjanek2409 2 года назад +1

    Nice tutorial, very professional. Unfortunatelly, I've met some critical errors with migration and cannot solve this with any of solution avaible on google, so I have to drop this. Hope that with next one I would be more lucky. Greetings

    • @shannonrider593
      @shannonrider593 2 года назад +1

      Hi Kamil, Share your errors here, someone might be able to assist you with it!!

    • @SameerSaini
      @SameerSaini  2 года назад

      Can you share your error?

    • @kamilucjanek2409
      @kamilucjanek2409 2 года назад +1

      @@shannonrider593 Hi, that's nice idea. I've had problem with adding migrations, but I've solved it. I had message: "Add-migration Exception calling Start with 1'' argument(s the system cannot find the file specified)". And all solutions on google was about changing system enviroment variables etc., but that didn't work for me. What did work was globally update ef-tools in cli and throught cli adding migration and update database (with commands "dotnet ef migrations add name --project projectName" and "dotnet ef database updaet --project projectName"). Hope that would help someone

  • @priyars1021
    @priyars1021 Год назад

    amazing tutorial . Its very clean to watch

  • @davidmares6053
    @davidmares6053 2 года назад +4

    this tutorial was very useful Sameer!, i wanted to learn more so i bought your udemy courses today. thank you

  • @nelsonrivers8546
    @nelsonrivers8546 Год назад

    This video was very good. Thank you sir.

  • @zainabdaruwala9472
    @zainabdaruwala9472 Год назад

    Thanks sameer, Do you have any video with Angular Unit Testing with same Crud operation

  • @AJR21110
    @AJR21110 2 года назад

    Amazing tutorial!

  • @yaredalmaw6644
    @yaredalmaw6644 2 года назад +1

    Great Tutorial

  • @addisuwolde4866
    @addisuwolde4866 2 года назад +5

    Great job sir! What if we use DB first approach and scaffold to get the models and DbContext? any cons?

    • @SameerSaini
      @SameerSaini  2 года назад +3

      There is no cons at all, you have all the freedom to create the database or the code first, both works perfectly

    • @SameerSaini
      @SameerSaini  2 года назад +1

      Thanks :)

    • @addisuwolde4866
      @addisuwolde4866 2 года назад +2

      Thank you sir! please don't stop to prepare useful resources like this.

  • @RPMDev539
    @RPMDev539 10 месяцев назад

    wow thank you Sameer Saini

  • @sudhakarvasa2136
    @sudhakarvasa2136 2 года назад

    Sameer Sir, this is an excellent tutorial.

  • @veljkomilic479
    @veljkomilic479 Год назад +1

    Very good sir, this course is not for absolute beginners, but for someone with basic knowledge it is truly a treasure. Very brief explanations but straight to the point.

  • @ruzhibbbvdgsjwh1097
    @ruzhibbbvdgsjwh1097 Год назад

    Thank you so much for your amazing video❤❤❤

  • @siddubpl4526
    @siddubpl4526 Год назад

    Thanks for the excellent tutorial. It's crisp and clear. You are the rockstar🥳

  • @borgirvspitsah7329
    @borgirvspitsah7329 Год назад

    great tutorial

  • @dennismuthusi6118
    @dennismuthusi6118 2 года назад +3

    That was an amazing tutorial. The explanations were on point and easy to grasp, that's definitely a 5⭐

  • @kumaresanramalingam9765
    @kumaresanramalingam9765 Год назад

    Wow. It is really nice tutorial. I used oracle as a database.

  • @Shas4Ever
    @Shas4Ever Год назад

    Very nice!

  • @yogeshs5939
    @yogeshs5939 Год назад

    My college teachers never explained like this , Thank you ❤👌

  • @grapevine2801
    @grapevine2801 Год назад

    This was awesome thank you

  • @krischua9390
    @krischua9390 2 года назад

    OMG , this is the one video i can follow till end.
    Before that i already failed around 8 time by follow other videos.😭
    I think we have to follow the version same with us no matter visual studio or node npm angular version.

  • @abhinavtyagi1356
    @abhinavtyagi1356 2 года назад +3

    Great Job Dude... Your Tutorial is easy to understand and amazing😃

    • @SameerSaini
      @SameerSaini  2 года назад

      Thanks :) Appreciate your feedback.

  • @manojkargeti2352
    @manojkargeti2352 2 года назад

    Very Nice tutorial! really good.

  • @aquadust
    @aquadust Год назад

    this was a great tutorial!! :) thanks for making it easy to follow and concise!

  • @zeerar
    @zeerar Год назад

    Very nice tutorial

  • @SiyaKubeka
    @SiyaKubeka Год назад

    Thank you very much Sameer

  • @stevendepiro7636
    @stevendepiro7636 Год назад

    I appreciate your video!

  • @timsiemon7296
    @timsiemon7296 Год назад

    well done

  • @stevendepiro7636
    @stevendepiro7636 Год назад

    Great tutorial. The only thing I would add is compiling the two projects into a single solution.

  • @volodymyrsanotskyi3473
    @volodymyrsanotskyi3473 Год назад

    thank you very much!!!

  • @haseebahmed02
    @haseebahmed02 2 года назад

    Awesome!

  • @tmpmus5985
    @tmpmus5985 2 года назад +1

    Thank you

  • @d-landjs
    @d-landjs Год назад

    Excellent friend, I was able to do it without problems, it would be great if you do it with DTO and Repository patterns, thanks :D

  • @ytkids8
    @ytkids8 Год назад

    Very helpful tutorial 5/5

  • @luisfernandodeolazabalsche3317
    @luisfernandodeolazabalsche3317 2 года назад

    Muchas gracias.

  • @DuarteCorporationTutoriales
    @DuarteCorporationTutoriales 2 года назад +2

    Muchas gracias por el tutorial, me sirvió mucho. :) Thank you!

  • @shanilkv
    @shanilkv 2 года назад

    Thank you Guru ji. Your tutorials is really helpful and easy to understand very quicky...

  • @tharindumanoj2163
    @tharindumanoj2163 9 месяцев назад

    Thanks I learn a lot

  • @ManeendraBH
    @ManeendraBH Год назад

    amazing, How can I build both angular ui and web api in same solution and publish to azure?

  • @rosmisha
    @rosmisha Год назад

    Nice tutorial! One question: Why you choose MVC controller, when you can take API controllers? There are some reasons here?

  • @mrtester1689
    @mrtester1689 Год назад

    Sir, thank you so much for this amazing tutorial. Very deep explanation !!! Just Love it

  • @danielkovacs3664
    @danielkovacs3664 Год назад

    thnaks and how could do the filter/search bar, and get edit hystory?

  • @sathyakrishnamoorthy5143
    @sathyakrishnamoorthy5143 Год назад

    very nice🙂

  • @mugilan9257
    @mugilan9257 Год назад

    100 % Perfect 👍

  • @creccreczoo
    @creccreczoo Год назад

    Amazing !!! it helped me a lot... Muito Obrigado

  • @HtooA-h2i
    @HtooA-h2i Год назад

    Thanks .

  • @gayaninishadika8711
    @gayaninishadika8711 Год назад

    Thank you❤️

  • @divyasingh6981
    @divyasingh6981 Год назад

    Thanks

  • @saikanth5684
    @saikanth5684 Год назад

    Thank you so much

  • @mettlus
    @mettlus 2 года назад +1

    Can you post some inline editing tutorials for Datagrid? Fantastic job on all videos!

  • @Gallowtown
    @Gallowtown 2 года назад +1

    Hi Sameer!, Could you make a project using google maps? pls

  • @bizneslupa3629
    @bizneslupa3629 Год назад

    So which one is better to use in new projects React or Angular?

  • @salehhussain503
    @salehhussain503 Год назад

    After watching half of the course, I immediately bought the Udemy full course!
    Thank you very much man you're great.
    Keep creating content you're making the world better.

  • @tranhuy5799
    @tranhuy5799 2 года назад +2

    I recall 1st time that I did with Angular 2. Now it is 14....

    • @SameerSaini
      @SameerSaini  2 года назад

      Yea, changes every 6 months,

  • @shyamplays
    @shyamplays Год назад

    Thanks a lot

  • @kavyapriya.k7646
    @kavyapriya.k7646 Год назад

    can u do vedio on how to perform crud operation with .net core with angular(preview) template?

  • @alexdisd5670
    @alexdisd5670 Год назад

    nice tutorial :')

  • @liencourtz
    @liencourtz 3 месяца назад

    Its the best video I had found!
    Btw, Im very curious about what theme that you use to make variable's have diferent colors inside " " in html (like 01:33:00 in routerlink ). Any one know?