Learn Blazor Hybrid - Full Course for Beginners | Build cross-platform apps in C#

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024

ความคิดเห็น • 63

  • @jfversluis
    @jfversluis  14 วันที่ผ่านมา +2

    Looking to hone your .NET MAUI skills too? Have a look at this full crash course to build the same Monkey Finder app but now with .NET MAUI: th-cam.com/video/mgW6xviirQk/w-d-xo.html

  • @carlossolis9815
    @carlossolis9815 11 วันที่ผ่านมา +9

    This is the kind of content that maui needs to become into a real dev option. Amazing example, a lot of thanks!!!

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา +1

      🥰 thank you!

  • @josedonizeteoliveirajunior1744
    @josedonizeteoliveirajunior1744 11 วันที่ผ่านมา +4

    wow looking forward to watching it. I already have plans for this weekend 😊

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา +1

      Hope you enjoy it!

  • @Will-i7o5o
    @Will-i7o5o 3 วันที่ผ่านมา

    Really appreciate this thank you. Just finished the MAUI workshop last week so this was perfect timing.

    • @jfversluis
      @jfversluis  3 วันที่ผ่านมา

      Oh that is perfect! Let me know how it goes, enjoy!

  • @GuildOfCalamity
    @GuildOfCalamity 11 วันที่ผ่านมา +4

    Now if MS would just bring back the visual designer for WinUI my life would be complete.
    They had it for UWP, not sure what's so hard about it... I realize it's meant to be x-plat, but you could show a generic control placeholder at a minimum.

  • @richie12200
    @richie12200 9 วันที่ผ่านมา

    This is amazing, quick easy walkthrough the power how MAUI and Blazor can work together!

    • @jfversluis
      @jfversluis  8 วันที่ผ่านมา

      Glad you like it, thank you!

  • @davejarcher
    @davejarcher 10 วันที่ผ่านมา +1

    Fantastic Gerald! Will defintely be watching.

    • @davejarcher
      @davejarcher 10 วันที่ผ่านมา

      Would be great to do a section of deployment - I know you have some seperate videos on this but I note the options in Visual Studio 2022 have changed. And it would be nice to use the GUI rather than command line :) :)

    • @jfversluis
      @jfversluis  10 วันที่ผ่านมา +1

      Great suggestion! I'll see if I can make an update!

  • @SKIDDOW
    @SKIDDOW 11 วันที่ผ่านมา +5

    There are two loading screens. Splash and Blazor Loading... There is no solution yet for it. It is awesome if we can replace blazor-ui loading with splash image too. Then user don't know that there are two loading screens 😀
    I'm always using blazor-hybrid. Because it is easy to styling.

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา +5

      Unfortunately that will be hard as the splash screen is something native, so the only thing you can do to kind of give the impression it’s all the same is implement something for Blazor Hybrid and then make the native one the same that seemingly transitions into the Blazor one so it looks like one and the same. But a better solution for this would indeed be great!

  • @dan7892
    @dan7892 17 ชั่วโมงที่ผ่านมา

    Thank you very much I needed to learn how blazor hybrid work for my bachalor thesis becaouse I write about it. So I was ready to starting to learn on my own but with this progrese will be much faster for building app.❤❤❤

    • @jfversluis
      @jfversluis  17 ชั่วโมงที่ผ่านมา +1

      That is amazing! Good luck with your thesis!

    • @dan7892
      @dan7892 15 ชั่วโมงที่ผ่านมา

      @@jfversluis thank you I was looking for something like this but because is pretty much still new technology there is not much info on TH-cam about it that is going deep into it

  • @mihaimyh
    @mihaimyh 5 วันที่ผ่านมา

    Really useful course, will be really nice for a follow-up with authentication and authorization using blazor hybrid.

    • @jfversluis
      @jfversluis  5 วันที่ผ่านมา

      Should be coming! Thanks for watching!

  • @MauraSastre
    @MauraSastre 3 วันที่ผ่านมา

    Está muuy bien explicado y me ha servido para tener una visión general. Gracias😀

    • @jfversluis
      @jfversluis  3 วันที่ผ่านมา

      My pleasure amigo! Glad you enjoyed it!

  • @julienbarach6620
    @julienbarach6620 5 วันที่ผ่านมา

    Perfect, I'm done with Xaml and issues I can have on one platform and not the other. Was not sure Blazor Hybrid is really supported by MS.
    Hope it's easy to add in an existing project.

    • @jfversluis
      @jfversluis  5 วันที่ผ่านมา

      Blazor Hybrid is definitely a supported product! So have at it!

  • @lukevincent4397
    @lukevincent4397 11 วันที่ผ่านมา

    Time to rock n' roll. Thanks Gerald!

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา

      🕺have fun!

  • @teriyakov
    @teriyakov 11 วันที่ผ่านมา

    At the start of the year, I started going down the route of creating a maui app with blazor hybrid. I quickly find that there was very little documentation on how to interact with native sensors, gesture recognition wasnt quite there and also how to work with many libraries that worked seamlessly out the box with xaml. I went back to xaml and made a lot of good progress.
    I havent checked since if the documentation around maui hybrid apps (that have a heavy reliance on native sensors) have gotten better. In my opinion, this is the main reason why I would choose xamarin over blazor-hybrid when it comes to mobile apps. If you pretty much want a web app on mobile, this maui-hybrid is great. For something more device specific, not so much (in my opinion).
    I hope this has changed.
    That being said, thanks for putting your time into this video and everything else you do for the community!
    It's very much appreciated.

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา +4

      So this is actually interesting. The reason there might not be a lot of documentation is because working with the native sensors is no different than doing it in XAML or with .NET MAUI. You can use the exact same code to do both, but apparently we don't do a great job ad advertising that?
      Anything you can do with the device can be done just as well with Blazor Hybrid. You only replace the UI part mostly. And if thats not enough, you can mix in XAML pages and .NET MAUI components in there too, which is part of this course as well!

    • @teriyakov
      @teriyakov 11 วันที่ผ่านมา +1

      @@jfversluis I agree, this wasn't very well communicated or advertised and I honestly don't think that side of things has changed much. A documented strategy to do this would be amazing. Or a video/course on converting a working xaml app (that hooks into a few device sensors) into a hybrid one. Knowing how to mix the 2 (and why) would be especially useful.
      On paper, blazor for both web and mobile makes sense but the complexity of the mobile app may be discouraging to those who are more comfortable with xaml for mobile and ,separately, blazor for web.
      Again, thanks for this and your countless other videos.

    • @nickamountaineer9900
      @nickamountaineer9900 11 วันที่ผ่านมา +1

      @@jfversluis That's not entirely correct. There are issues with getting location on iOS. You are prompted twice, once for MAUI and once for the BlazorWebView. And the second prompt is confusing to users. There is an issue on record for this and I don't think it's resolved yet. Camera access is a little different too depending on if you are accessing it (or the photos) from the BlazorWebView or from MAUI.
      Documentation is lacking, but thanks for making videos like this because it makes up for it.
      One more thing to add is MAUI Blazor doesn't work with iOS 18, you get a blank screen. Although I think there is a work around and it's fixed in .NET 9. But, the issue is localhost/IP, so who knows if Apple will do something to break it again.

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา +2

      @@nickamountaineer9900 blank screen is 100% fixed and I think backported to .NET 8 because that’s important.
      The permission shouldn’t be necessary and tbh I actually show it in this workshop and I didn’t encounter that so are you sure that isn’t fixed too?

    • @nickamountaineer9900
      @nickamountaineer9900 11 วันที่ผ่านมา +2

      @@jfversluis I haven't tried it again or checked the issue in Github to see if it was resolved, but will test it out. Thanks for the info. And I haven't watched the whole video yet, and although I'm experienced I still watch all your videos because one can never stop learning or picking up new tips.
      But the other issue with MAUI Blazor is the dev experience, hot reload specifically. If will hot reload the BlazorWebView bits, but not the MAUI stuff (even though it says changes successful in the log).

  • @LeonoX97
    @LeonoX97 11 วันที่ผ่านมา

    amazing thank you

    • @jfversluis
      @jfversluis  10 วันที่ผ่านมา

      You’re very welcome!

  • @MutazZ
    @MutazZ 11 วันที่ผ่านมา

    Thank you for this course, I am watching it though I am on a Linux machine. So I am left with the VS Code!

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา +1

      If you know how to use VS Code for .NET MAUI then you can follow along with the whole thing deploying to Android!
      Also see: th-cam.com/video/4D2vUYUIqFU/w-d-xo.html

    • @MutazZ
      @MutazZ 11 วันที่ผ่านมา

      @@jfversluis Thank you. I am beginning to work with Blazor in VS Code and am currently following the "Build web apps with Blazor" course on MS Learn.

  • @autoking4581
    @autoking4581 11 วันที่ผ่านมา

    wow !!

  • @dpc4663
    @dpc4663 4 วันที่ผ่านมา

    Hi Gerald, I haven't see the full video yet but I hope it has something about complex navigation. This is the main issue for me, as MAUI XAML developer. If I understand correctly, Blazor Hybrid works as SPA inside MAUI and there is no navigation stack. I would like to know how to go to previous pages (back button action) and keep their state (keep ViewModel state without recreating it).
    I have seen various solution for Blazor but I would like to see something that is easy to understand for MAUI developers.

    • @jfversluis
      @jfversluis  4 วันที่ผ่านมา

      There definitely is mixing with MAUI pages in there I hope that covers what you need! Have fun!

  • @nickamountaineer9900
    @nickamountaineer9900 11 วันที่ผ่านมา +1

    Gerald, one thing I'm unsure of (and sorry if you covered this), but is it common practice to have multiple BlazorWebViews in a single app? I know James has a video when each tabbed page is a new BlazorWebView, but are there any performance or memory concerns with that?

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา +1

      Depends a bit on the platform how they manage their web views and if you maybe implement something lazy loading etc. I would say not super common but definitely possible and I’ve seen people do it! But you then don’t want to load whole Blazor applications in each tab probably. It would just be a page or a component

  • @santiagomartinez-cr4in
    @santiagomartinez-cr4in 10 วันที่ผ่านมา

    This is amazing, thanks for sharing this with the community! I have a question regarding the navigation part: if I want the navigation to look like the native platform navigation, is it okay to display one ContentPage in .NET MAUI for each page in Blazor and navigate through them using the MAUI navigation service?

    • @jfversluis
      @jfversluis  10 วันที่ผ่านมา +1

      Thank you so much for watching!
      That is certainly one way to do it, yes! Depending on the platform this might mean it creates multiple web views, so you might want to check how that behaves with memory usage, but otherwise you should be OK!

    • @santiagomartinez-cr4in
      @santiagomartinez-cr4in 10 วันที่ผ่านมา

      @@jfversluis Thanks! 🥳

  • @kaylahuber2795
    @kaylahuber2795 11 วันที่ผ่านมา +1

    Can you add DevExpress to this project as well?

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา +2

      DevExpress Blazor components should definitely work. Their .NET MAUI components too if you add it to a .NET MAUI page and mix both techniques which is also shown in this video!

  • @cissemy
    @cissemy 11 วันที่ผ่านมา

    Thank you.

    • @jfversluis
      @jfversluis  10 วันที่ผ่านมา

      Enjoy my friend!

    • @cissemy
      @cissemy 9 วันที่ผ่านมา

      @@jfversluis
      Any plan to add CodePush to maui blazor hybrid ?

    • @jfversluis
      @jfversluis  8 วันที่ผ่านมา +1

      @@cissemy I don’t think we have any immediate plans for that

  • @mmeuwese
    @mmeuwese 11 วันที่ผ่านมา

    I agree. Another layer on layer on layer with all kinds of various coding markup which makes it complex. Maui controls behave different per platform, curious how that goes with blazor.
    Maui is misbehaving already a lot; now it is maui with blazor which sounds like even more ambiguous behavior.

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา +2

      Not at all. This all renders the exact same way across platforms so if anything this is more consistent.
      Also not really another layer. This does not render from native to web and then to another thing this is just a web control in the MAUI toolbox that is rendering the UI. The rest still runs as a native .NET app

    • @mmeuwese
      @mmeuwese 11 วันที่ผ่านมา

      @@jfversluis 🤔 maybe i should then give it a chance. Coding maui for android and ios is still so inconsistent that it takes a lot to get the UI look the same (similar) on both platforms.
      Reading that .net9 allows to create a web app using the new templates makes it tempting…

  • @Ziomal645
    @Ziomal645 11 วันที่ผ่านมา

    Would anyone use this apart from Blazor developers? If somebody is new it's probably better to just use MAUI. I don't see the point in such stuff, it looks like a browser, feels like a browser, not an app.

    • @jfversluis
      @jfversluis  11 วันที่ผ่านมา +3

      I totally think they would! For starters, not all apps are consumer facing. For business apps I might not be important that it looks more like the web. In fact, then it can be a big advantage to share code between your web app and a mobile app. But there are even consumer facing apps out there that use Blazor Hybrid!
      If you're a web developer, but maybe JavaScript is not for you, this is also an option. And there are many more scenarios you can think of. But each to their own, I think this can be useful!

    • @nickamountaineer9900
      @nickamountaineer9900 11 วันที่ผ่านมา +3

      You can style HTML buttons to look like native. And the trend anyway is to have a consistent look and feel across all platforms. I have 4 MAUI Blazor apps now (2 internal to the company, 2 customer facing in the app stores), and it's so much easier to write documentation (including screen shots of how to use the app) and only have to create one set of everything instead of one for iOS, Android, Mac, Windows.
      And if you setup your project correctly (and this is a template in .NET 9), you can share your razor pages in a razor class library and easily have a web based app as well. And in the corporate world, this is what managers want to hear.

    • @DE-sf9sr
      @DE-sf9sr 10 วันที่ผ่านมา

      I've mentioned this elsewhere, but when Entra External ID is added in, it makes Maui a truly compelling platform. Especially with Hybrid blazor to get consistency that both a startup and enterprise can use.