.NET ❤️’s WebAssembly in .NET 7 | .NET Conf 2022

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 15

  • @Erril_Ferndal
    @Erril_Ferndal Рік тому +9

    Blazor Webassembly is the best thing I discovered in decades! Daniel, you are doing an amazing job! You are such a nice guy, I cannot get enough of you 😃

  • @hippozippo44
    @hippozippo44 Рік тому +2

    Does .NET 7 already make use of the GC proposal, like Dart, Kotlin and other languages do?

  • @muhamedkarajic
    @muhamedkarajic 11 місяців тому

    Good video. Tnx!

  • @wpow1156
    @wpow1156 Рік тому +1

    Awesome, Just launched first BLAZOR WebAssembly web application with 2K users and 10K entries a day on average, satisfied with performance! 👍👍👍👍👍

  • @ristekostadinov2820
    @ristekostadinov2820 Рік тому +1

    Can webassembly fetch data from server and append them to the DOM, without the need of JS? I'm curious because if it can it opens up possibility for replacing json data with protocol buffs, shipping far smaller payloads.

    • @mixwood1130
      @mixwood1130 Рік тому

      Yes. It completely works without JS.
      Maybe some little JS for connections otherwise WA is a fully featured experience.

    • @JohnPeter-yf5jf
      @JohnPeter-yf5jf Рік тому +2

      Yes, you need JavaScript for anything you want updated on a DOM, after the first draw.

  • @Suriprofz
    @Suriprofz Рік тому +1

    to bad it's so damn slow. not production ready, but fine for todo app tutorials

  • @rusektor
    @rusektor Рік тому

    Debugging doesn't work. I get warning message: "The breakpoint will not currently be hit. No symbols have been loaded for this document.".

    • @jcb871
      @jcb871 Рік тому

      Using an http URL instead of https works

    • @VladK-1
      @VladK-1 Рік тому

      Doesn't work with Firefox here, but works fine with Chrome.

    • @unskeptable
      @unskeptable 10 місяців тому

      Just load the debug symbols and it works..

  • @muhammadsalmanjamil7182
    @muhammadsalmanjamil7182 Рік тому

    Net7 just messed the hot reload it doesn't work for web assembly project