Blazor WebAssembly Tutorial - Blazor WebAssembly API - Blazor WebAssembly CRUD

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

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

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

    Thank you for watching this video.
    View the complete tutorial playlist:
    ruclips.net/p/PLzewa6pjbr3IQEUfNiK2SROQC1NuKl6PV

  • @mi_rekk
    @mi_rekk Месяц назад +1

    Best video tutorials about blazor! simple and easy to learning for beginners like as I, and i think is better then mvc for quick application. I need to create app for fetch data from esp32/8266 and another microdevices by MQTT. On last month i done this in WinForms when i decide to started learning first object language, before that i using only C and freeRTOS. Is a lot of effort before me and my heart beat faster! Great job! Thank you!

    • @CodingDroplets
      @CodingDroplets  Месяц назад

      Thank you so much for your kind words! Glad to hear that you find my Blazor tutorials helpful and easy to follow. Blazor is indeed a great choice for building quick applications. Your project of fetching data from ESP32/8266 using MQTT sounds exciting! It's wonderful to see your enthusiasm for learning new technologies. Keep up the great work.

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

    Excellent. It is the second video that I see of Blazor and the explanation is very clear. I will keep looking. Thanks

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

      Thank you for taking the time to watch my video and for your positive feedback! I'm so glad to hear that you found it helpful.

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

    Thanks Mr Droplets, it was easy to follow. I was able to see the difference between MVC which I am more used to and Blazor, which seems similar to React which I quite liked even though it was javascript.
    If blazor is like React in structure but with c# instead of javascript then I am sold!

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

      You are most welcome! Blazor allows a developer to build interactive server/web assembly applications with HTML, CSS and C#.
      On the other hand, React is a JavaScript library for building user interfaces and UI components. React and Blazor share the similarity of being client-side frameworks and libraries for building rich, interactive, and modern client-side applications.
      Blazor also have features like JavaScript interoperability, Progressive WebApps, Virtualization, Lazy loading etc.
      In .NET MAUI you can build a hybrid Blazor web application that will run natively on Windows, Mac, iOS, and Android operating systems.

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

    Nice job, very good explination, thank you :)

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

      Most Welcome! Glad to know you liked it.

  • @GGVids12
    @GGVids12 5 месяцев назад

    I'm new to programming... how do i add an edit function.. i don't know how

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

    The code has no issues, but when i run it, it can't add products, what was the problem?

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

      Thank you for watching the video. I would suggest considering the option of debugging the application as it can offer valuable insights into pinpointing the exact source of the issue.

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

    Hi i've implemeted the project as you did, but i receive this error ( Unhandled exception rendering component: '

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

      My intellisense auto-completed something,and I got no idea what happened. Please import the class and use Program.cs => builder.Services.AddSingleton(); (it was set,on me,as Program.cs => builder.Services.AddSingleton(); ) . Subtle difference,hard to spot

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

      @@ionutdogaru8533 Thank you, It's perfect, working perfect :)

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

      That's great! I was trying to figure it out.

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

      Also,please do NOT move models from the main folder like I did,or you get 404 errors :D

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

      You get the error when you run the client. You must run the server.

  • @haroldpepete
    @haroldpepete 5 месяцев назад

    that api controller is really awful, you must use rest standard por get products, post products/{id}, put and delete the same, the rest standard exists for a good reason, what happen is someone have to consume your api with your special signatures and frontend have already made all the frontend according to the rest api standard?

  •  Год назад +1

    I would like to hear

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

    【promosm】