Building a Blazor WebAssembly API Controller in .NET 5

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

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

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

    Thanks, in 5 minutes I cleared a big doubt that has for a few weeks.

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

    Great tutorial! Clear and concise. Well done!!

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

      Glad it's been helpful to you! Thanks for the feedback!

  • @ronaldjohnson4470
    @ronaldjohnson4470 3 года назад +1

    Great tutorial Julian, I love your channel.

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

    Good job bro... Please do more!!!

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

    Thanks for the tutorial !

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

    Hi Julian, I have a question 😁
    Is my understanding that if I'm using Blazor Server and not WASM and don't need a Web API, right?
    Thanks 👍

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

      Good question, yes that is technically correct. But it is still good practice to encapsulate your data access logic in an API so that it can be accessed by any type of project, not just your wasm. Hope this helps!

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

    I suggest to use component virtualization instead of foreach :)