Angular with ASP.NET MVC Tutorials: Integrating Angular with Web API or ASP.NET MVC

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

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

  • @ScholarHat
    @ScholarHat  4 года назад +1

    Do you have any questions on this topic? Please share it in the comment section below and our experts will answer it for you. For Become a Full-stack .NET Developer. Visit our Website:👉bit.ly/3lp9oMs

    • @milicaminic7228
      @milicaminic7228 3 года назад

      Hi, my question is, if you open inspect-> element, is code of index page visible? Also, is it visible in source/network? Can you somehow hide it if it is? Thanks for the great video

  • @MrMadhumedida
    @MrMadhumedida 6 лет назад +1

    works like a charm !!
    For IE you need to uncomment few lines in ployfills.js
    import 'core-js/es6/symbol';
    import 'core-js/es6/object';
    import 'core-js/es6/function';
    import 'core-js/es6/parse-int';
    import 'core-js/es6/parse-float';
    import 'core-js/es6/number';
    import 'core-js/es6/math';
    import 'core-js/es6/string';
    import 'core-js/es6/date';
    import 'core-js/es6/array';
    import 'core-js/es6/regexp';
    import 'core-js/es6/map';
    import 'core-js/es6/weak-map';
    import 'core-js/es6/set';
    import 'core-js/es6/reflect';

  • @kumarkashyappandey6278
    @kumarkashyappandey6278 4 года назад +1

    Awesome work, best tutorial for ng+ mvc. Major works share in simple way. Thanks DNT.

  • @murarimahith8805
    @murarimahith8805 4 года назад +1

    very good video , it was really helpful i used this for my final year project
    helped me a lot thank you keep doing great stuff

    • @ScholarHat
      @ScholarHat  4 года назад

      Hello Murari, thank you for watching our video. We are glad that you liked our video. Do subscribe and stay connected with us. bit.ly/3lmURAS

  • @Karthik241191
    @Karthik241191 4 года назад +1

    Thats brilliant and thats what i was looking for
    Thank you soooo much

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

    Thanks.. nice tutorial, clean explanation

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

    how to integrate angular 13 with MVC wep application

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

    what angular version are u using on this project?

  • @msayeed78
    @msayeed78 6 лет назад +4

    That's awesome, thank you very much.

  • @RidesBySky
    @RidesBySky 5 лет назад +3

    Very informative and simple explaination

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

    Hello, I followed your steps but I keep receiving the following Console message:
    "Failed to load resource: the server responded with a status of 404 ()"
    For the .css and .js invoked in the .cshtml file.
    How can I solve this???
    Thank you so much,

  • @premS-94
    @premS-94 3 года назад

    can you show crud operation with login & logout and with different menu with angula11?

  • @nasirahmed4618
    @nasirahmed4618 5 лет назад +3

    Nice video. Can we use a view that's having a layout to bootstrap the angular? My requirement is to integrate angular in existing MVC or webforms app. My legacy app should run as usual, but when I redirect to specific page from there my angular components should load, and also all my layout navigations should be available. Let me know is this possible?

  • @malcolmswaine4660
    @malcolmswaine4660 3 года назад

    Useful tutorial, thanks!

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

    question: 1. why we are using web api while, we can use only mvc controller? 2. why using angular2+ with mvc view ? cannot we use only razor or jquery? 3. does it induce complexity or this architecture/setup has any advantage?

    • @murarimahith8805
      @murarimahith8805 4 года назад +1

      if we want to build our app in android or ios or any other platform, we can simply make use of this api for backend
      and also angular gives you more features and code reusability than normal mvc
      this is the new trend they are following

    • @TheOceanLoader
      @TheOceanLoader 4 года назад

      Yeah - also Angular is something called a "single page application". That's the advantage of Angular over Razor or (lol) jQuery. I think you should read up on either React / Angular / Vue

    • @prateekbhardwaj9943
      @prateekbhardwaj9943 4 года назад

      @@TheOceanLoader my question was, whats the advantage of mixing up two different principals ? we are using view and angular for spa at the same time... also mvc controller and web api in one project.. thanks

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

      because razor and jquery sucks

  • @umarfarooque5543
    @umarfarooque5543 4 года назад

    Awesome session

  • @beharhaziri
    @beharhaziri 4 года назад

    Any idea how to handle routing?

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

    Very helpful for me

  • @RajnishAzad
    @RajnishAzad 4 года назад +1

    helpful tips thank you very much

  • @AmrishPatel.
    @AmrishPatel. 6 лет назад

    Which version of Angular you used?

  • @fatemehpaydar8551
    @fatemehpaydar8551 3 года назад

    very good, thanks a lot!

  • @mr.triplea3021
    @mr.triplea3021 5 лет назад +1

    Not showing to my app folder, got stuck by system generated angular page

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

    Really good work, Thanks for sharing, any tips on the routing part ? How to handle that ? Also I believe assets folder will not work/map properly in case of custom files.

    • @TheOceanLoader
      @TheOceanLoader 4 года назад

      Yeah I want some tips on routing too. I'm following Angular tutorials. They talk about ng build --base-url parameter but it still broke on me :/ @Dot Net Tricks -- any advice?

  • @geolee76
    @geolee76 4 года назад

    .net MVC cannot run linux right

  • @SJ-mp2hk
    @SJ-mp2hk 4 года назад

    Hi, great video!
    Are you available for project work?

    • @ScholarHat
      @ScholarHat  4 года назад

      Thank you Sidney, Please Contact our team at +91-9999 123 502

  • @gataitai
    @gataitai 5 лет назад +2

    thanks!

  • @Cheshire9811
    @Cheshire9811 6 лет назад +2

    Thank You!!!!!!!!!!

  • @SergeyDziadevich
    @SergeyDziadevich 4 года назад +1

    Thank You!!!

  • @tukaisvlog
    @tukaisvlog 4 года назад

    ng is not supported