A Beginners' Guide to Blazor WebAssembly - An Introduction & Getting Started

Поделиться
HTML-код
  • Опубликовано: 19 янв 2023
  • What is Blazor WebAssembly? Why is Blazor WebAssembly different from Blazor Server? What is an API? What is a Controller? These are some of the questions covered in this introduction to Blazor WebAssembly and how to get started with a simple application.
    Useful Links:
    Blazorcode - Script and Code: blazorcode.uk/countriesandcit...
    Microsoft Visual Studio 2022: visualstudio.microsoft.com/vs...
    Differences between Blazor Server & Blazor WebAssembly:
    www.c-sharpcorner.com/article...
    stackoverflow.com/questions/7...
    What is an API: www.mulesoft.com/resources/ap...
  • НаукаНаука

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

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

    I really don't understand why your videos don't have mamy views. They are the best!

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

    where have you been...we missed you a lot...In 30 years of IT experience I tried many times to learn how to code but I couldn't until by chance I saw your videos...Now I started to understand how to code in blazor server because of your awesome teaching method. I am waiting for your new videos with pleasure. Thank you..

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

    Good to see you again. Love your clear and very helpful videos!

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

    Excellent video as always! Glad you're back! 🙂

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

    Great simple to follow explanations - thanks chris

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

    👍👍👍👍👍

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

    Hi Christopher, I really appreciate your work and learn a lot. I am just getting started learning about the Blazor. I have a quick question for you. Is it required to have all the 3 projects to build the WebAssembly App? Let's say you are calling Amazon REST Web Services. Do I need to build the project structure like your to consume any REST WebAPI? Looking forward to hearing from you soon. Thanks

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

      The structure created in my example was as a result of selecting the Blazor WebAssembly App and then choosing ASP.Net Core Hosted. I haven't tried building a project to consume a REST API, so I cannot really answer your question, but here are a couple of videos that might help:
      ruclips.net/video/cqRqkJaLgls/видео.html
      ruclips.net/video/DMbPdGf6-rw/видео.html

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

      @@christopherbell7186 Thanks for the information.

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

    Long time no see friend, welcome back 😊

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

    appreciate the videos, but could you zoom in in our code
    I spent way to much time doing
    [Route("[CountryId]")]
    instead of
    [Route("{CountryId}")]

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

      Apologies. I have prepared a couple of videos at the same resolution, but will attempt to remember to increase the size of the fonts in future videos. You can get the source code for the videos at: blazorcode.uk/countriesandcitieswasm/