ASP.NET Core Series: PWA's with Blazor

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

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

  • @80amnesia
    @80amnesia 4 года назад +15

    blazor/webassembly is the future, don't stop pushing it guys!!!

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

    Wauh, really like PWA with Blazor!!

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

    Very exciting, can’t wait to try it.
    Thank you for the great demo!

  • @80amnesia
    @80amnesia 4 года назад +1

    It would be great to have a blazor/webassebly library for accessing the camera and scan qr code. Also the possibility to connect to bluetooth/ble devices

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

    i want to do with core 6.0 in vs2022 but it is not working could you please help me out to do.

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

    I've been waiting for Blazor, I hate JavaScript, however, now I got a new project and I realized that I can't use Blazor because of all its issues, the biggest one is the search engine thing, and if I want to use the server side, it has scalability issues, really sad that I have to back to JavaScript, and use react with Nextjs, guys please solve these major issues, even when I search the job posts I don't find jobs require Blazor, they always require C# with React or Angular, companies are not using it because of its issues

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

    Great video, Love Blazor WASM but have to admit that to date Hot Reload is a #HotMess within it. Even using VS 2022 and .Net 6. I am surprised that its even released as buggy as it is.

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

    do you need vs 2019 to do this or would older versions vs be able to. i have vs 2015. will need more hard disk to upgrade :(

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

    Uaal, thanks for sharing this content!!

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

    re: PWA, ,is there any elevated permissions possibility? I want to call windows Twain or WIA functions for scanning apps.

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

    The .Net language of your choice? Can this be done with VB.NER or CLR C++?

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

    Amazing! I have to try this out immediately 🤩

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

    24:33 Fields? Fields? That's Buckingham Palace mate! Where the Queen and her corgis live!

  • @Beji-boy
    @Beji-boy 4 года назад

    Can you show how add PWA funcionality :) ? like little tutorial

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

    Any chance you'll ever build your own grpc to go hand in hand with this. To me that is the holy grail.

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

    Im suffering with Blazor wasm. Extremely slow to load. My customer's customers complain about the website is too slow to load and sometimes hangs during loading. Im thinking of dropping it and move to something else such as React for front end. Blazor server is not an option since you need to maintain the connection and mobile users may go offline from time to time

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

      in .net 5, they add features to help that problem. I recommend to use .net 5 now.

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

    The problem with PWA's is that apple doesn't like them. PWA on apple are very limited. Especially when it tries to go to lock screen. I'm moving away from PWA's. End up having multi-apps for different platforms which is the opposite of ideal.

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

    Really awesome!!

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

    Good stuff

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

    Thanks,will there be visual studio for linux? I want to run my blazor app with linux with visual studio.😁

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

      Your best bet will be Rider or vs code.

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

      @@sps014 yeh but i want free like community version visual studio

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

      @@galaxiegalaxie5003 than use vs code

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

      @@wursteyify thank you my frens,i do have rider,vs code on my linux machine, i am just asking if there is a real possibilities of visual studio,a real ide for linux,thats all ,ofcourse for free like community version, also to add i also wanna see some opinion about entity framework and dapper from the experts,thanks😁

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

      @@galaxiegalaxie5003 vs code is currently pretty terrible, unless you're already quite experienced with dotnet, as it doesn't have as many helpers as VS, IMO

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

    Will Blazor completly be independent from javascript in the future?

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

      I am not a huge fan of JavaScript, but JavaScript complements C# really nicely with it's libraries , i don't think they will be able to pull that off, web assembly in general is missing many browser API hence making blazor independent will put it to disadvantage.

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

      @@sps014 but it's crazy that there's no option to download a file from server without using javascript

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

      Practically no. There's nothing like d3, or chartjs available in dotnet, and it would be a huge pain to create an equivalent. Realistically speaking, js will save you a lot of work.

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

      @@ioanbotez7128 I'm talking about the long term.It's just crazy to think Blazor will be as powerful as Javascript who is 24 years old.

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

      That depends what you mean by powerful. If you disregard the ecosystem, then WASM (what blazor is based on) can already do everything JS can. So assuming MS extends Blazor to allow for all the capabilities of JS, then yes. But the ecosystem is a very powerful thing. Even in the "future", JS will have a significant advantage in this aspect.

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

    The menu that comes with a stock Blazor project is wholly and totally inadequate for real world applications!